Shades of Locust #A4A875
Tints of Locust #A4A875
RGB
CMYK
RGB Variations
Color information
#A4A875 (or 0xA4A875) is known color: Locust. HEX triplet: A4, A8 and 75. RGB value is (164,168,117). Sum of RGB (Red+Green+Blue) = 164+168+117=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A875 is #5B578A. Grayscale: #A1A1A1. Windows color (decimal): -5986187 or 7710884. OLE color: 7710884.
HSL color Cylindrical-coordinate representation of color #A4A875: hue angle of 64.71º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4A875 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 117 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.34 |
| HSL | 64.71º | 0.23% | 0.56% | - |
| HSV(B) | 64.71º | 0.3% | 0.66% | - |
| XYZ | 32.52 | 37.18 | 22.29 | - |
| YUV | 160.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 117 | 0.02 | 0 | 0.30 | 0.34 | 64.71 | 0.23 | 0.56 |
| Hex | A4 | A8 | 75 | 2 | 0 | 1E | 22 | 41 | 17 | 38 |
| Octal | 244 | 250 | 165 | 2 | 0 | 36 | 42 | 101 | 27 | 70 |
| Binary | 10100100 | 10101000 | 1110101 | 10 | 0 | 11110 | 100010 | 1000001 | 10111 | 111000 |
Color Harmonies of #A4A875
Complementary color
Monochromatic Colors of #A4A875
Black with #A4A875
Text Example
Text Example
White with #A4A875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A875; }
p { color: rgb(164,168,117); }
H1.HeaderClassName
{
color: #A4A875;
}
.AnyTagClassName
{
color: #A4A875;
}
</style>
background-color css
<style>
a { background-color: #A4A875; }
a { background-color: rgb(164,168,117); }
div.DivClassName
{
background-color: #A4A875;
}
.BgClassName
{
background-color: #A4A875;
}
</style>
border-color css
<style>
span { border-color: #A4A875; }
span { border-color: rgb(164,168,117); }
td.TdClassName
{
border-color: #A4A875;
}
.TagClassName
{
border-color: #A4A875;
}
</style>