Shades of Eagle #AEAC99
Tints of Eagle #AEAC99
RGB
CMYK
RGB Variations
Color information
#AEAC99 (or 0xAEAC99) is known color: Eagle. HEX triplet: AE, AC and 99. RGB value is (174,172,153). Sum of RGB (Red+Green+Blue) = 174+172+153=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC99 is #515366. Grayscale: #AAAAAA. Windows color (decimal): -5329767 or 10071214. OLE color: 10071214.
HSL color Cylindrical-coordinate representation of color #AEAC99: hue angle of 54.29º 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 #AEAC99 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 153 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.32 |
| HSL | 54.29º | 0.11% | 0.64% | - |
| HSV(B) | 54.29º | 0.12% | 0.68% | - |
| XYZ | 37.96 | 40.8 | 36.01 | - |
| YUV | 170.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 153 | 0 | 0.01 | 0.12 | 0.32 | 54.29 | 0.11 | 0.64 |
| Hex | AE | AC | 99 | 0 | 1 | C | 20 | 36 | B | 40 |
| Octal | 256 | 254 | 231 | 0 | 1 | 14 | 40 | 66 | 13 | 100 |
| Binary | 10101110 | 10101100 | 10011001 | 0 | 1 | 1100 | 100000 | 110110 | 1011 | 1000000 |
Color Harmonies of #AEAC99
Complementary color
Monochromatic Colors of #AEAC99
Black with #AEAC99
Text Example
Text Example
White with #AEAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC99; }
p { color: rgb(174,172,153); }
H1.HeaderClassName
{
color: #AEAC99;
}
.AnyTagClassName
{
color: #AEAC99;
}
</style>
background-color css
<style>
a { background-color: #AEAC99; }
a { background-color: rgb(174,172,153); }
div.DivClassName
{
background-color: #AEAC99;
}
.BgClassName
{
background-color: #AEAC99;
}
</style>
border-color css
<style>
span { border-color: #AEAC99; }
span { border-color: rgb(174,172,153); }
td.TdClassName
{
border-color: #AEAC99;
}
.TagClassName
{
border-color: #AEAC99;
}
</style>