Shades of Locust #AAAD74
Tints of Locust #AAAD74
RGB
CMYK
RGB Variations
Color information
#AAAD74 (or 0xAAAD74) is known color: Locust. HEX triplet: AA, AD and 74. RGB value is (170,173,116). Sum of RGB (Red+Green+Blue) = 170+173+116=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD74 is #55528B. Grayscale: #A5A5A5. Windows color (decimal): -5591692 or 7646634. OLE color: 7646634.
HSL color Cylindrical-coordinate representation of color #AAAD74: hue angle of 63.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAAD74 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 116 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.32 |
| HSL | 63.16º | 0.26% | 0.57% | - |
| HSV(B) | 63.16º | 0.33% | 0.68% | - |
| XYZ | 34.67 | 39.69 | 22.36 | - |
| YUV | 165.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 116 | 0.02 | 0 | 0.33 | 0.32 | 63.16 | 0.26 | 0.57 |
| Hex | AA | AD | 74 | 2 | 0 | 21 | 20 | 3F | 1A | 39 |
| Octal | 252 | 255 | 164 | 2 | 0 | 41 | 40 | 77 | 32 | 71 |
| Binary | 10101010 | 10101101 | 1110100 | 10 | 0 | 100001 | 100000 | 111111 | 11010 | 111001 |
Color Harmonies of #AAAD74
Complementary color
Monochromatic Colors of #AAAD74
Black with #AAAD74
Text Example
Text Example
White with #AAAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD74; }
p { color: rgb(170,173,116); }
H1.HeaderClassName
{
color: #AAAD74;
}
.AnyTagClassName
{
color: #AAAD74;
}
</style>
background-color css
<style>
a { background-color: #AAAD74; }
a { background-color: rgb(170,173,116); }
div.DivClassName
{
background-color: #AAAD74;
}
.BgClassName
{
background-color: #AAAD74;
}
</style>
border-color css
<style>
span { border-color: #AAAD74; }
span { border-color: rgb(170,173,116); }
td.TdClassName
{
border-color: #AAAD74;
}
.TagClassName
{
border-color: #AAAD74;
}
</style>