Shades of Eagle #AEAD9A
Tints of Eagle #AEAD9A
RGB
CMYK
RGB Variations
Color information
#AEAD9A (or 0xAEAD9A) is known color: Eagle. HEX triplet: AE, AD and 9A. RGB value is (174,173,154). Sum of RGB (Red+Green+Blue) = 174+173+154=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD9A is #515265. Grayscale: #ABABAB. Windows color (decimal): -5329510 or 10137006. OLE color: 10137006.
HSL color Cylindrical-coordinate representation of color #AEAD9A: hue angle of 57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEAD9A is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 154 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.32 |
| HSL | 57º | 0.11% | 0.64% | - |
| HSV(B) | 57º | 0.11% | 0.68% | - |
| XYZ | 38.23 | 41.22 | 36.51 | - |
| YUV | 171.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 154 | 0 | 0.01 | 0.11 | 0.32 | 57 | 0.11 | 0.64 |
| Hex | AE | AD | 9A | 0 | 1 | B | 20 | 39 | B | 40 |
| Octal | 256 | 255 | 232 | 0 | 1 | 13 | 40 | 71 | 13 | 100 |
| Binary | 10101110 | 10101101 | 10011010 | 0 | 1 | 1011 | 100000 | 111001 | 1011 | 1000000 |
Color Harmonies of #AEAD9A
Complementary color
Monochromatic Colors of #AEAD9A
Black with #AEAD9A
Text Example
Text Example
White with #AEAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD9A; }
p { color: rgb(174,173,154); }
H1.HeaderClassName
{
color: #AEAD9A;
}
.AnyTagClassName
{
color: #AEAD9A;
}
</style>
background-color css
<style>
a { background-color: #AEAD9A; }
a { background-color: rgb(174,173,154); }
div.DivClassName
{
background-color: #AEAD9A;
}
.BgClassName
{
background-color: #AEAD9A;
}
</style>
border-color css
<style>
span { border-color: #AEAD9A; }
span { border-color: rgb(174,173,154); }
td.TdClassName
{
border-color: #AEAD9A;
}
.TagClassName
{
border-color: #AEAD9A;
}
</style>