Shades of Eagle #ABA895
Tints of Eagle #ABA895
RGB
CMYK
RGB Variations
Color information
#ABA895 (or 0xABA895) is known color: Eagle. HEX triplet: AB, A8 and 95. RGB value is (171,168,149). Sum of RGB (Red+Green+Blue) = 171+168+149=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA895 is #54576A. Grayscale: #A6A6A6. Windows color (decimal): -5527403 or 9808043. OLE color: 9808043.
HSL color Cylindrical-coordinate representation of color #ABA895: hue angle of 51.82º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA895 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 149 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.33 |
| HSL | 51.82º | 0.12% | 0.63% | - |
| HSV(B) | 51.82º | 0.13% | 0.67% | - |
| XYZ | 36.22 | 38.83 | 34.02 | - |
| YUV | 166.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 149 | 0 | 0.02 | 0.13 | 0.33 | 51.82 | 0.12 | 0.63 |
| Hex | AB | A8 | 95 | 0 | 2 | D | 21 | 34 | C | 3F |
| Octal | 253 | 250 | 225 | 0 | 2 | 15 | 41 | 64 | 14 | 77 |
| Binary | 10101011 | 10101000 | 10010101 | 0 | 10 | 1101 | 100001 | 110100 | 1100 | 111111 |
Color Harmonies of #ABA895
Complementary color
Monochromatic Colors of #ABA895
Black with #ABA895
Text Example
Text Example
White with #ABA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA895; }
p { color: rgb(171,168,149); }
H1.HeaderClassName
{
color: #ABA895;
}
.AnyTagClassName
{
color: #ABA895;
}
</style>
background-color css
<style>
a { background-color: #ABA895; }
a { background-color: rgb(171,168,149); }
div.DivClassName
{
background-color: #ABA895;
}
.BgClassName
{
background-color: #ABA895;
}
</style>
border-color css
<style>
span { border-color: #ABA895; }
span { border-color: rgb(171,168,149); }
td.TdClassName
{
border-color: #ABA895;
}
.TagClassName
{
border-color: #ABA895;
}
</style>