Shades of Locust #A7A987
Tints of Locust #A7A987
RGB
CMYK
RGB Variations
Color information
#A7A987 (or 0xA7A987) is known color: Locust. HEX triplet: A7, A9 and 87. RGB value is (167,169,135). Sum of RGB (Red+Green+Blue) = 167+169+135=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A987 is #585678. Grayscale: #A4A4A4. Windows color (decimal): -5789305 or 8890791. OLE color: 8890791.
HSL color Cylindrical-coordinate representation of color #A7A987: hue angle of 63.53º 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 #A7A987 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 135 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.34 |
| HSL | 63.53º | 0.17% | 0.6% | - |
| HSV(B) | 63.53º | 0.2% | 0.66% | - |
| XYZ | 34.5 | 38.34 | 28.5 | - |
| YUV | 164.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 135 | 0.01 | 0 | 0.20 | 0.34 | 63.53 | 0.17 | 0.6 |
| Hex | A7 | A9 | 87 | 1 | 0 | 14 | 22 | 40 | 11 | 3C |
| Octal | 247 | 251 | 207 | 1 | 0 | 24 | 42 | 100 | 21 | 74 |
| Binary | 10100111 | 10101001 | 10000111 | 1 | 0 | 10100 | 100010 | 1000000 | 10001 | 111100 |
Color Harmonies of #A7A987
Complementary color
Monochromatic Colors of #A7A987
Black with #A7A987
Text Example
Text Example
White with #A7A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A987; }
p { color: rgb(167,169,135); }
H1.HeaderClassName
{
color: #A7A987;
}
.AnyTagClassName
{
color: #A7A987;
}
</style>
background-color css
<style>
a { background-color: #A7A987; }
a { background-color: rgb(167,169,135); }
div.DivClassName
{
background-color: #A7A987;
}
.BgClassName
{
background-color: #A7A987;
}
</style>
border-color css
<style>
span { border-color: #A7A987; }
span { border-color: rgb(167,169,135); }
td.TdClassName
{
border-color: #A7A987;
}
.TagClassName
{
border-color: #A7A987;
}
</style>