Shades of Locust #AAAC7F
Tints of Locust #AAAC7F
RGB
CMYK
RGB Variations
Color information
#AAAC7F (or 0xAAAC7F) is known color: Locust. HEX triplet: AA, AC and 7F. RGB value is (170,172,127). Sum of RGB (Red+Green+Blue) = 170+172+127=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC7F is #555380. Grayscale: #A6A6A6. Windows color (decimal): -5591937 or 8367274. OLE color: 8367274.
HSL color Cylindrical-coordinate representation of color #AAAC7F: hue angle of 62.67º 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 #AAAC7F is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 127 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.33 |
| HSL | 62.67º | 0.21% | 0.59% | - |
| HSV(B) | 62.67º | 0.26% | 0.67% | - |
| XYZ | 35.16 | 39.58 | 25.87 | - |
| YUV | 166.27 | 105.84 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 127 | 0.01 | 0 | 0.26 | 0.33 | 62.67 | 0.21 | 0.59 |
| Hex | AA | AC | 7F | 1 | 0 | 1A | 21 | 3F | 15 | 3B |
| Octal | 252 | 254 | 177 | 1 | 0 | 32 | 41 | 77 | 25 | 73 |
| Binary | 10101010 | 10101100 | 1111111 | 1 | 0 | 11010 | 100001 | 111111 | 10101 | 111011 |
Color Harmonies of #AAAC7F
Complementary color
Monochromatic Colors of #AAAC7F
Black with #AAAC7F
Text Example
Text Example
White with #AAAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC7F; }
p { color: rgb(170,172,127); }
H1.HeaderClassName
{
color: #AAAC7F;
}
.AnyTagClassName
{
color: #AAAC7F;
}
</style>
background-color css
<style>
a { background-color: #AAAC7F; }
a { background-color: rgb(170,172,127); }
div.DivClassName
{
background-color: #AAAC7F;
}
.BgClassName
{
background-color: #AAAC7F;
}
</style>
border-color css
<style>
span { border-color: #AAAC7F; }
span { border-color: rgb(170,172,127); }
td.TdClassName
{
border-color: #AAAC7F;
}
.TagClassName
{
border-color: #AAAC7F;
}
</style>