Shades of Eagle #AEAC92
Tints of Eagle #AEAC92
RGB
CMYK
RGB Variations
Color information
#AEAC92 (or 0xAEAC92) is known color: Eagle. HEX triplet: AE, AC and 92. RGB value is (174,172,146). Sum of RGB (Red+Green+Blue) = 174+172+146=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC92 is #51536D. Grayscale: #A9A9A9. Windows color (decimal): -5329774 or 9612462. OLE color: 9612462.
HSL color Cylindrical-coordinate representation of color #AEAC92: hue angle of 55.71º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEAC92 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 146 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.32 |
| HSL | 55.71º | 0.15% | 0.63% | - |
| HSV(B) | 55.71º | 0.16% | 0.68% | - |
| XYZ | 37.4 | 40.58 | 33.06 | - |
| YUV | 169.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 146 | 0 | 0.01 | 0.16 | 0.32 | 55.71 | 0.15 | 0.63 |
| Hex | AE | AC | 92 | 0 | 1 | 10 | 20 | 38 | F | 3F |
| Octal | 256 | 254 | 222 | 0 | 1 | 20 | 40 | 70 | 17 | 77 |
| Binary | 10101110 | 10101100 | 10010010 | 0 | 1 | 10000 | 100000 | 111000 | 1111 | 111111 |
Color Harmonies of #AEAC92
Complementary color
Monochromatic Colors of #AEAC92
Black with #AEAC92
Text Example
Text Example
White with #AEAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC92; }
p { color: rgb(174,172,146); }
H1.HeaderClassName
{
color: #AEAC92;
}
.AnyTagClassName
{
color: #AEAC92;
}
</style>
background-color css
<style>
a { background-color: #AEAC92; }
a { background-color: rgb(174,172,146); }
div.DivClassName
{
background-color: #AEAC92;
}
.BgClassName
{
background-color: #AEAC92;
}
</style>
border-color css
<style>
span { border-color: #AEAC92; }
span { border-color: rgb(174,172,146); }
td.TdClassName
{
border-color: #AEAC92;
}
.TagClassName
{
border-color: #AEAC92;
}
</style>