Shades of Eagle #AEAA8F
Tints of Eagle #AEAA8F
RGB
CMYK
RGB Variations
Color information
#AEAA8F (or 0xAEAA8F) is known color: Eagle. HEX triplet: AE, AA and 8F. RGB value is (174,170,143). Sum of RGB (Red+Green+Blue) = 174+170+143=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA8F is #515570. Grayscale: #A8A8A8. Windows color (decimal): -5330289 or 9415342. OLE color: 9415342.
HSL color Cylindrical-coordinate representation of color #AEAA8F: hue angle of 52.26º 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 #AEAA8F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 143 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.32 |
| HSL | 52.26º | 0.16% | 0.62% | - |
| HSV(B) | 52.26º | 0.18% | 0.68% | - |
| XYZ | 36.79 | 39.73 | 31.72 | - |
| YUV | 168.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 143 | 0 | 0.02 | 0.18 | 0.32 | 52.26 | 0.16 | 0.62 |
| Hex | AE | AA | 8F | 0 | 2 | 12 | 20 | 34 | 10 | 3E |
| Octal | 256 | 252 | 217 | 0 | 2 | 22 | 40 | 64 | 20 | 76 |
| Binary | 10101110 | 10101010 | 10001111 | 0 | 10 | 10010 | 100000 | 110100 | 10000 | 111110 |
Color Harmonies of #AEAA8F
Complementary color
Monochromatic Colors of #AEAA8F
Black with #AEAA8F
Text Example
Text Example
White with #AEAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA8F; }
p { color: rgb(174,170,143); }
H1.HeaderClassName
{
color: #AEAA8F;
}
.AnyTagClassName
{
color: #AEAA8F;
}
</style>
background-color css
<style>
a { background-color: #AEAA8F; }
a { background-color: rgb(174,170,143); }
div.DivClassName
{
background-color: #AEAA8F;
}
.BgClassName
{
background-color: #AEAA8F;
}
</style>
border-color css
<style>
span { border-color: #AEAA8F; }
span { border-color: rgb(174,170,143); }
td.TdClassName
{
border-color: #AEAA8F;
}
.TagClassName
{
border-color: #AEAA8F;
}
</style>