Shades of Locust #AAAB77
Tints of Locust #AAAB77
RGB
CMYK
RGB Variations
Color information
#AAAB77 (or 0xAAAB77) is known color: Locust. HEX triplet: AA, AB and 77. RGB value is (170,171,119). Sum of RGB (Red+Green+Blue) = 170+171+119=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB77 is #555488. Grayscale: #A4A4A4. Windows color (decimal): -5592201 or 7842730. OLE color: 7842730.
HSL color Cylindrical-coordinate representation of color #AAAB77: hue angle of 61.15º degrees, saturation: 0.24, 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 #AAAB77 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 119 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.33 |
| HSL | 61.15º | 0.24% | 0.57% | - |
| HSV(B) | 61.15º | 0.3% | 0.67% | - |
| XYZ | 34.47 | 39 | 23.16 | - |
| YUV | 164.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 119 | 0.01 | 0 | 0.30 | 0.33 | 61.15 | 0.24 | 0.57 |
| Hex | AA | AB | 77 | 1 | 0 | 1E | 21 | 3D | 18 | 39 |
| Octal | 252 | 253 | 167 | 1 | 0 | 36 | 41 | 75 | 30 | 71 |
| Binary | 10101010 | 10101011 | 1110111 | 1 | 0 | 11110 | 100001 | 111101 | 11000 | 111001 |
Color Harmonies of #AAAB77
Complementary color
Monochromatic Colors of #AAAB77
Black with #AAAB77
Text Example
Text Example
White with #AAAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB77; }
p { color: rgb(170,171,119); }
H1.HeaderClassName
{
color: #AAAB77;
}
.AnyTagClassName
{
color: #AAAB77;
}
</style>
background-color css
<style>
a { background-color: #AAAB77; }
a { background-color: rgb(170,171,119); }
div.DivClassName
{
background-color: #AAAB77;
}
.BgClassName
{
background-color: #AAAB77;
}
</style>
border-color css
<style>
span { border-color: #AAAB77; }
span { border-color: rgb(170,171,119); }
td.TdClassName
{
border-color: #AAAB77;
}
.TagClassName
{
border-color: #AAAB77;
}
</style>