Shades of Eagle #AEAD8F
Tints of Eagle #AEAD8F
RGB
CMYK
RGB Variations
Color information
#AEAD8F (or 0xAEAD8F) is known color: Eagle. HEX triplet: AE, AD and 8F. RGB value is (174,173,143). Sum of RGB (Red+Green+Blue) = 174+173+143=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD8F is #515270. Grayscale: #A9A9A9. Windows color (decimal): -5329521 or 9416110. OLE color: 9416110.
HSL color Cylindrical-coordinate representation of color #AEAD8F: hue angle of 58.06º 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 #AEAD8F is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 143 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.32 |
| HSL | 58.06º | 0.16% | 0.62% | - |
| HSV(B) | 58.06º | 0.18% | 0.68% | - |
| XYZ | 37.36 | 40.87 | 31.91 | - |
| YUV | 169.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 143 | 0 | 0.01 | 0.18 | 0.32 | 58.06 | 0.16 | 0.62 |
| Hex | AE | AD | 8F | 0 | 1 | 12 | 20 | 3A | 10 | 3E |
| Octal | 256 | 255 | 217 | 0 | 1 | 22 | 40 | 72 | 20 | 76 |
| Binary | 10101110 | 10101101 | 10001111 | 0 | 1 | 10010 | 100000 | 111010 | 10000 | 111110 |
Color Harmonies of #AEAD8F
Complementary color
Monochromatic Colors of #AEAD8F
Black with #AEAD8F
Text Example
Text Example
White with #AEAD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD8F; }
p { color: rgb(174,173,143); }
H1.HeaderClassName
{
color: #AEAD8F;
}
.AnyTagClassName
{
color: #AEAD8F;
}
</style>
background-color css
<style>
a { background-color: #AEAD8F; }
a { background-color: rgb(174,173,143); }
div.DivClassName
{
background-color: #AEAD8F;
}
.BgClassName
{
background-color: #AEAD8F;
}
</style>
border-color css
<style>
span { border-color: #AEAD8F; }
span { border-color: rgb(174,173,143); }
td.TdClassName
{
border-color: #AEAD8F;
}
.TagClassName
{
border-color: #AEAD8F;
}
</style>