Shades of Locust #A4A773
Tints of Locust #A4A773
RGB
CMYK
RGB Variations
Color information
#A4A773 (or 0xA4A773) is known color: Locust. HEX triplet: A4, A7 and 73. RGB value is (164,167,115). Sum of RGB (Red+Green+Blue) = 164+167+115=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A773 is #5B588C. Grayscale: #A0A0A0. Windows color (decimal): -5986445 or 7579556. OLE color: 7579556.
HSL color Cylindrical-coordinate representation of color #A4A773: hue angle of 63.46º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A773 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 115 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.35 |
| HSL | 63.46º | 0.23% | 0.55% | - |
| HSV(B) | 63.46º | 0.31% | 0.65% | - |
| XYZ | 32.22 | 36.77 | 21.62 | - |
| YUV | 160.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 115 | 0.02 | 0 | 0.31 | 0.35 | 63.46 | 0.23 | 0.55 |
| Hex | A4 | A7 | 73 | 2 | 0 | 1F | 23 | 3F | 17 | 37 |
| Octal | 244 | 247 | 163 | 2 | 0 | 37 | 43 | 77 | 27 | 67 |
| Binary | 10100100 | 10100111 | 1110011 | 10 | 0 | 11111 | 100011 | 111111 | 10111 | 110111 |
Color Harmonies of #A4A773
Complementary color
Monochromatic Colors of #A4A773
Black with #A4A773
Text Example
Text Example
White with #A4A773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A773; }
p { color: rgb(164,167,115); }
H1.HeaderClassName
{
color: #A4A773;
}
.AnyTagClassName
{
color: #A4A773;
}
</style>
background-color css
<style>
a { background-color: #A4A773; }
a { background-color: rgb(164,167,115); }
div.DivClassName
{
background-color: #A4A773;
}
.BgClassName
{
background-color: #A4A773;
}
</style>
border-color css
<style>
span { border-color: #A4A773; }
span { border-color: rgb(164,167,115); }
td.TdClassName
{
border-color: #A4A773;
}
.TagClassName
{
border-color: #A4A773;
}
</style>