Shades of Locust #A4A77E
Tints of Locust #A4A77E
RGB
CMYK
RGB Variations
Color information
#A4A77E (or 0xA4A77E) is known color: Locust. HEX triplet: A4, A7 and 7E. RGB value is (164,167,126). Sum of RGB (Red+Green+Blue) = 164+167+126=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A77E is #5B5881. Grayscale: #A1A1A1. Windows color (decimal): -5986434 or 8300452. OLE color: 8300452.
HSL color Cylindrical-coordinate representation of color #A4A77E: hue angle of 64.39º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4A77E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 126 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.35 |
| HSL | 64.39º | 0.19% | 0.57% | - |
| HSV(B) | 64.39º | 0.25% | 0.65% | - |
| XYZ | 32.89 | 37.04 | 25.15 | - |
| YUV | 161.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 126 | 0.02 | 0 | 0.25 | 0.35 | 64.39 | 0.19 | 0.57 |
| Hex | A4 | A7 | 7E | 2 | 0 | 19 | 23 | 40 | 13 | 39 |
| Octal | 244 | 247 | 176 | 2 | 0 | 31 | 43 | 100 | 23 | 71 |
| Binary | 10100100 | 10100111 | 1111110 | 10 | 0 | 11001 | 100011 | 1000000 | 10011 | 111001 |
Color Harmonies of #A4A77E
Complementary color
Monochromatic Colors of #A4A77E
Black with #A4A77E
Text Example
Text Example
White with #A4A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A77E; }
p { color: rgb(164,167,126); }
H1.HeaderClassName
{
color: #A4A77E;
}
.AnyTagClassName
{
color: #A4A77E;
}
</style>
background-color css
<style>
a { background-color: #A4A77E; }
a { background-color: rgb(164,167,126); }
div.DivClassName
{
background-color: #A4A77E;
}
.BgClassName
{
background-color: #A4A77E;
}
</style>
border-color css
<style>
span { border-color: #A4A77E; }
span { border-color: rgb(164,167,126); }
td.TdClassName
{
border-color: #A4A77E;
}
.TagClassName
{
border-color: #A4A77E;
}
</style>