Shades of Locust #AAAC75
Tints of Locust #AAAC75
RGB
CMYK
RGB Variations
Color information
#AAAC75 (or 0xAAAC75) is known color: Locust. HEX triplet: AA, AC and 75. RGB value is (170,172,117). Sum of RGB (Red+Green+Blue) = 170+172+117=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC75 is #55538A. Grayscale: #A5A5A5. Windows color (decimal): -5591947 or 7711914. OLE color: 7711914.
HSL color Cylindrical-coordinate representation of color #AAAC75: hue angle of 62.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAAC75 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 117 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.33 |
| HSL | 62.18º | 0.25% | 0.57% | - |
| HSV(B) | 62.18º | 0.32% | 0.67% | - |
| XYZ | 34.54 | 39.34 | 22.6 | - |
| YUV | 165.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 117 | 0.01 | 0 | 0.32 | 0.33 | 62.18 | 0.25 | 0.57 |
| Hex | AA | AC | 75 | 1 | 0 | 20 | 21 | 3E | 19 | 39 |
| Octal | 252 | 254 | 165 | 1 | 0 | 40 | 41 | 76 | 31 | 71 |
| Binary | 10101010 | 10101100 | 1110101 | 1 | 0 | 100000 | 100001 | 111110 | 11001 | 111001 |
Color Harmonies of #AAAC75
Complementary color
Monochromatic Colors of #AAAC75
Black with #AAAC75
Text Example
Text Example
White with #AAAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC75; }
p { color: rgb(170,172,117); }
H1.HeaderClassName
{
color: #AAAC75;
}
.AnyTagClassName
{
color: #AAAC75;
}
</style>
background-color css
<style>
a { background-color: #AAAC75; }
a { background-color: rgb(170,172,117); }
div.DivClassName
{
background-color: #AAAC75;
}
.BgClassName
{
background-color: #AAAC75;
}
</style>
border-color css
<style>
span { border-color: #AAAC75; }
span { border-color: rgb(170,172,117); }
td.TdClassName
{
border-color: #AAAC75;
}
.TagClassName
{
border-color: #AAAC75;
}
</style>