Shades of Locust #A4A872
Tints of Locust #A4A872
RGB
CMYK
RGB Variations
Color information
#A4A872 (or 0xA4A872) is known color: Locust. HEX triplet: A4, A8 and 72. RGB value is (164,168,114). Sum of RGB (Red+Green+Blue) = 164+168+114=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A872 is #5B578D. Grayscale: #A0A0A0. Windows color (decimal): -5986190 or 7514276. OLE color: 7514276.
HSL color Cylindrical-coordinate representation of color #A4A872: hue angle of 64.44º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4A872 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 114 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.34 |
| HSL | 64.44º | 0.24% | 0.55% | - |
| HSV(B) | 64.44º | 0.32% | 0.66% | - |
| XYZ | 32.35 | 37.11 | 21.38 | - |
| YUV | 160.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 114 | 0.02 | 0 | 0.32 | 0.34 | 64.44 | 0.24 | 0.55 |
| Hex | A4 | A8 | 72 | 2 | 0 | 20 | 22 | 40 | 18 | 37 |
| Octal | 244 | 250 | 162 | 2 | 0 | 40 | 42 | 100 | 30 | 67 |
| Binary | 10100100 | 10101000 | 1110010 | 10 | 0 | 100000 | 100010 | 1000000 | 11000 | 110111 |
Color Harmonies of #A4A872
Complementary color
Monochromatic Colors of #A4A872
Black with #A4A872
Text Example
Text Example
White with #A4A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A872; }
p { color: rgb(164,168,114); }
H1.HeaderClassName
{
color: #A4A872;
}
.AnyTagClassName
{
color: #A4A872;
}
</style>
background-color css
<style>
a { background-color: #A4A872; }
a { background-color: rgb(164,168,114); }
div.DivClassName
{
background-color: #A4A872;
}
.BgClassName
{
background-color: #A4A872;
}
</style>
border-color css
<style>
span { border-color: #A4A872; }
span { border-color: rgb(164,168,114); }
td.TdClassName
{
border-color: #A4A872;
}
.TagClassName
{
border-color: #A4A872;
}
</style>