Shades of Locust #AAAC80
Tints of Locust #AAAC80
RGB
CMYK
RGB Variations
Color information
#AAAC80 (or 0xAAAC80) is known color: Locust. HEX triplet: AA, AC and 80. RGB value is (170,172,128). Sum of RGB (Red+Green+Blue) = 170+172+128=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC80 is #55537F. Grayscale: #A6A6A6. Windows color (decimal): -5591936 or 8432810. OLE color: 8432810.
HSL color Cylindrical-coordinate representation of color #AAAC80: hue angle of 62.73º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAAC80 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 128 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.33 |
| HSL | 62.73º | 0.21% | 0.59% | - |
| HSV(B) | 62.73º | 0.26% | 0.67% | - |
| XYZ | 35.23 | 39.61 | 26.21 | - |
| YUV | 166.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 128 | 0.01 | 0 | 0.26 | 0.33 | 62.73 | 0.21 | 0.59 |
| Hex | AA | AC | 80 | 1 | 0 | 1A | 21 | 3F | 15 | 3B |
| Octal | 252 | 254 | 200 | 1 | 0 | 32 | 41 | 77 | 25 | 73 |
| Binary | 10101010 | 10101100 | 10000000 | 1 | 0 | 11010 | 100001 | 111111 | 10101 | 111011 |
Color Harmonies of #AAAC80
Complementary color
Monochromatic Colors of #AAAC80
Black with #AAAC80
Text Example
Text Example
White with #AAAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC80; }
p { color: rgb(170,172,128); }
H1.HeaderClassName
{
color: #AAAC80;
}
.AnyTagClassName
{
color: #AAAC80;
}
</style>
background-color css
<style>
a { background-color: #AAAC80; }
a { background-color: rgb(170,172,128); }
div.DivClassName
{
background-color: #AAAC80;
}
.BgClassName
{
background-color: #AAAC80;
}
</style>
border-color css
<style>
span { border-color: #AAAC80; }
span { border-color: rgb(170,172,128); }
td.TdClassName
{
border-color: #AAAC80;
}
.TagClassName
{
border-color: #AAAC80;
}
</style>