Shades of Locust #AAAB71
Tints of Locust #AAAB71
RGB
CMYK
RGB Variations
Color information
#AAAB71 (or 0xAAAB71) is known color: Locust. HEX triplet: AA, AB and 71. RGB value is (170,171,113). Sum of RGB (Red+Green+Blue) = 170+171+113=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB71 is #55548E. Grayscale: #A4A4A4. Windows color (decimal): -5592207 or 7449514. OLE color: 7449514.
HSL color Cylindrical-coordinate representation of color #AAAB71: hue angle of 61.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAAB71 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 113 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.33 |
| HSL | 61.03º | 0.26% | 0.56% | - |
| HSV(B) | 61.03º | 0.34% | 0.67% | - |
| XYZ | 34.12 | 38.86 | 21.33 | - |
| YUV | 164.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 113 | 0.01 | 0 | 0.34 | 0.33 | 61.03 | 0.26 | 0.56 |
| Hex | AA | AB | 71 | 1 | 0 | 22 | 21 | 3D | 1A | 38 |
| Octal | 252 | 253 | 161 | 1 | 0 | 42 | 41 | 75 | 32 | 70 |
| Binary | 10101010 | 10101011 | 1110001 | 1 | 0 | 100010 | 100001 | 111101 | 11010 | 111000 |
Color Harmonies of #AAAB71
Complementary color
Monochromatic Colors of #AAAB71
Black with #AAAB71
Text Example
Text Example
White with #AAAB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB71; }
p { color: rgb(170,171,113); }
H1.HeaderClassName
{
color: #AAAB71;
}
.AnyTagClassName
{
color: #AAAB71;
}
</style>
background-color css
<style>
a { background-color: #AAAB71; }
a { background-color: rgb(170,171,113); }
div.DivClassName
{
background-color: #AAAB71;
}
.BgClassName
{
background-color: #AAAB71;
}
</style>
border-color css
<style>
span { border-color: #AAAB71; }
span { border-color: rgb(170,171,113); }
td.TdClassName
{
border-color: #AAAB71;
}
.TagClassName
{
border-color: #AAAB71;
}
</style>