Shades of Eagle #AAA893
Tints of Eagle #AAA893
RGB
CMYK
RGB Variations
Color information
#AAA893 (or 0xAAA893) is known color: Eagle. HEX triplet: AA, A8 and 93. RGB value is (170,168,147). Sum of RGB (Red+Green+Blue) = 170+168+147=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA893 is #55576C. Grayscale: #A6A6A6. Windows color (decimal): -5592941 or 9676970. OLE color: 9676970.
HSL color Cylindrical-coordinate representation of color #AAA893: hue angle of 54.78º 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 #AAA893 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 147 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.33 |
| HSL | 54.78º | 0.12% | 0.62% | - |
| HSV(B) | 54.78º | 0.14% | 0.67% | - |
| XYZ | 35.85 | 38.66 | 33.18 | - |
| YUV | 166.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 147 | 0 | 0.01 | 0.14 | 0.33 | 54.78 | 0.12 | 0.62 |
| Hex | AA | A8 | 93 | 0 | 1 | E | 21 | 37 | C | 3E |
| Octal | 252 | 250 | 223 | 0 | 1 | 16 | 41 | 67 | 14 | 76 |
| Binary | 10101010 | 10101000 | 10010011 | 0 | 1 | 1110 | 100001 | 110111 | 1100 | 111110 |
Color Harmonies of #AAA893
Complementary color
Monochromatic Colors of #AAA893
Black with #AAA893
Text Example
Text Example
White with #AAA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA893; }
p { color: rgb(170,168,147); }
H1.HeaderClassName
{
color: #AAA893;
}
.AnyTagClassName
{
color: #AAA893;
}
</style>
background-color css
<style>
a { background-color: #AAA893; }
a { background-color: rgb(170,168,147); }
div.DivClassName
{
background-color: #AAA893;
}
.BgClassName
{
background-color: #AAA893;
}
</style>
border-color css
<style>
span { border-color: #AAA893; }
span { border-color: rgb(170,168,147); }
td.TdClassName
{
border-color: #AAA893;
}
.TagClassName
{
border-color: #AAA893;
}
</style>