Shades of Locust #AAAD77
Tints of Locust #AAAD77
RGB
CMYK
RGB Variations
Color information
#AAAD77 (or 0xAAAD77) is known color: Locust. HEX triplet: AA, AD and 77. RGB value is (170,173,119). Sum of RGB (Red+Green+Blue) = 170+173+119=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD77 is #555288. Grayscale: #A6A6A6. Windows color (decimal): -5591689 or 7843242. OLE color: 7843242.
HSL color Cylindrical-coordinate representation of color #AAAD77: hue angle of 63.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAAD77 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 119 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.32 |
| HSL | 63.33º | 0.25% | 0.57% | - |
| HSV(B) | 63.33º | 0.31% | 0.68% | - |
| XYZ | 34.85 | 39.77 | 23.29 | - |
| YUV | 165.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 119 | 0.02 | 0 | 0.31 | 0.32 | 63.33 | 0.25 | 0.57 |
| Hex | AA | AD | 77 | 2 | 0 | 1F | 20 | 3F | 19 | 39 |
| Octal | 252 | 255 | 167 | 2 | 0 | 37 | 40 | 77 | 31 | 71 |
| Binary | 10101010 | 10101101 | 1110111 | 10 | 0 | 11111 | 100000 | 111111 | 11001 | 111001 |
Color Harmonies of #AAAD77
Complementary color
Monochromatic Colors of #AAAD77
Black with #AAAD77
Text Example
Text Example
White with #AAAD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD77; }
p { color: rgb(170,173,119); }
H1.HeaderClassName
{
color: #AAAD77;
}
.AnyTagClassName
{
color: #AAAD77;
}
</style>
background-color css
<style>
a { background-color: #AAAD77; }
a { background-color: rgb(170,173,119); }
div.DivClassName
{
background-color: #AAAD77;
}
.BgClassName
{
background-color: #AAAD77;
}
</style>
border-color css
<style>
span { border-color: #AAAD77; }
span { border-color: rgb(170,173,119); }
td.TdClassName
{
border-color: #AAAD77;
}
.TagClassName
{
border-color: #AAAD77;
}
</style>