Shades of Eagle #AEAA9A
Tints of Eagle #AEAA9A
RGB
CMYK
RGB Variations
Color information
#AEAA9A (or 0xAEAA9A) is known color: Eagle. HEX triplet: AE, AA and 9A. RGB value is (174,170,154). Sum of RGB (Red+Green+Blue) = 174+170+154=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA9A is #515565. Grayscale: #A9A9A9. Windows color (decimal): -5330278 or 10136238. OLE color: 10136238.
HSL color Cylindrical-coordinate representation of color #AEAA9A: hue angle of 48º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEAA9A is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 154 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.32 |
| HSL | 48º | 0.11% | 0.64% | - |
| HSV(B) | 48º | 0.11% | 0.68% | - |
| XYZ | 37.66 | 40.08 | 36.32 | - |
| YUV | 169.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 154 | 0 | 0.02 | 0.11 | 0.32 | 48 | 0.11 | 0.64 |
| Hex | AE | AA | 9A | 0 | 2 | B | 20 | 30 | B | 40 |
| Octal | 256 | 252 | 232 | 0 | 2 | 13 | 40 | 60 | 13 | 100 |
| Binary | 10101110 | 10101010 | 10011010 | 0 | 10 | 1011 | 100000 | 110000 | 1011 | 1000000 |
Color Harmonies of #AEAA9A
Complementary color
Monochromatic Colors of #AEAA9A
Black with #AEAA9A
Text Example
Text Example
White with #AEAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA9A; }
p { color: rgb(174,170,154); }
H1.HeaderClassName
{
color: #AEAA9A;
}
.AnyTagClassName
{
color: #AEAA9A;
}
</style>
background-color css
<style>
a { background-color: #AEAA9A; }
a { background-color: rgb(174,170,154); }
div.DivClassName
{
background-color: #AEAA9A;
}
.BgClassName
{
background-color: #AEAA9A;
}
</style>
border-color css
<style>
span { border-color: #AEAA9A; }
span { border-color: rgb(174,170,154); }
td.TdClassName
{
border-color: #AEAA9A;
}
.TagClassName
{
border-color: #AEAA9A;
}
</style>