Shades of Eagle #AAA88E
Tints of Eagle #AAA88E
RGB
CMYK
RGB Variations
Color information
#AAA88E (or 0xAAA88E) is known color: Eagle. HEX triplet: AA, A8 and 8E. RGB value is (170,168,142). Sum of RGB (Red+Green+Blue) = 170+168+142=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA88E is #555771. Grayscale: #A5A5A5. Windows color (decimal): -5592946 or 9349290. OLE color: 9349290.
HSL color Cylindrical-coordinate representation of color #AAA88E: hue angle of 55.71º 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 #AAA88E is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 142 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.33 |
| HSL | 55.71º | 0.14% | 0.61% | - |
| HSV(B) | 55.71º | 0.16% | 0.67% | - |
| XYZ | 35.46 | 38.5 | 31.15 | - |
| YUV | 165.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 142 | 0 | 0.01 | 0.16 | 0.33 | 55.71 | 0.14 | 0.61 |
| Hex | AA | A8 | 8E | 0 | 1 | 10 | 21 | 38 | E | 3D |
| Octal | 252 | 250 | 216 | 0 | 1 | 20 | 41 | 70 | 16 | 75 |
| Binary | 10101010 | 10101000 | 10001110 | 0 | 1 | 10000 | 100001 | 111000 | 1110 | 111101 |
Color Harmonies of #AAA88E
Complementary color
Monochromatic Colors of #AAA88E
Black with #AAA88E
Text Example
Text Example
White with #AAA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA88E; }
p { color: rgb(170,168,142); }
H1.HeaderClassName
{
color: #AAA88E;
}
.AnyTagClassName
{
color: #AAA88E;
}
</style>
background-color css
<style>
a { background-color: #AAA88E; }
a { background-color: rgb(170,168,142); }
div.DivClassName
{
background-color: #AAA88E;
}
.BgClassName
{
background-color: #AAA88E;
}
</style>
border-color css
<style>
span { border-color: #AAA88E; }
span { border-color: rgb(170,168,142); }
td.TdClassName
{
border-color: #AAA88E;
}
.TagClassName
{
border-color: #AAA88E;
}
</style>