Shades of Eagle #AEAB8E
Tints of Eagle #AEAB8E
RGB
CMYK
RGB Variations
Color information
#AEAB8E (or 0xAEAB8E) is known color: Eagle. HEX triplet: AE, AB and 8E. RGB value is (174,171,142). Sum of RGB (Red+Green+Blue) = 174+171+142=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB8E is #515471. Grayscale: #A8A8A8. Windows color (decimal): -5330034 or 9350062. OLE color: 9350062.
HSL color Cylindrical-coordinate representation of color #AEAB8E: hue angle of 54.38º 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 #AEAB8E is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 142 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.32 |
| HSL | 54.38º | 0.16% | 0.62% | - |
| HSV(B) | 54.38º | 0.18% | 0.68% | - |
| XYZ | 36.9 | 40.08 | 31.38 | - |
| YUV | 168.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 142 | 0 | 0.02 | 0.18 | 0.32 | 54.38 | 0.16 | 0.62 |
| Hex | AE | AB | 8E | 0 | 2 | 12 | 20 | 36 | 10 | 3E |
| Octal | 256 | 253 | 216 | 0 | 2 | 22 | 40 | 66 | 20 | 76 |
| Binary | 10101110 | 10101011 | 10001110 | 0 | 10 | 10010 | 100000 | 110110 | 10000 | 111110 |
Color Harmonies of #AEAB8E
Complementary color
Monochromatic Colors of #AEAB8E
Black with #AEAB8E
Text Example
Text Example
White with #AEAB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB8E; }
p { color: rgb(174,171,142); }
H1.HeaderClassName
{
color: #AEAB8E;
}
.AnyTagClassName
{
color: #AEAB8E;
}
</style>
background-color css
<style>
a { background-color: #AEAB8E; }
a { background-color: rgb(174,171,142); }
div.DivClassName
{
background-color: #AEAB8E;
}
.BgClassName
{
background-color: #AEAB8E;
}
</style>
border-color css
<style>
span { border-color: #AEAB8E; }
span { border-color: rgb(174,171,142); }
td.TdClassName
{
border-color: #AEAB8E;
}
.TagClassName
{
border-color: #AEAB8E;
}
</style>