Shades of Locust #A4A671
Tints of Locust #A4A671
RGB
CMYK
RGB Variations
Color information
#A4A671 (or 0xA4A671) is known color: Locust. HEX triplet: A4, A6 and 71. RGB value is (164,166,113). Sum of RGB (Red+Green+Blue) = 164+166+113=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A671 is #5B598E. Grayscale: #9F9F9F. Windows color (decimal): -5986703 or 7448228. OLE color: 7448228.
HSL color Cylindrical-coordinate representation of color #A4A671: hue angle of 62.26º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4A671 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 113 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.35 |
| HSL | 62.26º | 0.23% | 0.55% | - |
| HSV(B) | 62.26º | 0.32% | 0.65% | - |
| XYZ | 31.93 | 36.36 | 20.96 | - |
| YUV | 159.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 113 | 0.01 | 0 | 0.32 | 0.35 | 62.26 | 0.23 | 0.55 |
| Hex | A4 | A6 | 71 | 1 | 0 | 20 | 23 | 3E | 17 | 37 |
| Octal | 244 | 246 | 161 | 1 | 0 | 40 | 43 | 76 | 27 | 67 |
| Binary | 10100100 | 10100110 | 1110001 | 1 | 0 | 100000 | 100011 | 111110 | 10111 | 110111 |
Color Harmonies of #A4A671
Complementary color
Monochromatic Colors of #A4A671
Black with #A4A671
Text Example
Text Example
White with #A4A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A671; }
p { color: rgb(164,166,113); }
H1.HeaderClassName
{
color: #A4A671;
}
.AnyTagClassName
{
color: #A4A671;
}
</style>
background-color css
<style>
a { background-color: #A4A671; }
a { background-color: rgb(164,166,113); }
div.DivClassName
{
background-color: #A4A671;
}
.BgClassName
{
background-color: #A4A671;
}
</style>
border-color css
<style>
span { border-color: #A4A671; }
span { border-color: rgb(164,166,113); }
td.TdClassName
{
border-color: #A4A671;
}
.TagClassName
{
border-color: #A4A671;
}
</style>