Shades of Eagle #AAA591
Tints of Eagle #AAA591
RGB
CMYK
RGB Variations
Color information
#AAA591 (or 0xAAA591) is known color: Eagle. HEX triplet: AA, A5 and 91. RGB value is (170,165,145). Sum of RGB (Red+Green+Blue) = 170+165+145=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA591 is #555A6E. Grayscale: #A4A4A4. Windows color (decimal): -5593711 or 9545130. OLE color: 9545130.
HSL color Cylindrical-coordinate representation of color #AAA591: hue angle of 48º 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 #AAA591 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 145 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.33 |
| HSL | 48º | 0.13% | 0.62% | - |
| HSV(B) | 48º | 0.15% | 0.67% | - |
| XYZ | 35.14 | 37.5 | 32.17 | - |
| YUV | 164.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 145 | 0 | 0.03 | 0.15 | 0.33 | 48 | 0.13 | 0.62 |
| Hex | AA | A5 | 91 | 0 | 3 | F | 21 | 30 | D | 3E |
| Octal | 252 | 245 | 221 | 0 | 3 | 17 | 41 | 60 | 15 | 76 |
| Binary | 10101010 | 10100101 | 10010001 | 0 | 11 | 1111 | 100001 | 110000 | 1101 | 111110 |
Color Harmonies of #AAA591
Complementary color
Monochromatic Colors of #AAA591
Black with #AAA591
Text Example
Text Example
White with #AAA591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA591; }
p { color: rgb(170,165,145); }
H1.HeaderClassName
{
color: #AAA591;
}
.AnyTagClassName
{
color: #AAA591;
}
</style>
background-color css
<style>
a { background-color: #AAA591; }
a { background-color: rgb(170,165,145); }
div.DivClassName
{
background-color: #AAA591;
}
.BgClassName
{
background-color: #AAA591;
}
</style>
border-color css
<style>
span { border-color: #AAA591; }
span { border-color: rgb(170,165,145); }
td.TdClassName
{
border-color: #AAA591;
}
.TagClassName
{
border-color: #AAA591;
}
</style>