Shades of Eagle #ABAA8E
Tints of Eagle #ABAA8E
RGB
CMYK
RGB Variations
Color information
#ABAA8E (or 0xABAA8E) is known color: Eagle. HEX triplet: AB, AA and 8E. RGB value is (171,170,142). Sum of RGB (Red+Green+Blue) = 171+170+142=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA8E is #545571. Grayscale: #A7A7A7. Windows color (decimal): -5526898 or 9349803. OLE color: 9349803.
HSL color Cylindrical-coordinate representation of color #ABAA8E: hue angle of 57.93º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABAA8E is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 142 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.33 |
| HSL | 57.93º | 0.15% | 0.61% | - |
| HSV(B) | 57.93º | 0.17% | 0.67% | - |
| XYZ | 36.05 | 39.36 | 31.29 | - |
| YUV | 167.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 142 | 0 | 0.01 | 0.17 | 0.33 | 57.93 | 0.15 | 0.61 |
| Hex | AB | AA | 8E | 0 | 1 | 11 | 21 | 3A | F | 3D |
| Octal | 253 | 252 | 216 | 0 | 1 | 21 | 41 | 72 | 17 | 75 |
| Binary | 10101011 | 10101010 | 10001110 | 0 | 1 | 10001 | 100001 | 111010 | 1111 | 111101 |
Color Harmonies of #ABAA8E
Complementary color
Monochromatic Colors of #ABAA8E
Black with #ABAA8E
Text Example
Text Example
White with #ABAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA8E; }
p { color: rgb(171,170,142); }
H1.HeaderClassName
{
color: #ABAA8E;
}
.AnyTagClassName
{
color: #ABAA8E;
}
</style>
background-color css
<style>
a { background-color: #ABAA8E; }
a { background-color: rgb(171,170,142); }
div.DivClassName
{
background-color: #ABAA8E;
}
.BgClassName
{
background-color: #ABAA8E;
}
</style>
border-color css
<style>
span { border-color: #ABAA8E; }
span { border-color: rgb(171,170,142); }
td.TdClassName
{
border-color: #ABAA8E;
}
.TagClassName
{
border-color: #ABAA8E;
}
</style>