Shades of Eagle #AEAD8E
Tints of Eagle #AEAD8E
RGB
CMYK
RGB Variations
Color information
#AEAD8E (or 0xAEAD8E) is known color: Eagle. HEX triplet: AE, AD and 8E. RGB value is (174,173,142). Sum of RGB (Red+Green+Blue) = 174+173+142=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD8E is #515271. Grayscale: #A9A9A9. Windows color (decimal): -5329522 or 9350574. OLE color: 9350574.
HSL color Cylindrical-coordinate representation of color #AEAD8E: hue angle of 58.12º 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 #AEAD8E is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 142 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.32 |
| HSL | 58.13º | 0.16% | 0.62% | - |
| HSV(B) | 58.13º | 0.18% | 0.68% | - |
| XYZ | 37.28 | 40.84 | 31.51 | - |
| YUV | 169.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 142 | 0 | 0.01 | 0.18 | 0.32 | 58.13 | 0.16 | 0.62 |
| Hex | AE | AD | 8E | 0 | 1 | 12 | 20 | 3A | 10 | 3E |
| Octal | 256 | 255 | 216 | 0 | 1 | 22 | 40 | 72 | 20 | 76 |
| Binary | 10101110 | 10101101 | 10001110 | 0 | 1 | 10010 | 100000 | 111010 | 10000 | 111110 |
Color Harmonies of #AEAD8E
Complementary color
Monochromatic Colors of #AEAD8E
Black with #AEAD8E
Text Example
Text Example
White with #AEAD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD8E; }
p { color: rgb(174,173,142); }
H1.HeaderClassName
{
color: #AEAD8E;
}
.AnyTagClassName
{
color: #AEAD8E;
}
</style>
background-color css
<style>
a { background-color: #AEAD8E; }
a { background-color: rgb(174,173,142); }
div.DivClassName
{
background-color: #AEAD8E;
}
.BgClassName
{
background-color: #AEAD8E;
}
</style>
border-color css
<style>
span { border-color: #AEAD8E; }
span { border-color: rgb(174,173,142); }
td.TdClassName
{
border-color: #AEAD8E;
}
.TagClassName
{
border-color: #AEAD8E;
}
</style>