Shades of Locust #A8A987
Tints of Locust #A8A987
RGB
CMYK
RGB Variations
Color information
#A8A987 (or 0xA8A987) is known color: Locust. HEX triplet: A8, A9 and 87. RGB value is (168,169,135). Sum of RGB (Red+Green+Blue) = 168+169+135=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A987 is #575678. Grayscale: #A4A4A4. Windows color (decimal): -5723769 or 8890792. OLE color: 8890792.
HSL color Cylindrical-coordinate representation of color #A8A987: hue angle of 61.76º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8A987 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 135 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.34 |
| HSL | 61.76º | 0.17% | 0.6% | - |
| HSV(B) | 61.76º | 0.2% | 0.66% | - |
| XYZ | 34.71 | 38.45 | 28.51 | - |
| YUV | 164.83 | 111.17 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 135 | 0.01 | 0 | 0.20 | 0.34 | 61.76 | 0.17 | 0.6 |
| Hex | A8 | A9 | 87 | 1 | 0 | 14 | 22 | 3E | 11 | 3C |
| Octal | 250 | 251 | 207 | 1 | 0 | 24 | 42 | 76 | 21 | 74 |
| Binary | 10101000 | 10101001 | 10000111 | 1 | 0 | 10100 | 100010 | 111110 | 10001 | 111100 |
Color Harmonies of #A8A987
Complementary color
Monochromatic Colors of #A8A987
Black with #A8A987
Text Example
Text Example
White with #A8A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A987; }
p { color: rgb(168,169,135); }
H1.HeaderClassName
{
color: #A8A987;
}
.AnyTagClassName
{
color: #A8A987;
}
</style>
background-color css
<style>
a { background-color: #A8A987; }
a { background-color: rgb(168,169,135); }
div.DivClassName
{
background-color: #A8A987;
}
.BgClassName
{
background-color: #A8A987;
}
</style>
border-color css
<style>
span { border-color: #A8A987; }
span { border-color: rgb(168,169,135); }
td.TdClassName
{
border-color: #A8A987;
}
.TagClassName
{
border-color: #A8A987;
}
</style>