Shades of Locust #AAAB7A
Tints of Locust #AAAB7A
RGB
CMYK
RGB Variations
Color information
#AAAB7A (or 0xAAAB7A) is known color: Locust. HEX triplet: AA, AB and 7A. RGB value is (170,171,122). Sum of RGB (Red+Green+Blue) = 170+171+122=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB7A is #555485. Grayscale: #A5A5A5. Windows color (decimal): -5592198 or 8039338. OLE color: 8039338.
HSL color Cylindrical-coordinate representation of color #AAAB7A: hue angle of 61.22º 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 #AAAB7A is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 122 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.33 |
| HSL | 61.22º | 0.23% | 0.57% | - |
| HSV(B) | 61.22º | 0.29% | 0.67% | - |
| XYZ | 34.65 | 39.08 | 24.13 | - |
| YUV | 165.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 122 | 0.01 | 0 | 0.29 | 0.33 | 61.22 | 0.23 | 0.57 |
| Hex | AA | AB | 7A | 1 | 0 | 1D | 21 | 3D | 17 | 39 |
| Octal | 252 | 253 | 172 | 1 | 0 | 35 | 41 | 75 | 27 | 71 |
| Binary | 10101010 | 10101011 | 1111010 | 1 | 0 | 11101 | 100001 | 111101 | 10111 | 111001 |
Color Harmonies of #AAAB7A
Complementary color
Monochromatic Colors of #AAAB7A
Black with #AAAB7A
Text Example
Text Example
White with #AAAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB7A; }
p { color: rgb(170,171,122); }
H1.HeaderClassName
{
color: #AAAB7A;
}
.AnyTagClassName
{
color: #AAAB7A;
}
</style>
background-color css
<style>
a { background-color: #AAAB7A; }
a { background-color: rgb(170,171,122); }
div.DivClassName
{
background-color: #AAAB7A;
}
.BgClassName
{
background-color: #AAAB7A;
}
</style>
border-color css
<style>
span { border-color: #AAAB7A; }
span { border-color: rgb(170,171,122); }
td.TdClassName
{
border-color: #AAAB7A;
}
.TagClassName
{
border-color: #AAAB7A;
}
</style>