Shades of Locust #AAAB86
Tints of Locust #AAAB86
RGB
CMYK
RGB Variations
Color information
#AAAB86 (or 0xAAAB86) is known color: Locust. HEX triplet: AA, AB and 86. RGB value is (170,171,134). Sum of RGB (Red+Green+Blue) = 170+171+134=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB86 is #555479. Grayscale: #A6A6A6. Windows color (decimal): -5592186 or 8825770. OLE color: 8825770.
HSL color Cylindrical-coordinate representation of color #AAAB86: hue angle of 61.62º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAAB86 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 134 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.33 |
| HSL | 61.62º | 0.18% | 0.6% | - |
| HSV(B) | 61.62º | 0.22% | 0.67% | - |
| XYZ | 35.44 | 39.39 | 28.29 | - |
| YUV | 166.48 | 109.67 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 134 | 0.01 | 0 | 0.22 | 0.33 | 61.62 | 0.18 | 0.6 |
| Hex | AA | AB | 86 | 1 | 0 | 16 | 21 | 3E | 12 | 3C |
| Octal | 252 | 253 | 206 | 1 | 0 | 26 | 41 | 76 | 22 | 74 |
| Binary | 10101010 | 10101011 | 10000110 | 1 | 0 | 10110 | 100001 | 111110 | 10010 | 111100 |
Color Harmonies of #AAAB86
Complementary color
Monochromatic Colors of #AAAB86
Black with #AAAB86
Text Example
Text Example
White with #AAAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB86; }
p { color: rgb(170,171,134); }
H1.HeaderClassName
{
color: #AAAB86;
}
.AnyTagClassName
{
color: #AAAB86;
}
</style>
background-color css
<style>
a { background-color: #AAAB86; }
a { background-color: rgb(170,171,134); }
div.DivClassName
{
background-color: #AAAB86;
}
.BgClassName
{
background-color: #AAAB86;
}
</style>
border-color css
<style>
span { border-color: #AAAB86; }
span { border-color: rgb(170,171,134); }
td.TdClassName
{
border-color: #AAAB86;
}
.TagClassName
{
border-color: #AAAB86;
}
</style>