Shades of Locust #A4A770
Tints of Locust #A4A770
RGB
CMYK
RGB Variations
Color information
#A4A770 (or 0xA4A770) is known color: Locust. HEX triplet: A4, A7 and 70. RGB value is (164,167,112). Sum of RGB (Red+Green+Blue) = 164+167+112=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A770 is #5B588F. Grayscale: #A0A0A0. Windows color (decimal): -5986448 or 7382948. OLE color: 7382948.
HSL color Cylindrical-coordinate representation of color #A4A770: hue angle of 63.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4A770 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 112 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.35 |
| HSL | 63.27º | 0.24% | 0.55% | - |
| HSV(B) | 63.27º | 0.33% | 0.65% | - |
| XYZ | 32.05 | 36.7 | 20.72 | - |
| YUV | 159.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 112 | 0.02 | 0 | 0.33 | 0.35 | 63.27 | 0.24 | 0.55 |
| Hex | A4 | A7 | 70 | 2 | 0 | 21 | 23 | 3F | 18 | 37 |
| Octal | 244 | 247 | 160 | 2 | 0 | 41 | 43 | 77 | 30 | 67 |
| Binary | 10100100 | 10100111 | 1110000 | 10 | 0 | 100001 | 100011 | 111111 | 11000 | 110111 |
Color Harmonies of #A4A770
Complementary color
Monochromatic Colors of #A4A770
Black with #A4A770
Text Example
Text Example
White with #A4A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A770; }
p { color: rgb(164,167,112); }
H1.HeaderClassName
{
color: #A4A770;
}
.AnyTagClassName
{
color: #A4A770;
}
</style>
background-color css
<style>
a { background-color: #A4A770; }
a { background-color: rgb(164,167,112); }
div.DivClassName
{
background-color: #A4A770;
}
.BgClassName
{
background-color: #A4A770;
}
</style>
border-color css
<style>
span { border-color: #A4A770; }
span { border-color: rgb(164,167,112); }
td.TdClassName
{
border-color: #A4A770;
}
.TagClassName
{
border-color: #A4A770;
}
</style>