Shades of Eagle #AEAB9F
Tints of Eagle #AEAB9F
RGB
CMYK
RGB Variations
Color information
#AEAB9F (or 0xAEAB9F) is known color: Eagle. HEX triplet: AE, AB and 9F. RGB value is (174,171,159). Sum of RGB (Red+Green+Blue) = 174+171+159=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB9F is #515460. Grayscale: #AAAAAA. Windows color (decimal): -5330017 or 10464174. OLE color: 10464174.
HSL color Cylindrical-coordinate representation of color #AEAB9F: hue angle of 48º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEAB9F is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 159 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.32 |
| HSL | 48º | 0.08% | 0.65% | - |
| HSV(B) | 48º | 0.09% | 0.68% | - |
| XYZ | 38.28 | 40.63 | 38.63 | - |
| YUV | 170.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 159 | 0 | 0.02 | 0.09 | 0.32 | 48 | 0.08 | 0.65 |
| Hex | AE | AB | 9F | 0 | 2 | 9 | 20 | 30 | 8 | 41 |
| Octal | 256 | 253 | 237 | 0 | 2 | 11 | 40 | 60 | 10 | 101 |
| Binary | 10101110 | 10101011 | 10011111 | 0 | 10 | 1001 | 100000 | 110000 | 1000 | 1000001 |
Color Harmonies of #AEAB9F
Complementary color
Monochromatic Colors of #AEAB9F
Black with #AEAB9F
Text Example
Text Example
White with #AEAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB9F; }
p { color: rgb(174,171,159); }
H1.HeaderClassName
{
color: #AEAB9F;
}
.AnyTagClassName
{
color: #AEAB9F;
}
</style>
background-color css
<style>
a { background-color: #AEAB9F; }
a { background-color: rgb(174,171,159); }
div.DivClassName
{
background-color: #AEAB9F;
}
.BgClassName
{
background-color: #AEAB9F;
}
</style>
border-color css
<style>
span { border-color: #AEAB9F; }
span { border-color: rgb(174,171,159); }
td.TdClassName
{
border-color: #AEAB9F;
}
.TagClassName
{
border-color: #AEAB9F;
}
</style>