Shades of Eagle #AEAD92
Tints of Eagle #AEAD92
RGB
CMYK
RGB Variations
Color information
#AEAD92 (or 0xAEAD92) is known color: Eagle. HEX triplet: AE, AD and 92. RGB value is (174,173,146). Sum of RGB (Red+Green+Blue) = 174+173+146=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD92 is #51526D. Grayscale: #AAAAAA. Windows color (decimal): -5329518 or 9612718. OLE color: 9612718.
HSL color Cylindrical-coordinate representation of color #AEAD92: hue angle of 57.86º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEAD92 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 146 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.32 |
| HSL | 57.86º | 0.15% | 0.63% | - |
| HSV(B) | 57.86º | 0.16% | 0.68% | - |
| XYZ | 37.59 | 40.96 | 33.12 | - |
| YUV | 170.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 146 | 0 | 0.01 | 0.16 | 0.32 | 57.86 | 0.15 | 0.63 |
| Hex | AE | AD | 92 | 0 | 1 | 10 | 20 | 3A | F | 3F |
| Octal | 256 | 255 | 222 | 0 | 1 | 20 | 40 | 72 | 17 | 77 |
| Binary | 10101110 | 10101101 | 10010010 | 0 | 1 | 10000 | 100000 | 111010 | 1111 | 111111 |
Color Harmonies of #AEAD92
Complementary color
Monochromatic Colors of #AEAD92
Black with #AEAD92
Text Example
Text Example
White with #AEAD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD92; }
p { color: rgb(174,173,146); }
H1.HeaderClassName
{
color: #AEAD92;
}
.AnyTagClassName
{
color: #AEAD92;
}
</style>
background-color css
<style>
a { background-color: #AEAD92; }
a { background-color: rgb(174,173,146); }
div.DivClassName
{
background-color: #AEAD92;
}
.BgClassName
{
background-color: #AEAD92;
}
</style>
border-color css
<style>
span { border-color: #AEAD92; }
span { border-color: rgb(174,173,146); }
td.TdClassName
{
border-color: #AEAD92;
}
.TagClassName
{
border-color: #AEAD92;
}
</style>