Shades of Locust #AAAD7B
Tints of Locust #AAAD7B
RGB
CMYK
RGB Variations
Color information
#AAAD7B (or 0xAAAD7B) is known color: Locust. HEX triplet: AA, AD and 7B. RGB value is (170,173,123). Sum of RGB (Red+Green+Blue) = 170+173+123=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD7B is #555284. Grayscale: #A6A6A6. Windows color (decimal): -5591685 or 8105386. OLE color: 8105386.
HSL color Cylindrical-coordinate representation of color #AAAD7B: hue angle of 63.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAD7B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 123 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.32 |
| HSL | 63.6º | 0.23% | 0.58% | - |
| HSV(B) | 63.6º | 0.29% | 0.68% | - |
| XYZ | 35.1 | 39.86 | 24.58 | - |
| YUV | 166.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 123 | 0.02 | 0 | 0.29 | 0.32 | 63.6 | 0.23 | 0.58 |
| Hex | AA | AD | 7B | 2 | 0 | 1D | 20 | 40 | 17 | 3A |
| Octal | 252 | 255 | 173 | 2 | 0 | 35 | 40 | 100 | 27 | 72 |
| Binary | 10101010 | 10101101 | 1111011 | 10 | 0 | 11101 | 100000 | 1000000 | 10111 | 111010 |
Color Harmonies of #AAAD7B
Complementary color
Monochromatic Colors of #AAAD7B
Black with #AAAD7B
Text Example
Text Example
White with #AAAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD7B; }
p { color: rgb(170,173,123); }
H1.HeaderClassName
{
color: #AAAD7B;
}
.AnyTagClassName
{
color: #AAAD7B;
}
</style>
background-color css
<style>
a { background-color: #AAAD7B; }
a { background-color: rgb(170,173,123); }
div.DivClassName
{
background-color: #AAAD7B;
}
.BgClassName
{
background-color: #AAAD7B;
}
</style>
border-color css
<style>
span { border-color: #AAAD7B; }
span { border-color: rgb(170,173,123); }
td.TdClassName
{
border-color: #AAAD7B;
}
.TagClassName
{
border-color: #AAAD7B;
}
</style>