Shades of Locust #AAAC85
Tints of Locust #AAAC85
RGB
CMYK
RGB Variations
Color information
#AAAC85 (or 0xAAAC85) is known color: Locust. HEX triplet: AA, AC and 85. RGB value is (170,172,133). Sum of RGB (Red+Green+Blue) = 170+172+133=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC85 is #55537A. Grayscale: #A7A7A7. Windows color (decimal): -5591931 or 8760490. OLE color: 8760490.
HSL color Cylindrical-coordinate representation of color #AAAC85: hue angle of 63.08º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAAC85 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 133 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.33 |
| HSL | 63.08º | 0.19% | 0.6% | - |
| HSV(B) | 63.08º | 0.23% | 0.67% | - |
| XYZ | 35.56 | 39.74 | 27.99 | - |
| YUV | 166.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 133 | 0.01 | 0 | 0.23 | 0.33 | 63.08 | 0.19 | 0.6 |
| Hex | AA | AC | 85 | 1 | 0 | 17 | 21 | 3F | 13 | 3C |
| Octal | 252 | 254 | 205 | 1 | 0 | 27 | 41 | 77 | 23 | 74 |
| Binary | 10101010 | 10101100 | 10000101 | 1 | 0 | 10111 | 100001 | 111111 | 10011 | 111100 |
Color Harmonies of #AAAC85
Complementary color
Monochromatic Colors of #AAAC85
Black with #AAAC85
Text Example
Text Example
White with #AAAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC85; }
p { color: rgb(170,172,133); }
H1.HeaderClassName
{
color: #AAAC85;
}
.AnyTagClassName
{
color: #AAAC85;
}
</style>
background-color css
<style>
a { background-color: #AAAC85; }
a { background-color: rgb(170,172,133); }
div.DivClassName
{
background-color: #AAAC85;
}
.BgClassName
{
background-color: #AAAC85;
}
</style>
border-color css
<style>
span { border-color: #AAAC85; }
span { border-color: rgb(170,172,133); }
td.TdClassName
{
border-color: #AAAC85;
}
.TagClassName
{
border-color: #AAAC85;
}
</style>