Shades of Locust #AAA976
Tints of Locust #AAA976
RGB
CMYK
RGB Variations
Color information
#AAA976 (or 0xAAA976) is known color: Locust. HEX triplet: AA, A9 and 76. RGB value is (170,169,118). Sum of RGB (Red+Green+Blue) = 170+169+118=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA976 is #555689. Grayscale: #A3A3A3. Windows color (decimal): -5592714 or 7776682. OLE color: 7776682.
HSL color Cylindrical-coordinate representation of color #AAA976: hue angle of 58.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA976 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 118 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.33 |
| HSL | 58.85º | 0.23% | 0.56% | - |
| HSV(B) | 58.85º | 0.31% | 0.67% | - |
| XYZ | 34.04 | 38.23 | 22.72 | - |
| YUV | 163.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 118 | 0 | 0.01 | 0.31 | 0.33 | 58.85 | 0.23 | 0.56 |
| Hex | AA | A9 | 76 | 0 | 1 | 1F | 21 | 3B | 17 | 38 |
| Octal | 252 | 251 | 166 | 0 | 1 | 37 | 41 | 73 | 27 | 70 |
| Binary | 10101010 | 10101001 | 1110110 | 0 | 1 | 11111 | 100001 | 111011 | 10111 | 111000 |
Color Harmonies of #AAA976
Complementary color
Monochromatic Colors of #AAA976
Black with #AAA976
Text Example
Text Example
White with #AAA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA976; }
p { color: rgb(170,169,118); }
H1.HeaderClassName
{
color: #AAA976;
}
.AnyTagClassName
{
color: #AAA976;
}
</style>
background-color css
<style>
a { background-color: #AAA976; }
a { background-color: rgb(170,169,118); }
div.DivClassName
{
background-color: #AAA976;
}
.BgClassName
{
background-color: #AAA976;
}
</style>
border-color css
<style>
span { border-color: #AAA976; }
span { border-color: rgb(170,169,118); }
td.TdClassName
{
border-color: #AAA976;
}
.TagClassName
{
border-color: #AAA976;
}
</style>