Shades of Locust #AAAB78
Tints of Locust #AAAB78
RGB
CMYK
RGB Variations
Color information
#AAAB78 (or 0xAAAB78) is known color: Locust. HEX triplet: AA, AB and 78. RGB value is (170,171,120). Sum of RGB (Red+Green+Blue) = 170+171+120=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB78 is #555487. Grayscale: #A5A5A5. Windows color (decimal): -5592200 or 7908266. OLE color: 7908266.
HSL color Cylindrical-coordinate representation of color #AAAB78: hue angle of 61.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAAB78 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 120 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.33 |
| HSL | 61.18º | 0.23% | 0.57% | - |
| HSV(B) | 61.18º | 0.3% | 0.67% | - |
| XYZ | 34.53 | 39.03 | 23.48 | - |
| YUV | 164.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 120 | 0.01 | 0 | 0.30 | 0.33 | 61.18 | 0.23 | 0.57 |
| Hex | AA | AB | 78 | 1 | 0 | 1E | 21 | 3D | 17 | 39 |
| Octal | 252 | 253 | 170 | 1 | 0 | 36 | 41 | 75 | 27 | 71 |
| Binary | 10101010 | 10101011 | 1111000 | 1 | 0 | 11110 | 100001 | 111101 | 10111 | 111001 |
Color Harmonies of #AAAB78
Complementary color
Monochromatic Colors of #AAAB78
Black with #AAAB78
Text Example
Text Example
White with #AAAB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB78; }
p { color: rgb(170,171,120); }
H1.HeaderClassName
{
color: #AAAB78;
}
.AnyTagClassName
{
color: #AAAB78;
}
</style>
background-color css
<style>
a { background-color: #AAAB78; }
a { background-color: rgb(170,171,120); }
div.DivClassName
{
background-color: #AAAB78;
}
.BgClassName
{
background-color: #AAAB78;
}
</style>
border-color css
<style>
span { border-color: #AAAB78; }
span { border-color: rgb(170,171,120); }
td.TdClassName
{
border-color: #AAAB78;
}
.TagClassName
{
border-color: #AAAB78;
}
</style>