Shades of Eagle #AAA694
Tints of Eagle #AAA694
RGB
CMYK
RGB Variations
Color information
#AAA694 (or 0xAAA694) is known color: Eagle. HEX triplet: AA, A6 and 94. RGB value is (170,166,148). Sum of RGB (Red+Green+Blue) = 170+166+148=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA694 is #55596B. Grayscale: #A5A5A5. Windows color (decimal): -5593452 or 9741994. OLE color: 9741994.
HSL color Cylindrical-coordinate representation of color #AAA694: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA694 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 148 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.33 |
| HSL | 49.09º | 0.11% | 0.62% | - |
| HSV(B) | 49.09º | 0.13% | 0.67% | - |
| XYZ | 35.56 | 37.96 | 33.47 | - |
| YUV | 165.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 148 | 0 | 0.02 | 0.13 | 0.33 | 49.09 | 0.11 | 0.62 |
| Hex | AA | A6 | 94 | 0 | 2 | D | 21 | 31 | B | 3E |
| Octal | 252 | 246 | 224 | 0 | 2 | 15 | 41 | 61 | 13 | 76 |
| Binary | 10101010 | 10100110 | 10010100 | 0 | 10 | 1101 | 100001 | 110001 | 1011 | 111110 |
Color Harmonies of #AAA694
Complementary color
Monochromatic Colors of #AAA694
Black with #AAA694
Text Example
Text Example
White with #AAA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA694; }
p { color: rgb(170,166,148); }
H1.HeaderClassName
{
color: #AAA694;
}
.AnyTagClassName
{
color: #AAA694;
}
</style>
background-color css
<style>
a { background-color: #AAA694; }
a { background-color: rgb(170,166,148); }
div.DivClassName
{
background-color: #AAA694;
}
.BgClassName
{
background-color: #AAA694;
}
</style>
border-color css
<style>
span { border-color: #AAA694; }
span { border-color: rgb(170,166,148); }
td.TdClassName
{
border-color: #AAA694;
}
.TagClassName
{
border-color: #AAA694;
}
</style>