Shades of Eagle #AAA795
Tints of Eagle #AAA795
RGB
CMYK
RGB Variations
Color information
#AAA795 (or 0xAAA795) is known color: Eagle. HEX triplet: AA, A7 and 95. RGB value is (170,167,149). Sum of RGB (Red+Green+Blue) = 170+167+149=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA795 is #55586A. Grayscale: #A5A5A5. Windows color (decimal): -5593195 or 9807786. OLE color: 9807786.
HSL color Cylindrical-coordinate representation of color #AAA795: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA795 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 149 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.33 |
| HSL | 51.43º | 0.11% | 0.63% | - |
| HSV(B) | 51.43º | 0.12% | 0.67% | - |
| XYZ | 35.82 | 38.35 | 33.95 | - |
| YUV | 165.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 149 | 0 | 0.02 | 0.12 | 0.33 | 51.43 | 0.11 | 0.63 |
| Hex | AA | A7 | 95 | 0 | 2 | C | 21 | 33 | B | 3F |
| Octal | 252 | 247 | 225 | 0 | 2 | 14 | 41 | 63 | 13 | 77 |
| Binary | 10101010 | 10100111 | 10010101 | 0 | 10 | 1100 | 100001 | 110011 | 1011 | 111111 |
Color Harmonies of #AAA795
Complementary color
Monochromatic Colors of #AAA795
Black with #AAA795
Text Example
Text Example
White with #AAA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA795; }
p { color: rgb(170,167,149); }
H1.HeaderClassName
{
color: #AAA795;
}
.AnyTagClassName
{
color: #AAA795;
}
</style>
background-color css
<style>
a { background-color: #AAA795; }
a { background-color: rgb(170,167,149); }
div.DivClassName
{
background-color: #AAA795;
}
.BgClassName
{
background-color: #AAA795;
}
</style>
border-color css
<style>
span { border-color: #AAA795; }
span { border-color: rgb(170,167,149); }
td.TdClassName
{
border-color: #AAA795;
}
.TagClassName
{
border-color: #AAA795;
}
</style>