Shades of Eagle #AEAE8E
Tints of Eagle #AEAE8E
RGB
CMYK
RGB Variations
Color information
#AEAE8E (or 0xAEAE8E) is known color: Eagle. HEX triplet: AE, AE and 8E. RGB value is (174,174,142). Sum of RGB (Red+Green+Blue) = 174+174+142=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE8E is #515171. Grayscale: #AAAAAA. Windows color (decimal): -5329266 or 9350830. OLE color: 9350830.
HSL color Cylindrical-coordinate representation of color #AEAE8E: hue angle of 60º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEAE8E is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 142 | - |
| CMYK | 0 | 0 | 0.18 | 0.32 |
| HSL | 60º | 0.16% | 0.62% | - |
| HSV(B) | 60º | 0.18% | 0.68% | - |
| XYZ | 37.47 | 41.22 | 31.57 | - |
| YUV | 170.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 142 | 0 | 0 | 0.18 | 0.32 | 60 | 0.16 | 0.62 |
| Hex | AE | AE | 8E | 0 | 0 | 12 | 20 | 3C | 10 | 3E |
| Octal | 256 | 256 | 216 | 0 | 0 | 22 | 40 | 74 | 20 | 76 |
| Binary | 10101110 | 10101110 | 10001110 | 0 | 0 | 10010 | 100000 | 111100 | 10000 | 111110 |
Color Harmonies of #AEAE8E
Complementary color
Monochromatic Colors of #AEAE8E
Black with #AEAE8E
Text Example
Text Example
White with #AEAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE8E; }
p { color: rgb(174,174,142); }
H1.HeaderClassName
{
color: #AEAE8E;
}
.AnyTagClassName
{
color: #AEAE8E;
}
</style>
background-color css
<style>
a { background-color: #AEAE8E; }
a { background-color: rgb(174,174,142); }
div.DivClassName
{
background-color: #AEAE8E;
}
.BgClassName
{
background-color: #AEAE8E;
}
</style>
border-color css
<style>
span { border-color: #AEAE8E; }
span { border-color: rgb(174,174,142); }
td.TdClassName
{
border-color: #AEAE8E;
}
.TagClassName
{
border-color: #AEAE8E;
}
</style>