Shades of Eagle #AAA890
Tints of Eagle #AAA890
RGB
CMYK
RGB Variations
Color information
#AAA890 (or 0xAAA890) is known color: Eagle. HEX triplet: AA, A8 and 90. RGB value is (170,168,144). Sum of RGB (Red+Green+Blue) = 170+168+144=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA890 is #55576F. Grayscale: #A5A5A5. Windows color (decimal): -5592944 or 9480362. OLE color: 9480362.
HSL color Cylindrical-coordinate representation of color #AAA890: hue angle of 55.38º 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 #AAA890 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 144 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.33 |
| HSL | 55.38º | 0.13% | 0.62% | - |
| HSV(B) | 55.38º | 0.15% | 0.67% | - |
| XYZ | 35.61 | 38.56 | 31.95 | - |
| YUV | 165.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 144 | 0 | 0.01 | 0.15 | 0.33 | 55.38 | 0.13 | 0.62 |
| Hex | AA | A8 | 90 | 0 | 1 | F | 21 | 37 | D | 3E |
| Octal | 252 | 250 | 220 | 0 | 1 | 17 | 41 | 67 | 15 | 76 |
| Binary | 10101010 | 10101000 | 10010000 | 0 | 1 | 1111 | 100001 | 110111 | 1101 | 111110 |
Color Harmonies of #AAA890
Complementary color
Monochromatic Colors of #AAA890
Black with #AAA890
Text Example
Text Example
White with #AAA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA890; }
p { color: rgb(170,168,144); }
H1.HeaderClassName
{
color: #AAA890;
}
.AnyTagClassName
{
color: #AAA890;
}
</style>
background-color css
<style>
a { background-color: #AAA890; }
a { background-color: rgb(170,168,144); }
div.DivClassName
{
background-color: #AAA890;
}
.BgClassName
{
background-color: #AAA890;
}
</style>
border-color css
<style>
span { border-color: #AAA890; }
span { border-color: rgb(170,168,144); }
td.TdClassName
{
border-color: #AAA890;
}
.TagClassName
{
border-color: #AAA890;
}
</style>