Shades of Locust #A4A675
Tints of Locust #A4A675
RGB
CMYK
RGB Variations
Color information
#A4A675 (or 0xA4A675) is known color: Locust. HEX triplet: A4, A6 and 75. RGB value is (164,166,117). Sum of RGB (Red+Green+Blue) = 164+166+117=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A675 is #5B598A. Grayscale: #A0A0A0. Windows color (decimal): -5986699 or 7710372. OLE color: 7710372.
HSL color Cylindrical-coordinate representation of color #A4A675: hue angle of 62.45º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4A675 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 117 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.35 |
| HSL | 62.45º | 0.22% | 0.55% | - |
| HSV(B) | 62.45º | 0.3% | 0.65% | - |
| XYZ | 32.16 | 36.45 | 22.17 | - |
| YUV | 159.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 117 | 0.01 | 0 | 0.30 | 0.35 | 62.45 | 0.22 | 0.55 |
| Hex | A4 | A6 | 75 | 1 | 0 | 1E | 23 | 3E | 16 | 37 |
| Octal | 244 | 246 | 165 | 1 | 0 | 36 | 43 | 76 | 26 | 67 |
| Binary | 10100100 | 10100110 | 1110101 | 1 | 0 | 11110 | 100011 | 111110 | 10110 | 110111 |
Color Harmonies of #A4A675
Complementary color
Monochromatic Colors of #A4A675
Black with #A4A675
Text Example
Text Example
White with #A4A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A675; }
p { color: rgb(164,166,117); }
H1.HeaderClassName
{
color: #A4A675;
}
.AnyTagClassName
{
color: #A4A675;
}
</style>
background-color css
<style>
a { background-color: #A4A675; }
a { background-color: rgb(164,166,117); }
div.DivClassName
{
background-color: #A4A675;
}
.BgClassName
{
background-color: #A4A675;
}
</style>
border-color css
<style>
span { border-color: #A4A675; }
span { border-color: rgb(164,166,117); }
td.TdClassName
{
border-color: #A4A675;
}
.TagClassName
{
border-color: #A4A675;
}
</style>