Shades of Eagle #ABA799
Tints of Eagle #ABA799
RGB
CMYK
RGB Variations
Color information
#ABA799 (or 0xABA799) is known color: Eagle. HEX triplet: AB, A7 and 99. RGB value is (171,167,153). Sum of RGB (Red+Green+Blue) = 171+167+153=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA799 is #545866. Grayscale: #A6A6A6. Windows color (decimal): -5527655 or 10069931. OLE color: 10069931.
HSL color Cylindrical-coordinate representation of color #ABA799: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA799 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 153 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.33 |
| HSL | 46.67º | 0.1% | 0.64% | - |
| HSV(B) | 46.67º | 0.11% | 0.67% | - |
| XYZ | 36.36 | 38.6 | 35.67 | - |
| YUV | 166.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 153 | 0 | 0.02 | 0.11 | 0.33 | 46.67 | 0.1 | 0.64 |
| Hex | AB | A7 | 99 | 0 | 2 | B | 21 | 2F | A | 40 |
| Octal | 253 | 247 | 231 | 0 | 2 | 13 | 41 | 57 | 12 | 100 |
| Binary | 10101011 | 10100111 | 10011001 | 0 | 10 | 1011 | 100001 | 101111 | 1010 | 1000000 |
Color Harmonies of #ABA799
Complementary color
Monochromatic Colors of #ABA799
Black with #ABA799
Text Example
Text Example
White with #ABA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA799; }
p { color: rgb(171,167,153); }
H1.HeaderClassName
{
color: #ABA799;
}
.AnyTagClassName
{
color: #ABA799;
}
</style>
background-color css
<style>
a { background-color: #ABA799; }
a { background-color: rgb(171,167,153); }
div.DivClassName
{
background-color: #ABA799;
}
.BgClassName
{
background-color: #ABA799;
}
</style>
border-color css
<style>
span { border-color: #ABA799; }
span { border-color: rgb(171,167,153); }
td.TdClassName
{
border-color: #ABA799;
}
.TagClassName
{
border-color: #ABA799;
}
</style>