Shades of Locust #AAAA7E
Tints of Locust #AAAA7E
RGB
CMYK
RGB Variations
Color information
#AAAA7E (or 0xAAAA7E) is known color: Locust. HEX triplet: AA, AA and 7E. RGB value is (170,170,126). Sum of RGB (Red+Green+Blue) = 170+170+126=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA7E is #555581. Grayscale: #A5A5A5. Windows color (decimal): -5592450 or 8301226. OLE color: 8301226.
HSL color Cylindrical-coordinate representation of color #AAAA7E: hue angle of 60º 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 #AAAA7E is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 126 | - |
| CMYK | 0 | 0 | 0.26 | 0.33 |
| HSL | 60º | 0.21% | 0.58% | - |
| HSV(B) | 60º | 0.26% | 0.67% | - |
| XYZ | 34.72 | 38.8 | 25.4 | - |
| YUV | 164.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 126 | 0 | 0 | 0.26 | 0.33 | 60 | 0.21 | 0.58 |
| Hex | AA | AA | 7E | 0 | 0 | 1A | 21 | 3C | 15 | 3A |
| Octal | 252 | 252 | 176 | 0 | 0 | 32 | 41 | 74 | 25 | 72 |
| Binary | 10101010 | 10101010 | 1111110 | 0 | 0 | 11010 | 100001 | 111100 | 10101 | 111010 |
Color Harmonies of #AAAA7E
Complementary color
Monochromatic Colors of #AAAA7E
Black with #AAAA7E
Text Example
Text Example
White with #AAAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA7E; }
p { color: rgb(170,170,126); }
H1.HeaderClassName
{
color: #AAAA7E;
}
.AnyTagClassName
{
color: #AAAA7E;
}
</style>
background-color css
<style>
a { background-color: #AAAA7E; }
a { background-color: rgb(170,170,126); }
div.DivClassName
{
background-color: #AAAA7E;
}
.BgClassName
{
background-color: #AAAA7E;
}
</style>
border-color css
<style>
span { border-color: #AAAA7E; }
span { border-color: rgb(170,170,126); }
td.TdClassName
{
border-color: #AAAA7E;
}
.TagClassName
{
border-color: #AAAA7E;
}
</style>