Shades of Locust #A4A874
Tints of Locust #A4A874
RGB
CMYK
RGB Variations
Color information
#A4A874 (or 0xA4A874) is known color: Locust. HEX triplet: A4, A8 and 74. RGB value is (164,168,116). Sum of RGB (Red+Green+Blue) = 164+168+116=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A874 is #5B578B. Grayscale: #A1A1A1. Windows color (decimal): -5986188 or 7645348. OLE color: 7645348.
HSL color Cylindrical-coordinate representation of color #A4A874: hue angle of 64.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A874 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 116 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.34 |
| HSL | 64.62º | 0.23% | 0.56% | - |
| HSV(B) | 64.62º | 0.31% | 0.66% | - |
| XYZ | 32.46 | 37.16 | 21.98 | - |
| YUV | 160.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 116 | 0.02 | 0 | 0.31 | 0.34 | 64.62 | 0.23 | 0.56 |
| Hex | A4 | A8 | 74 | 2 | 0 | 1F | 22 | 41 | 17 | 38 |
| Octal | 244 | 250 | 164 | 2 | 0 | 37 | 42 | 101 | 27 | 70 |
| Binary | 10100100 | 10101000 | 1110100 | 10 | 0 | 11111 | 100010 | 1000001 | 10111 | 111000 |
Color Harmonies of #A4A874
Complementary color
Monochromatic Colors of #A4A874
Black with #A4A874
Text Example
Text Example
White with #A4A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A874; }
p { color: rgb(164,168,116); }
H1.HeaderClassName
{
color: #A4A874;
}
.AnyTagClassName
{
color: #A4A874;
}
</style>
background-color css
<style>
a { background-color: #A4A874; }
a { background-color: rgb(164,168,116); }
div.DivClassName
{
background-color: #A4A874;
}
.BgClassName
{
background-color: #A4A874;
}
</style>
border-color css
<style>
span { border-color: #A4A874; }
span { border-color: rgb(164,168,116); }
td.TdClassName
{
border-color: #A4A874;
}
.TagClassName
{
border-color: #A4A874;
}
</style>