Shades of Locust #AAAC74
Tints of Locust #AAAC74
RGB
CMYK
RGB Variations
Color information
#AAAC74 (or 0xAAAC74) is known color: Locust. HEX triplet: AA, AC and 74. RGB value is (170,172,116). Sum of RGB (Red+Green+Blue) = 170+172+116=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC74 is #55538B. Grayscale: #A5A5A5. Windows color (decimal): -5591948 or 7646378. OLE color: 7646378.
HSL color Cylindrical-coordinate representation of color #AAAC74: hue angle of 62.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAAC74 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 116 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.33 |
| HSL | 62.14º | 0.25% | 0.56% | - |
| HSV(B) | 62.14º | 0.33% | 0.67% | - |
| XYZ | 34.48 | 39.31 | 22.29 | - |
| YUV | 165.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 116 | 0.01 | 0 | 0.33 | 0.33 | 62.14 | 0.25 | 0.56 |
| Hex | AA | AC | 74 | 1 | 0 | 21 | 21 | 3E | 19 | 38 |
| Octal | 252 | 254 | 164 | 1 | 0 | 41 | 41 | 76 | 31 | 70 |
| Binary | 10101010 | 10101100 | 1110100 | 1 | 0 | 100001 | 100001 | 111110 | 11001 | 111000 |
Color Harmonies of #AAAC74
Complementary color
Monochromatic Colors of #AAAC74
Black with #AAAC74
Text Example
Text Example
White with #AAAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC74; }
p { color: rgb(170,172,116); }
H1.HeaderClassName
{
color: #AAAC74;
}
.AnyTagClassName
{
color: #AAAC74;
}
</style>
background-color css
<style>
a { background-color: #AAAC74; }
a { background-color: rgb(170,172,116); }
div.DivClassName
{
background-color: #AAAC74;
}
.BgClassName
{
background-color: #AAAC74;
}
</style>
border-color css
<style>
span { border-color: #AAAC74; }
span { border-color: rgb(170,172,116); }
td.TdClassName
{
border-color: #AAAC74;
}
.TagClassName
{
border-color: #AAAC74;
}
</style>