Shades of Locust #AAAD7A
Tints of Locust #AAAD7A
RGB
CMYK
RGB Variations
Color information
#AAAD7A (or 0xAAAD7A) is known color: Locust. HEX triplet: AA, AD and 7A. RGB value is (170,173,122). Sum of RGB (Red+Green+Blue) = 170+173+122=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAD7A is #555285. Grayscale: #A6A6A6. Windows color (decimal): -5591686 or 8039850. OLE color: 8039850.
HSL color Cylindrical-coordinate representation of color #AAAD7A: hue angle of 63.53º degrees, saturation: 0.24, 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 #AAAD7A is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 122 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.32 |
| HSL | 63.53º | 0.24% | 0.58% | - |
| HSV(B) | 63.53º | 0.29% | 0.68% | - |
| XYZ | 35.03 | 39.84 | 24.26 | - |
| YUV | 166.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 122 | 0.02 | 0 | 0.29 | 0.32 | 63.53 | 0.24 | 0.58 |
| Hex | AA | AD | 7A | 2 | 0 | 1D | 20 | 40 | 18 | 3A |
| Octal | 252 | 255 | 172 | 2 | 0 | 35 | 40 | 100 | 30 | 72 |
| Binary | 10101010 | 10101101 | 1111010 | 10 | 0 | 11101 | 100000 | 1000000 | 11000 | 111010 |
Color Harmonies of #AAAD7A
Complementary color
Monochromatic Colors of #AAAD7A
Black with #AAAD7A
Text Example
Text Example
White with #AAAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD7A; }
p { color: rgb(170,173,122); }
H1.HeaderClassName
{
color: #AAAD7A;
}
.AnyTagClassName
{
color: #AAAD7A;
}
</style>
background-color css
<style>
a { background-color: #AAAD7A; }
a { background-color: rgb(170,173,122); }
div.DivClassName
{
background-color: #AAAD7A;
}
.BgClassName
{
background-color: #AAAD7A;
}
</style>
border-color css
<style>
span { border-color: #AAAD7A; }
span { border-color: rgb(170,173,122); }
td.TdClassName
{
border-color: #AAAD7A;
}
.TagClassName
{
border-color: #AAAD7A;
}
</style>