Shades of Eagle #AAA991
Tints of Eagle #AAA991
RGB
CMYK
RGB Variations
Color information
#AAA991 (or 0xAAA991) is known color: Eagle. HEX triplet: AA, A9 and 91. RGB value is (170,169,145). Sum of RGB (Red+Green+Blue) = 170+169+145=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA991 is #55566E. Grayscale: #A6A6A6. Windows color (decimal): -5592687 or 9546154. OLE color: 9546154.
HSL color Cylindrical-coordinate representation of color #AAA991: hue angle of 57.6º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA991 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 145 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.33 |
| HSL | 57.6º | 0.13% | 0.62% | - |
| HSV(B) | 57.6º | 0.15% | 0.67% | - |
| XYZ | 35.88 | 38.97 | 32.42 | - |
| YUV | 166.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 145 | 0 | 0.01 | 0.15 | 0.33 | 57.6 | 0.13 | 0.62 |
| Hex | AA | A9 | 91 | 0 | 1 | F | 21 | 3A | D | 3E |
| Octal | 252 | 251 | 221 | 0 | 1 | 17 | 41 | 72 | 15 | 76 |
| Binary | 10101010 | 10101001 | 10010001 | 0 | 1 | 1111 | 100001 | 111010 | 1101 | 111110 |
Color Harmonies of #AAA991
Complementary color
Monochromatic Colors of #AAA991
Black with #AAA991
Text Example
Text Example
White with #AAA991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA991; }
p { color: rgb(170,169,145); }
H1.HeaderClassName
{
color: #AAA991;
}
.AnyTagClassName
{
color: #AAA991;
}
</style>
background-color css
<style>
a { background-color: #AAA991; }
a { background-color: rgb(170,169,145); }
div.DivClassName
{
background-color: #AAA991;
}
.BgClassName
{
background-color: #AAA991;
}
</style>
border-color css
<style>
span { border-color: #AAA991; }
span { border-color: rgb(170,169,145); }
td.TdClassName
{
border-color: #AAA991;
}
.TagClassName
{
border-color: #AAA991;
}
</style>