color details

Color Details
#a4887e Color Hex

#a4887e color RGB value is (10, 72, 135).
#a4887e hex color red value is 10, green value is 72, and blue value is 135.
Cylindrical-coordinate representations (HSL) of color #a4887e hue: 210.24, saturation: 0.86 and lightness: 0.28.

The process color (four-color CMYK) of #a4887e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a4887e is #ff9999. Color #a4887e contains mainly RED.

Color Spaces
Color spaces of #a4887eValue
RGB164, 136, 126
HSL0.04, 0.17, 0.57
HSV16°, 23°, 64°
XYZ27.88, 27.01, 23.48
Base Numbers
Base Red Green Blue
Binary 10100100 10001000 1111110
Octal 244 210 176
Decimal 164 136 126
Hex A4 88 7E

RGB Percentages for Color #a4887e

38.5%
31.92%
29.58%

CMYK Percentages of the Color #a4887e

17.07%
23.17%
35.69%
CSS Codes for Color #a4887e
.mybgColor {background-color: #a4887e;}
.myforeColor {color: #a4887e;}
.myborderColor {border:3px solid #a4887e;}
Text Font Color #a4887e

<p style="color:#a4887e">Text here</p>

This sample text is styled with the font color #a4887e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #a4887e

<div style="background-color:#a4887e">Div content here</div>

The background color of this div is #a4887e
Border Color #a4887e

<div style="border:3px solid #a4887e">Div here</div>

The border color of this div is #a4887e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(164, 136, 126, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #a4887e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #a4887e;
-webkit-box-shadow: 1px 1px 3px #a4887e;
box-shadow: 1px 1px 3px #a4887e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164, 136, 126, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #a4887e;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #a4887e; -webkit-box-shadow: 1px 1px 3px #a4887e; box-shadow: 1px 1px 3px #a4887e;">Div content here</div>

This div box has a shadow with a specified color. #a4887e
Scroll to Top