Shades of Eagle #AEAB8F
Tints of Eagle #AEAB8F
RGB
CMYK
RGB Variations
Color information
#AEAB8F (or 0xAEAB8F) is known color: Eagle. HEX triplet: AE, AB and 8F. RGB value is (174,171,143). Sum of RGB (Red+Green+Blue) = 174+171+143=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB8F is #515470. Grayscale: #A8A8A8. Windows color (decimal): -5330033 or 9415598. OLE color: 9415598.
HSL color Cylindrical-coordinate representation of color #AEAB8F: hue angle of 54.19º 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 #AEAB8F is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 143 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.32 |
| HSL | 54.19º | 0.16% | 0.62% | - |
| HSV(B) | 54.19º | 0.18% | 0.68% | - |
| XYZ | 36.98 | 40.11 | 31.78 | - |
| YUV | 168.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 143 | 0 | 0.02 | 0.18 | 0.32 | 54.19 | 0.16 | 0.62 |
| Hex | AE | AB | 8F | 0 | 2 | 12 | 20 | 36 | 10 | 3E |
| Octal | 256 | 253 | 217 | 0 | 2 | 22 | 40 | 66 | 20 | 76 |
| Binary | 10101110 | 10101011 | 10001111 | 0 | 10 | 10010 | 100000 | 110110 | 10000 | 111110 |
Color Harmonies of #AEAB8F
Complementary color
Monochromatic Colors of #AEAB8F
Black with #AEAB8F
Text Example
Text Example
White with #AEAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB8F; }
p { color: rgb(174,171,143); }
H1.HeaderClassName
{
color: #AEAB8F;
}
.AnyTagClassName
{
color: #AEAB8F;
}
</style>
background-color css
<style>
a { background-color: #AEAB8F; }
a { background-color: rgb(174,171,143); }
div.DivClassName
{
background-color: #AEAB8F;
}
.BgClassName
{
background-color: #AEAB8F;
}
</style>
border-color css
<style>
span { border-color: #AEAB8F; }
span { border-color: rgb(174,171,143); }
td.TdClassName
{
border-color: #AEAB8F;
}
.TagClassName
{
border-color: #AEAB8F;
}
</style>