#A4B488 color RGB value is (10, 75, 72).
#A4B488 hex color red value is 10, green value is 75, and blue value is 72.
Cylindrical-coordinate representations (HSL) of color #A4B488
hue: 177.23,
saturation: 0.76 and lightness: 0.17.
The process color (four-color CMYK) of #A4B488 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #A4B488 is #ff9999. Color #A4B488 contains mainly RED.
Color spaces of #A4B488 | Value |
---|---|
RGB | 164, 180, 136 |
HSL | 0.23, 0.23, 0.62 |
HSV | 82°, 24°, 71° |
XYZ | 36.07, 42.31, 29.55 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10110100 | 10001000 |
Octal | 244 | 264 | 210 |
Decimal | 164 | 180 | 136 |
Hex | A4 | B4 | 88 |
Shades of #A4B488
Tints of #A4B488
.mybgColor {background-color: #A4B488;} .myforeColor {color: #A4B488;} .myborderColor {border:3px solid #A4B488;}
<p style="color:#A4B488">Text here</p>
This sample text is styled with the font color #A4B488. 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:#A4B488">Div content here</div>
<div style="border:3px solid #A4B488">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164, 180, 136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #A4B488; } .divShadow { -moz-box-shadow: 1px 1px 3px #A4B488; -webkit-box-shadow: 1px 1px 3px #A4B488; box-shadow: 1px 1px 3px #A4B488; }
<p style="text-shadow: 4px 4px 2px rgba(164, 180, 136, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A4B488;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #A4B488;
-webkit-box-shadow: 1px 1px 3px #A4B488;
box-shadow: 1px 1px 3px #A4B488;">Div content here</div>