Shades of Locust #A4A879
Tints of Locust #A4A879
RGB
CMYK
RGB Variations
Color information
#A4A879 (or 0xA4A879) is known color: Locust. HEX triplet: A4, A8 and 79. RGB value is (164,168,121). Sum of RGB (Red+Green+Blue) = 164+168+121=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A879 is #5B5786. Grayscale: #A1A1A1. Windows color (decimal): -5986183 or 7973028. OLE color: 7973028.
HSL color Cylindrical-coordinate representation of color #A4A879: hue angle of 65.11º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4A879 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 121 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.34 |
| HSL | 65.11º | 0.21% | 0.57% | - |
| HSV(B) | 65.11º | 0.28% | 0.66% | - |
| XYZ | 32.76 | 37.28 | 23.56 | - |
| YUV | 161.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 121 | 0.02 | 0 | 0.28 | 0.34 | 65.11 | 0.21 | 0.57 |
| Hex | A4 | A8 | 79 | 2 | 0 | 1C | 22 | 41 | 15 | 39 |
| Octal | 244 | 250 | 171 | 2 | 0 | 34 | 42 | 101 | 25 | 71 |
| Binary | 10100100 | 10101000 | 1111001 | 10 | 0 | 11100 | 100010 | 1000001 | 10101 | 111001 |
Color Harmonies of #A4A879
Complementary color
Monochromatic Colors of #A4A879
Black with #A4A879
Text Example
Text Example
White with #A4A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A879; }
p { color: rgb(164,168,121); }
H1.HeaderClassName
{
color: #A4A879;
}
.AnyTagClassName
{
color: #A4A879;
}
</style>
background-color css
<style>
a { background-color: #A4A879; }
a { background-color: rgb(164,168,121); }
div.DivClassName
{
background-color: #A4A879;
}
.BgClassName
{
background-color: #A4A879;
}
</style>
border-color css
<style>
span { border-color: #A4A879; }
span { border-color: rgb(164,168,121); }
td.TdClassName
{
border-color: #A4A879;
}
.TagClassName
{
border-color: #A4A879;
}
</style>