Shades of Locust #A4A471
Tints of Locust #A4A471
RGB
CMYK
RGB Variations
Color information
#A4A471 (or 0xA4A471) is known color: Locust. HEX triplet: A4, A4 and 71. RGB value is (164,164,113). Sum of RGB (Red+Green+Blue) = 164+164+113=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A471 is #5B5B8E. Grayscale: #9E9E9E. Windows color (decimal): -5987215 or 7447716. OLE color: 7447716.
HSL color Cylindrical-coordinate representation of color #A4A471: hue angle of 60º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A471 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 164 | 113 | - |
| CMYK | 0 | 0 | 0.31 | 0.36 |
| HSL | 60º | 0.22% | 0.54% | - |
| HSV(B) | 60º | 0.31% | 0.64% | - |
| XYZ | 31.57 | 35.64 | 20.84 | - |
| YUV | 158.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 113 | 0 | 0 | 0.31 | 0.36 | 60 | 0.22 | 0.54 |
| Hex | A4 | A4 | 71 | 0 | 0 | 1F | 24 | 3C | 16 | 36 |
| Octal | 244 | 244 | 161 | 0 | 0 | 37 | 44 | 74 | 26 | 66 |
| Binary | 10100100 | 10100100 | 1110001 | 0 | 0 | 11111 | 100100 | 111100 | 10110 | 110110 |
Color Harmonies of #A4A471
Complementary color
Monochromatic Colors of #A4A471
Black with #A4A471
Text Example
Text Example
White with #A4A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A471; }
p { color: rgb(164,164,113); }
H1.HeaderClassName
{
color: #A4A471;
}
.AnyTagClassName
{
color: #A4A471;
}
</style>
background-color css
<style>
a { background-color: #A4A471; }
a { background-color: rgb(164,164,113); }
div.DivClassName
{
background-color: #A4A471;
}
.BgClassName
{
background-color: #A4A471;
}
</style>
border-color css
<style>
span { border-color: #A4A471; }
span { border-color: rgb(164,164,113); }
td.TdClassName
{
border-color: #A4A471;
}
.TagClassName
{
border-color: #A4A471;
}
</style>