Shades of Eagle #AAA78E
Tints of Eagle #AAA78E
RGB
CMYK
RGB Variations
Color information
#AAA78E (or 0xAAA78E) is known color: Eagle. HEX triplet: AA, A7 and 8E. RGB value is (170,167,142). Sum of RGB (Red+Green+Blue) = 170+167+142=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA78E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA78E is #555871. Grayscale: #A5A5A5. Windows color (decimal): -5593202 or 9349034. OLE color: 9349034.
HSL color Cylindrical-coordinate representation of color #AAA78E: hue angle of 53.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA78E is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 142 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.33 |
| HSL | 53.57º | 0.14% | 0.61% | - |
| HSV(B) | 53.57º | 0.16% | 0.67% | - |
| XYZ | 35.28 | 38.14 | 31.09 | - |
| YUV | 165.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 142 | 0 | 0.02 | 0.16 | 0.33 | 53.57 | 0.14 | 0.61 |
| Hex | AA | A7 | 8E | 0 | 2 | 10 | 21 | 36 | E | 3D |
| Octal | 252 | 247 | 216 | 0 | 2 | 20 | 41 | 66 | 16 | 75 |
| Binary | 10101010 | 10100111 | 10001110 | 0 | 10 | 10000 | 100001 | 110110 | 1110 | 111101 |
Color Harmonies of #AAA78E
Complementary color
Monochromatic Colors of #AAA78E
Black with #AAA78E
Text Example
Text Example
White with #AAA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA78E; }
p { color: rgb(170,167,142); }
H1.HeaderClassName
{
color: #AAA78E;
}
.AnyTagClassName
{
color: #AAA78E;
}
</style>
background-color css
<style>
a { background-color: #AAA78E; }
a { background-color: rgb(170,167,142); }
div.DivClassName
{
background-color: #AAA78E;
}
.BgClassName
{
background-color: #AAA78E;
}
</style>
border-color css
<style>
span { border-color: #AAA78E; }
span { border-color: rgb(170,167,142); }
td.TdClassName
{
border-color: #AAA78E;
}
.TagClassName
{
border-color: #AAA78E;
}
</style>