Shades of Eagle #AEAD99
Tints of Eagle #AEAD99
RGB
CMYK
RGB Variations
Color information
#AEAD99 (or 0xAEAD99) is known color: Eagle. HEX triplet: AE, AD and 99. RGB value is (174,173,153). Sum of RGB (Red+Green+Blue) = 174+173+153=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD99 is #515266. Grayscale: #ABABAB. Windows color (decimal): -5329511 or 10071470. OLE color: 10071470.
HSL color Cylindrical-coordinate representation of color #AEAD99: hue angle of 57.14º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEAD99 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 153 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.32 |
| HSL | 57.14º | 0.11% | 0.64% | - |
| HSV(B) | 57.14º | 0.12% | 0.68% | - |
| XYZ | 38.15 | 41.19 | 36.08 | - |
| YUV | 171.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 153 | 0 | 0.01 | 0.12 | 0.32 | 57.14 | 0.11 | 0.64 |
| Hex | AE | AD | 99 | 0 | 1 | C | 20 | 39 | B | 40 |
| Octal | 256 | 255 | 231 | 0 | 1 | 14 | 40 | 71 | 13 | 100 |
| Binary | 10101110 | 10101101 | 10011001 | 0 | 1 | 1100 | 100000 | 111001 | 1011 | 1000000 |
Color Harmonies of #AEAD99
Complementary color
Monochromatic Colors of #AEAD99
Black with #AEAD99
Text Example
Text Example
White with #AEAD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD99; }
p { color: rgb(174,173,153); }
H1.HeaderClassName
{
color: #AEAD99;
}
.AnyTagClassName
{
color: #AEAD99;
}
</style>
background-color css
<style>
a { background-color: #AEAD99; }
a { background-color: rgb(174,173,153); }
div.DivClassName
{
background-color: #AEAD99;
}
.BgClassName
{
background-color: #AEAD99;
}
</style>
border-color css
<style>
span { border-color: #AEAD99; }
span { border-color: rgb(174,173,153); }
td.TdClassName
{
border-color: #AEAD99;
}
.TagClassName
{
border-color: #AEAD99;
}
</style>