Shades of Eagle #AAA894
Tints of Eagle #AAA894
RGB
CMYK
RGB Variations
Color information
#AAA894 (or 0xAAA894) is known color: Eagle. HEX triplet: AA, A8 and 94. RGB value is (170,168,148). Sum of RGB (Red+Green+Blue) = 170+168+148=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA894 is #55576B. Grayscale: #A6A6A6. Windows color (decimal): -5592940 or 9742506. OLE color: 9742506.
HSL color Cylindrical-coordinate representation of color #AAA894: hue angle of 54.55º 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 #AAA894 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 148 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.33 |
| HSL | 54.55º | 0.11% | 0.62% | - |
| HSV(B) | 54.55º | 0.13% | 0.67% | - |
| XYZ | 35.93 | 38.69 | 33.59 | - |
| YUV | 166.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 148 | 0 | 0.01 | 0.13 | 0.33 | 54.55 | 0.11 | 0.62 |
| Hex | AA | A8 | 94 | 0 | 1 | D | 21 | 37 | B | 3E |
| Octal | 252 | 250 | 224 | 0 | 1 | 15 | 41 | 67 | 13 | 76 |
| Binary | 10101010 | 10101000 | 10010100 | 0 | 1 | 1101 | 100001 | 110111 | 1011 | 111110 |
Color Harmonies of #AAA894
Complementary color
Monochromatic Colors of #AAA894
Black with #AAA894
Text Example
Text Example
White with #AAA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA894; }
p { color: rgb(170,168,148); }
H1.HeaderClassName
{
color: #AAA894;
}
.AnyTagClassName
{
color: #AAA894;
}
</style>
background-color css
<style>
a { background-color: #AAA894; }
a { background-color: rgb(170,168,148); }
div.DivClassName
{
background-color: #AAA894;
}
.BgClassName
{
background-color: #AAA894;
}
</style>
border-color css
<style>
span { border-color: #AAA894; }
span { border-color: rgb(170,168,148); }
td.TdClassName
{
border-color: #AAA894;
}
.TagClassName
{
border-color: #AAA894;
}
</style>