Shades of Eagle #AAA993
Tints of Eagle #AAA993
RGB
CMYK
RGB Variations
Color information
#AAA993 (or 0xAAA993) is known color: Eagle. HEX triplet: AA, A9 and 93. RGB value is (170,169,147). Sum of RGB (Red+Green+Blue) = 170+169+147=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA993 is #55566C. Grayscale: #A6A6A6. Windows color (decimal): -5592685 or 9677226. OLE color: 9677226.
HSL color Cylindrical-coordinate representation of color #AAA993: hue angle of 57.39º 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 #AAA993 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 147 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.33 |
| HSL | 57.39º | 0.12% | 0.62% | - |
| HSV(B) | 57.39º | 0.14% | 0.67% | - |
| XYZ | 36.03 | 39.03 | 33.24 | - |
| YUV | 166.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 147 | 0 | 0.01 | 0.14 | 0.33 | 57.39 | 0.12 | 0.62 |
| Hex | AA | A9 | 93 | 0 | 1 | E | 21 | 39 | C | 3E |
| Octal | 252 | 251 | 223 | 0 | 1 | 16 | 41 | 71 | 14 | 76 |
| Binary | 10101010 | 10101001 | 10010011 | 0 | 1 | 1110 | 100001 | 111001 | 1100 | 111110 |
Color Harmonies of #AAA993
Complementary color
Monochromatic Colors of #AAA993
Black with #AAA993
Text Example
Text Example
White with #AAA993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA993; }
p { color: rgb(170,169,147); }
H1.HeaderClassName
{
color: #AAA993;
}
.AnyTagClassName
{
color: #AAA993;
}
</style>
background-color css
<style>
a { background-color: #AAA993; }
a { background-color: rgb(170,169,147); }
div.DivClassName
{
background-color: #AAA993;
}
.BgClassName
{
background-color: #AAA993;
}
</style>
border-color css
<style>
span { border-color: #AAA993; }
span { border-color: rgb(170,169,147); }
td.TdClassName
{
border-color: #AAA993;
}
.TagClassName
{
border-color: #AAA993;
}
</style>