Shades of Locust #A4AA78
Tints of Locust #A4AA78
RGB
CMYK
RGB Variations
Color information
#A4AA78 (or 0xA4AA78) is known color: Locust. HEX triplet: A4, AA and 78. RGB value is (164,170,120). Sum of RGB (Red+Green+Blue) = 164+170+120=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA78 is #5B5587. Grayscale: #A2A2A2. Windows color (decimal): -5985672 or 7908004. OLE color: 7908004.
HSL color Cylindrical-coordinate representation of color #A4AA78: hue angle of 67.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4AA78 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 120 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.33 |
| HSL | 67.2º | 0.23% | 0.57% | - |
| HSV(B) | 67.2º | 0.29% | 0.67% | - |
| XYZ | 33.07 | 38 | 23.36 | - |
| YUV | 162.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 120 | 0.04 | 0 | 0.29 | 0.33 | 67.2 | 0.23 | 0.57 |
| Hex | A4 | AA | 78 | 4 | 0 | 1D | 21 | 43 | 17 | 39 |
| Octal | 244 | 252 | 170 | 4 | 0 | 35 | 41 | 103 | 27 | 71 |
| Binary | 10100100 | 10101010 | 1111000 | 100 | 0 | 11101 | 100001 | 1000011 | 10111 | 111001 |
Color Harmonies of #A4AA78
Complementary color
Monochromatic Colors of #A4AA78
Black with #A4AA78
Text Example
Text Example
White with #A4AA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA78; }
p { color: rgb(164,170,120); }
H1.HeaderClassName
{
color: #A4AA78;
}
.AnyTagClassName
{
color: #A4AA78;
}
</style>
background-color css
<style>
a { background-color: #A4AA78; }
a { background-color: rgb(164,170,120); }
div.DivClassName
{
background-color: #A4AA78;
}
.BgClassName
{
background-color: #A4AA78;
}
</style>
border-color css
<style>
span { border-color: #A4AA78; }
span { border-color: rgb(164,170,120); }
td.TdClassName
{
border-color: #A4AA78;
}
.TagClassName
{
border-color: #A4AA78;
}
</style>