Shades of Eagle #ABA892
Tints of Eagle #ABA892
RGB
CMYK
RGB Variations
Color information
#ABA892 (or 0xABA892) is known color: Eagle. HEX triplet: AB, A8 and 92. RGB value is (171,168,146). Sum of RGB (Red+Green+Blue) = 171+168+146=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA892 is #54576D. Grayscale: #A6A6A6. Windows color (decimal): -5527406 or 9611435. OLE color: 9611435.
HSL color Cylindrical-coordinate representation of color #ABA892: hue angle of 52.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABA892 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 146 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.33 |
| HSL | 52.8º | 0.13% | 0.62% | - |
| HSV(B) | 52.8º | 0.15% | 0.67% | - |
| XYZ | 35.99 | 38.74 | 32.77 | - |
| YUV | 166.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 146 | 0 | 0.02 | 0.15 | 0.33 | 52.8 | 0.13 | 0.62 |
| Hex | AB | A8 | 92 | 0 | 2 | F | 21 | 35 | D | 3E |
| Octal | 253 | 250 | 222 | 0 | 2 | 17 | 41 | 65 | 15 | 76 |
| Binary | 10101011 | 10101000 | 10010010 | 0 | 10 | 1111 | 100001 | 110101 | 1101 | 111110 |
Color Harmonies of #ABA892
Complementary color
Monochromatic Colors of #ABA892
Black with #ABA892
Text Example
Text Example
White with #ABA892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA892; }
p { color: rgb(171,168,146); }
H1.HeaderClassName
{
color: #ABA892;
}
.AnyTagClassName
{
color: #ABA892;
}
</style>
background-color css
<style>
a { background-color: #ABA892; }
a { background-color: rgb(171,168,146); }
div.DivClassName
{
background-color: #ABA892;
}
.BgClassName
{
background-color: #ABA892;
}
</style>
border-color css
<style>
span { border-color: #ABA892; }
span { border-color: rgb(171,168,146); }
td.TdClassName
{
border-color: #ABA892;
}
.TagClassName
{
border-color: #ABA892;
}
</style>