Shades of Locust #AAAD76
Tints of Locust #AAAD76
RGB
CMYK
RGB Variations
Color information
#AAAD76 (or 0xAAAD76) is known color: Locust. HEX triplet: AA, AD and 76. RGB value is (170,173,118). Sum of RGB (Red+Green+Blue) = 170+173+118=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD76 is #555289. Grayscale: #A6A6A6. Windows color (decimal): -5591690 or 7777706. OLE color: 7777706.
HSL color Cylindrical-coordinate representation of color #AAAD76: hue angle of 63.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAAD76 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 118 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.32 |
| HSL | 63.27º | 0.25% | 0.57% | - |
| HSV(B) | 63.27º | 0.32% | 0.68% | - |
| XYZ | 34.79 | 39.74 | 22.98 | - |
| YUV | 165.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 118 | 0.02 | 0 | 0.32 | 0.32 | 63.27 | 0.25 | 0.57 |
| Hex | AA | AD | 76 | 2 | 0 | 20 | 20 | 3F | 19 | 39 |
| Octal | 252 | 255 | 166 | 2 | 0 | 40 | 40 | 77 | 31 | 71 |
| Binary | 10101010 | 10101101 | 1110110 | 10 | 0 | 100000 | 100000 | 111111 | 11001 | 111001 |
Color Harmonies of #AAAD76
Complementary color
Monochromatic Colors of #AAAD76
Black with #AAAD76
Text Example
Text Example
White with #AAAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD76; }
p { color: rgb(170,173,118); }
H1.HeaderClassName
{
color: #AAAD76;
}
.AnyTagClassName
{
color: #AAAD76;
}
</style>
background-color css
<style>
a { background-color: #AAAD76; }
a { background-color: rgb(170,173,118); }
div.DivClassName
{
background-color: #AAAD76;
}
.BgClassName
{
background-color: #AAAD76;
}
</style>
border-color css
<style>
span { border-color: #AAAD76; }
span { border-color: rgb(170,173,118); }
td.TdClassName
{
border-color: #AAAD76;
}
.TagClassName
{
border-color: #AAAD76;
}
</style>