Shades of Locust #AAAB7E
Tints of Locust #AAAB7E
RGB
CMYK
RGB Variations
Color information
#AAAB7E (or 0xAAAB7E) is known color: Locust. HEX triplet: AA, AB and 7E. RGB value is (170,171,126). Sum of RGB (Red+Green+Blue) = 170+171+126=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB7E is #555481. Grayscale: #A5A5A5. Windows color (decimal): -5592194 or 8301482. OLE color: 8301482.
HSL color Cylindrical-coordinate representation of color #AAAB7E: hue angle of 61.33º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAAB7E is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 126 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.33 |
| HSL | 61.33º | 0.21% | 0.58% | - |
| HSV(B) | 61.33º | 0.26% | 0.67% | - |
| XYZ | 34.91 | 39.18 | 25.46 | - |
| YUV | 165.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 126 | 0.01 | 0 | 0.26 | 0.33 | 61.33 | 0.21 | 0.58 |
| Hex | AA | AB | 7E | 1 | 0 | 1A | 21 | 3D | 15 | 3A |
| Octal | 252 | 253 | 176 | 1 | 0 | 32 | 41 | 75 | 25 | 72 |
| Binary | 10101010 | 10101011 | 1111110 | 1 | 0 | 11010 | 100001 | 111101 | 10101 | 111010 |
Color Harmonies of #AAAB7E
Complementary color
Monochromatic Colors of #AAAB7E
Black with #AAAB7E
Text Example
Text Example
White with #AAAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB7E; }
p { color: rgb(170,171,126); }
H1.HeaderClassName
{
color: #AAAB7E;
}
.AnyTagClassName
{
color: #AAAB7E;
}
</style>
background-color css
<style>
a { background-color: #AAAB7E; }
a { background-color: rgb(170,171,126); }
div.DivClassName
{
background-color: #AAAB7E;
}
.BgClassName
{
background-color: #AAAB7E;
}
</style>
border-color css
<style>
span { border-color: #AAAB7E; }
span { border-color: rgb(170,171,126); }
td.TdClassName
{
border-color: #AAAB7E;
}
.TagClassName
{
border-color: #AAAB7E;
}
</style>