Shades of Eagle #AEAA8C
Tints of Eagle #AEAA8C
RGB
CMYK
RGB Variations
Color information
#AEAA8C (or 0xAEAA8C) is known color: Eagle. HEX triplet: AE, AA and 8C. RGB value is (174,170,140). Sum of RGB (Red+Green+Blue) = 174+170+140=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA8C is #515573. Grayscale: #A7A7A7. Windows color (decimal): -5330292 or 9218734. OLE color: 9218734.
HSL color Cylindrical-coordinate representation of color #AEAA8C: hue angle of 52.94º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEAA8C is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 140 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.32 |
| HSL | 52.94º | 0.17% | 0.62% | - |
| HSV(B) | 52.94º | 0.2% | 0.68% | - |
| XYZ | 36.56 | 39.64 | 30.54 | - |
| YUV | 167.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 140 | 0 | 0.02 | 0.20 | 0.32 | 52.94 | 0.17 | 0.62 |
| Hex | AE | AA | 8C | 0 | 2 | 14 | 20 | 35 | 11 | 3E |
| Octal | 256 | 252 | 214 | 0 | 2 | 24 | 40 | 65 | 21 | 76 |
| Binary | 10101110 | 10101010 | 10001100 | 0 | 10 | 10100 | 100000 | 110101 | 10001 | 111110 |
Color Harmonies of #AEAA8C
Complementary color
Monochromatic Colors of #AEAA8C
Black with #AEAA8C
Text Example
Text Example
White with #AEAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA8C; }
p { color: rgb(174,170,140); }
H1.HeaderClassName
{
color: #AEAA8C;
}
.AnyTagClassName
{
color: #AEAA8C;
}
</style>
background-color css
<style>
a { background-color: #AEAA8C; }
a { background-color: rgb(174,170,140); }
div.DivClassName
{
background-color: #AEAA8C;
}
.BgClassName
{
background-color: #AEAA8C;
}
</style>
border-color css
<style>
span { border-color: #AEAA8C; }
span { border-color: rgb(174,170,140); }
td.TdClassName
{
border-color: #AEAA8C;
}
.TagClassName
{
border-color: #AEAA8C;
}
</style>