Shades of Locust #AAAA6E
Tints of Locust #AAAA6E
RGB
CMYK
RGB Variations
Color information
#AAAA6E (or 0xAAAA6E) is known color: Locust. HEX triplet: AA, AA and 6E. RGB value is (170,170,110). Sum of RGB (Red+Green+Blue) = 170+170+110=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA6E is #555591. Grayscale: #A3A3A3. Windows color (decimal): -5592466 or 7252650. OLE color: 7252650.
HSL color Cylindrical-coordinate representation of color #AAAA6E: hue angle of 60º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAAA6E is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 110 | - |
| CMYK | 0 | 0 | 0.35 | 0.33 |
| HSL | 60º | 0.26% | 0.55% | - |
| HSV(B) | 60º | 0.35% | 0.67% | - |
| XYZ | 33.77 | 38.42 | 20.39 | - |
| YUV | 163.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 110 | 0 | 0 | 0.35 | 0.33 | 60 | 0.26 | 0.55 |
| Hex | AA | AA | 6E | 0 | 0 | 23 | 21 | 3C | 1A | 37 |
| Octal | 252 | 252 | 156 | 0 | 0 | 43 | 41 | 74 | 32 | 67 |
| Binary | 10101010 | 10101010 | 1101110 | 0 | 0 | 100011 | 100001 | 111100 | 11010 | 110111 |
Color Harmonies of #AAAA6E
Complementary color
Monochromatic Colors of #AAAA6E
Black with #AAAA6E
Text Example
Text Example
White with #AAAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA6E; }
p { color: rgb(170,170,110); }
H1.HeaderClassName
{
color: #AAAA6E;
}
.AnyTagClassName
{
color: #AAAA6E;
}
</style>
background-color css
<style>
a { background-color: #AAAA6E; }
a { background-color: rgb(170,170,110); }
div.DivClassName
{
background-color: #AAAA6E;
}
.BgClassName
{
background-color: #AAAA6E;
}
</style>
border-color css
<style>
span { border-color: #AAAA6E; }
span { border-color: rgb(170,170,110); }
td.TdClassName
{
border-color: #AAAA6E;
}
.TagClassName
{
border-color: #AAAA6E;
}
</style>