Shades of Locust #A4A787
Tints of Locust #A4A787
RGB
CMYK
RGB Variations
Color information
#A4A787 (or 0xA4A787) is known color: Locust. HEX triplet: A4, A7 and 87. RGB value is (164,167,135). Sum of RGB (Red+Green+Blue) = 164+167+135=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A787 is #5B5878. Grayscale: #A2A2A2. Windows color (decimal): -5986425 or 8890276. OLE color: 8890276.
HSL color Cylindrical-coordinate representation of color #A4A787: hue angle of 65.62º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4A787 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 135 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.35 |
| HSL | 65.63º | 0.15% | 0.59% | - |
| HSV(B) | 65.63º | 0.19% | 0.65% | - |
| XYZ | 33.5 | 37.28 | 28.35 | - |
| YUV | 162.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 135 | 0.02 | 0 | 0.19 | 0.35 | 65.63 | 0.15 | 0.59 |
| Hex | A4 | A7 | 87 | 2 | 0 | 13 | 23 | 42 | F | 3B |
| Octal | 244 | 247 | 207 | 2 | 0 | 23 | 43 | 102 | 17 | 73 |
| Binary | 10100100 | 10100111 | 10000111 | 10 | 0 | 10011 | 100011 | 1000010 | 1111 | 111011 |
Color Harmonies of #A4A787
Complementary color
Monochromatic Colors of #A4A787
Black with #A4A787
Text Example
Text Example
White with #A4A787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A787; }
p { color: rgb(164,167,135); }
H1.HeaderClassName
{
color: #A4A787;
}
.AnyTagClassName
{
color: #A4A787;
}
</style>
background-color css
<style>
a { background-color: #A4A787; }
a { background-color: rgb(164,167,135); }
div.DivClassName
{
background-color: #A4A787;
}
.BgClassName
{
background-color: #A4A787;
}
</style>
border-color css
<style>
span { border-color: #A4A787; }
span { border-color: rgb(164,167,135); }
td.TdClassName
{
border-color: #A4A787;
}
.TagClassName
{
border-color: #A4A787;
}
</style>