Shades of Locust #A4A37A
Tints of Locust #A4A37A
RGB
CMYK
RGB Variations
Color information
#A4A37A (or 0xA4A37A) is known color: Locust. HEX triplet: A4, A3 and 7A. RGB value is (164,163,122). Sum of RGB (Red+Green+Blue) = 164+163+122=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A37A is #5B5C85. Grayscale: #9E9E9E. Windows color (decimal): -5987462 or 8037284. OLE color: 8037284.
HSL color Cylindrical-coordinate representation of color #A4A37A: hue angle of 58.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4A37A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 122 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.36 |
| HSL | 58.57º | 0.19% | 0.56% | - |
| HSV(B) | 58.57º | 0.26% | 0.64% | - |
| XYZ | 31.92 | 35.49 | 23.58 | - |
| YUV | 158.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 122 | 0 | 0.01 | 0.26 | 0.36 | 58.57 | 0.19 | 0.56 |
| Hex | A4 | A3 | 7A | 0 | 1 | 1A | 24 | 3B | 13 | 38 |
| Octal | 244 | 243 | 172 | 0 | 1 | 32 | 44 | 73 | 23 | 70 |
| Binary | 10100100 | 10100011 | 1111010 | 0 | 1 | 11010 | 100100 | 111011 | 10011 | 111000 |
Color Harmonies of #A4A37A
Complementary color
Monochromatic Colors of #A4A37A
Black with #A4A37A
Text Example
Text Example
White with #A4A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A37A; }
p { color: rgb(164,163,122); }
H1.HeaderClassName
{
color: #A4A37A;
}
.AnyTagClassName
{
color: #A4A37A;
}
</style>
background-color css
<style>
a { background-color: #A4A37A; }
a { background-color: rgb(164,163,122); }
div.DivClassName
{
background-color: #A4A37A;
}
.BgClassName
{
background-color: #A4A37A;
}
</style>
border-color css
<style>
span { border-color: #A4A37A; }
span { border-color: rgb(164,163,122); }
td.TdClassName
{
border-color: #A4A37A;
}
.TagClassName
{
border-color: #A4A37A;
}
</style>