Shades of Eagle #AEAE8B
Tints of Eagle #AEAE8B
RGB
CMYK
RGB Variations
Color information
#AEAE8B (or 0xAEAE8B) is known color: Eagle. HEX triplet: AE, AE and 8B. RGB value is (174,174,139). Sum of RGB (Red+Green+Blue) = 174+174+139=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAE8B is #515174. Grayscale: #AAAAAA. Windows color (decimal): -5329269 or 9154222. OLE color: 9154222.
HSL color Cylindrical-coordinate representation of color #AEAE8B: hue angle of 60º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEAE8B is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 139 | - |
| CMYK | 0 | 0 | 0.20 | 0.32 |
| HSL | 60º | 0.18% | 0.61% | - |
| HSV(B) | 60º | 0.2% | 0.68% | - |
| XYZ | 37.25 | 41.13 | 30.4 | - |
| YUV | 170.01 | 110.5 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 139 | 0 | 0 | 0.20 | 0.32 | 60 | 0.18 | 0.61 |
| Hex | AE | AE | 8B | 0 | 0 | 14 | 20 | 3C | 12 | 3D |
| Octal | 256 | 256 | 213 | 0 | 0 | 24 | 40 | 74 | 22 | 75 |
| Binary | 10101110 | 10101110 | 10001011 | 0 | 0 | 10100 | 100000 | 111100 | 10010 | 111101 |
Color Harmonies of #AEAE8B
Complementary color
Monochromatic Colors of #AEAE8B
Black with #AEAE8B
Text Example
Text Example
White with #AEAE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE8B; }
p { color: rgb(174,174,139); }
H1.HeaderClassName
{
color: #AEAE8B;
}
.AnyTagClassName
{
color: #AEAE8B;
}
</style>
background-color css
<style>
a { background-color: #AEAE8B; }
a { background-color: rgb(174,174,139); }
div.DivClassName
{
background-color: #AEAE8B;
}
.BgClassName
{
background-color: #AEAE8B;
}
</style>
border-color css
<style>
span { border-color: #AEAE8B; }
span { border-color: rgb(174,174,139); }
td.TdClassName
{
border-color: #AEAE8B;
}
.TagClassName
{
border-color: #AEAE8B;
}
</style>