Shades of Eagle #AAA793
Tints of Eagle #AAA793
RGB
CMYK
RGB Variations
Color information
#AAA793 (or 0xAAA793) is known color: Eagle. HEX triplet: AA, A7 and 93. RGB value is (170,167,147). Sum of RGB (Red+Green+Blue) = 170+167+147=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA793 is #55586C. Grayscale: #A5A5A5. Windows color (decimal): -5593197 or 9676714. OLE color: 9676714.
HSL color Cylindrical-coordinate representation of color #AAA793: hue angle of 52.17º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA793 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 147 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.33 |
| HSL | 52.17º | 0.12% | 0.62% | - |
| HSV(B) | 52.17º | 0.14% | 0.67% | - |
| XYZ | 35.66 | 38.29 | 33.11 | - |
| YUV | 165.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 147 | 0 | 0.02 | 0.14 | 0.33 | 52.17 | 0.12 | 0.62 |
| Hex | AA | A7 | 93 | 0 | 2 | E | 21 | 34 | C | 3E |
| Octal | 252 | 247 | 223 | 0 | 2 | 16 | 41 | 64 | 14 | 76 |
| Binary | 10101010 | 10100111 | 10010011 | 0 | 10 | 1110 | 100001 | 110100 | 1100 | 111110 |
Color Harmonies of #AAA793
Complementary color
Monochromatic Colors of #AAA793
Black with #AAA793
Text Example
Text Example
White with #AAA793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA793; }
p { color: rgb(170,167,147); }
H1.HeaderClassName
{
color: #AAA793;
}
.AnyTagClassName
{
color: #AAA793;
}
</style>
background-color css
<style>
a { background-color: #AAA793; }
a { background-color: rgb(170,167,147); }
div.DivClassName
{
background-color: #AAA793;
}
.BgClassName
{
background-color: #AAA793;
}
</style>
border-color css
<style>
span { border-color: #AAA793; }
span { border-color: rgb(170,167,147); }
td.TdClassName
{
border-color: #AAA793;
}
.TagClassName
{
border-color: #AAA793;
}
</style>