Shades of Locust #AAAC7D
Tints of Locust #AAAC7D
RGB
CMYK
RGB Variations
Color information
#AAAC7D (or 0xAAAC7D) is known color: Locust. HEX triplet: AA, AC and 7D. RGB value is (170,172,125). Sum of RGB (Red+Green+Blue) = 170+172+125=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAC7D is #555382. Grayscale: #A6A6A6. Windows color (decimal): -5591939 or 8236202. OLE color: 8236202.
HSL color Cylindrical-coordinate representation of color #AAAC7D: hue angle of 62.55º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAAC7D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 125 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.33 |
| HSL | 62.55º | 0.22% | 0.58% | - |
| HSV(B) | 62.55º | 0.27% | 0.67% | - |
| XYZ | 35.03 | 39.53 | 25.19 | - |
| YUV | 166.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 125 | 0.01 | 0 | 0.27 | 0.33 | 62.55 | 0.22 | 0.58 |
| Hex | AA | AC | 7D | 1 | 0 | 1B | 21 | 3F | 16 | 3A |
| Octal | 252 | 254 | 175 | 1 | 0 | 33 | 41 | 77 | 26 | 72 |
| Binary | 10101010 | 10101100 | 1111101 | 1 | 0 | 11011 | 100001 | 111111 | 10110 | 111010 |
Color Harmonies of #AAAC7D
Complementary color
Monochromatic Colors of #AAAC7D
Black with #AAAC7D
Text Example
Text Example
White with #AAAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC7D; }
p { color: rgb(170,172,125); }
H1.HeaderClassName
{
color: #AAAC7D;
}
.AnyTagClassName
{
color: #AAAC7D;
}
</style>
background-color css
<style>
a { background-color: #AAAC7D; }
a { background-color: rgb(170,172,125); }
div.DivClassName
{
background-color: #AAAC7D;
}
.BgClassName
{
background-color: #AAAC7D;
}
</style>
border-color css
<style>
span { border-color: #AAAC7D; }
span { border-color: rgb(170,172,125); }
td.TdClassName
{
border-color: #AAAC7D;
}
.TagClassName
{
border-color: #AAAC7D;
}
</style>