Shades of Eagle #ABA893
Tints of Eagle #ABA893
RGB
CMYK
RGB Variations
Color information
#ABA893 (or 0xABA893) is known color: Eagle. HEX triplet: AB, A8 and 93. RGB value is (171,168,147). Sum of RGB (Red+Green+Blue) = 171+168+147=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA893 is #54576C. Grayscale: #A6A6A6. Windows color (decimal): -5527405 or 9676971. OLE color: 9676971.
HSL color Cylindrical-coordinate representation of color #ABA893: hue angle of 52.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABA893 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 147 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.33 |
| HSL | 52.5º | 0.13% | 0.62% | - |
| HSV(B) | 52.5º | 0.14% | 0.67% | - |
| XYZ | 36.06 | 38.77 | 33.19 | - |
| YUV | 166.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 147 | 0 | 0.02 | 0.14 | 0.33 | 52.5 | 0.13 | 0.62 |
| Hex | AB | A8 | 93 | 0 | 2 | E | 21 | 34 | C | 3E |
| Octal | 253 | 250 | 223 | 0 | 2 | 16 | 41 | 64 | 14 | 76 |
| Binary | 10101011 | 10101000 | 10010011 | 0 | 10 | 1110 | 100001 | 110100 | 1100 | 111110 |
Color Harmonies of #ABA893
Complementary color
Monochromatic Colors of #ABA893
Black with #ABA893
Text Example
Text Example
White with #ABA893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA893; }
p { color: rgb(171,168,147); }
H1.HeaderClassName
{
color: #ABA893;
}
.AnyTagClassName
{
color: #ABA893;
}
</style>
background-color css
<style>
a { background-color: #ABA893; }
a { background-color: rgb(171,168,147); }
div.DivClassName
{
background-color: #ABA893;
}
.BgClassName
{
background-color: #ABA893;
}
</style>
border-color css
<style>
span { border-color: #ABA893; }
span { border-color: rgb(171,168,147); }
td.TdClassName
{
border-color: #ABA893;
}
.TagClassName
{
border-color: #ABA893;
}
</style>