#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 of #a4887e | Value |
---|---|
RGB | 164, 136, 126 |
HSL | 0.04, 0.17, 0.57 |
HSV | 16°, 23°, 64° |
XYZ | 27.88, 27.01, 23.48 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10001000 | 1111110 |
Octal | 244 | 210 | 176 |
Decimal | 164 | 136 | 126 |
Hex | A4 | 88 | 7E |
Shades of #a4887e
Tints of #a4887e
.mybgColor {background-color: #a4887e;} .myforeColor {color: #a4887e;} .myborderColor {border:3px solid #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,
<div style="background-color:#a4887e">Div content here</div>
<div style="border:3px solid #a4887e">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(164, 136, 126, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a4887e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>