Shades of Eagle #AEA78E
Tints of Eagle #AEA78E
RGB
CMYK
RGB Variations
Color information
#AEA78E (or 0xAEA78E) is known color: Eagle. HEX triplet: AE, A7 and 8E. RGB value is (174,167,142). Sum of RGB (Red+Green+Blue) = 174+167+142=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA78E is #515871. Grayscale: #A6A6A6. Windows color (decimal): -5331058 or 9349038. OLE color: 9349038.
HSL color Cylindrical-coordinate representation of color #AEA78E: hue angle of 46.88º 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 #AEA78E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 167 | 142 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.32 |
| HSL | 46.88º | 0.16% | 0.62% | - |
| HSV(B) | 46.88º | 0.18% | 0.68% | - |
| XYZ | 36.16 | 38.59 | 31.13 | - |
| YUV | 166.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 167 | 142 | 0 | 0.04 | 0.18 | 0.32 | 46.88 | 0.16 | 0.62 |
| Hex | AE | A7 | 8E | 0 | 4 | 12 | 20 | 2F | 10 | 3E |
| Octal | 256 | 247 | 216 | 0 | 4 | 22 | 40 | 57 | 20 | 76 |
| Binary | 10101110 | 10100111 | 10001110 | 0 | 100 | 10010 | 100000 | 101111 | 10000 | 111110 |
Color Harmonies of #AEA78E
Complementary color
Monochromatic Colors of #AEA78E
Black with #AEA78E
Text Example
Text Example
White with #AEA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA78E; }
p { color: rgb(174,167,142); }
H1.HeaderClassName
{
color: #AEA78E;
}
.AnyTagClassName
{
color: #AEA78E;
}
</style>
background-color css
<style>
a { background-color: #AEA78E; }
a { background-color: rgb(174,167,142); }
div.DivClassName
{
background-color: #AEA78E;
}
.BgClassName
{
background-color: #AEA78E;
}
</style>
border-color css
<style>
span { border-color: #AEA78E; }
span { border-color: rgb(174,167,142); }
td.TdClassName
{
border-color: #AEA78E;
}
.TagClassName
{
border-color: #AEA78E;
}
</style>