Shades of Eagle #AEAA8D
Tints of Eagle #AEAA8D
RGB
CMYK
RGB Variations
Color information
#AEAA8D (or 0xAEAA8D) is known color: Eagle. HEX triplet: AE, AA and 8D. RGB value is (174,170,141). Sum of RGB (Red+Green+Blue) = 174+170+141=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA8D is #515572. Grayscale: #A8A8A8. Windows color (decimal): -5330291 or 9284270. OLE color: 9284270.
HSL color Cylindrical-coordinate representation of color #AEAA8D: hue angle of 52.73º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEAA8D is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 141 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.32 |
| HSL | 52.73º | 0.17% | 0.62% | - |
| HSV(B) | 52.73º | 0.19% | 0.68% | - |
| XYZ | 36.64 | 39.67 | 30.93 | - |
| YUV | 167.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 141 | 0 | 0.02 | 0.19 | 0.32 | 52.73 | 0.17 | 0.62 |
| Hex | AE | AA | 8D | 0 | 2 | 13 | 20 | 35 | 11 | 3E |
| Octal | 256 | 252 | 215 | 0 | 2 | 23 | 40 | 65 | 21 | 76 |
| Binary | 10101110 | 10101010 | 10001101 | 0 | 10 | 10011 | 100000 | 110101 | 10001 | 111110 |
Color Harmonies of #AEAA8D
Complementary color
Monochromatic Colors of #AEAA8D
Black with #AEAA8D
Text Example
Text Example
White with #AEAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA8D; }
p { color: rgb(174,170,141); }
H1.HeaderClassName
{
color: #AEAA8D;
}
.AnyTagClassName
{
color: #AEAA8D;
}
</style>
background-color css
<style>
a { background-color: #AEAA8D; }
a { background-color: rgb(174,170,141); }
div.DivClassName
{
background-color: #AEAA8D;
}
.BgClassName
{
background-color: #AEAA8D;
}
</style>
border-color css
<style>
span { border-color: #AEAA8D; }
span { border-color: rgb(174,170,141); }
td.TdClassName
{
border-color: #AEAA8D;
}
.TagClassName
{
border-color: #AEAA8D;
}
</style>