Shades of Eagle #ABA992
Tints of Eagle #ABA992
RGB
CMYK
RGB Variations
Color information
#ABA992 (or 0xABA992) is known color: Eagle. HEX triplet: AB, A9 and 92. RGB value is (171,169,146). Sum of RGB (Red+Green+Blue) = 171+169+146=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA992 is #54566D. Grayscale: #A7A7A7. Windows color (decimal): -5527150 or 9611691. OLE color: 9611691.
HSL color Cylindrical-coordinate representation of color #ABA992: hue angle of 55.2º 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 #ABA992 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 146 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.33 |
| HSL | 55.2º | 0.13% | 0.62% | - |
| HSV(B) | 55.2º | 0.15% | 0.67% | - |
| XYZ | 36.17 | 39.11 | 32.84 | - |
| YUV | 166.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 146 | 0 | 0.01 | 0.15 | 0.33 | 55.2 | 0.13 | 0.62 |
| Hex | AB | A9 | 92 | 0 | 1 | F | 21 | 37 | D | 3E |
| Octal | 253 | 251 | 222 | 0 | 1 | 17 | 41 | 67 | 15 | 76 |
| Binary | 10101011 | 10101001 | 10010010 | 0 | 1 | 1111 | 100001 | 110111 | 1101 | 111110 |
Color Harmonies of #ABA992
Complementary color
Monochromatic Colors of #ABA992
Black with #ABA992
Text Example
Text Example
White with #ABA992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA992; }
p { color: rgb(171,169,146); }
H1.HeaderClassName
{
color: #ABA992;
}
.AnyTagClassName
{
color: #ABA992;
}
</style>
background-color css
<style>
a { background-color: #ABA992; }
a { background-color: rgb(171,169,146); }
div.DivClassName
{
background-color: #ABA992;
}
.BgClassName
{
background-color: #ABA992;
}
</style>
border-color css
<style>
span { border-color: #ABA992; }
span { border-color: rgb(171,169,146); }
td.TdClassName
{
border-color: #ABA992;
}
.TagClassName
{
border-color: #ABA992;
}
</style>