Shades of Eagle #ABA791
Tints of Eagle #ABA791
RGB
CMYK
RGB Variations
Color information
#ABA791 (or 0xABA791) is known color: Eagle. HEX triplet: AB, A7 and 91. RGB value is (171,167,145). Sum of RGB (Red+Green+Blue) = 171+167+145=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA791 is #54586E. Grayscale: #A5A5A5. Windows color (decimal): -5527663 or 9545643. OLE color: 9545643.
HSL color Cylindrical-coordinate representation of color #ABA791: hue angle of 50.77º 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 #ABA791 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 145 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.33 |
| HSL | 50.77º | 0.13% | 0.62% | - |
| HSV(B) | 50.77º | 0.15% | 0.67% | - |
| XYZ | 35.72 | 38.34 | 32.31 | - |
| YUV | 165.69 | 116.33 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 145 | 0 | 0.02 | 0.15 | 0.33 | 50.77 | 0.13 | 0.62 |
| Hex | AB | A7 | 91 | 0 | 2 | F | 21 | 33 | D | 3E |
| Octal | 253 | 247 | 221 | 0 | 2 | 17 | 41 | 63 | 15 | 76 |
| Binary | 10101011 | 10100111 | 10010001 | 0 | 10 | 1111 | 100001 | 110011 | 1101 | 111110 |
Color Harmonies of #ABA791
Complementary color
Monochromatic Colors of #ABA791
Black with #ABA791
Text Example
Text Example
White with #ABA791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA791; }
p { color: rgb(171,167,145); }
H1.HeaderClassName
{
color: #ABA791;
}
.AnyTagClassName
{
color: #ABA791;
}
</style>
background-color css
<style>
a { background-color: #ABA791; }
a { background-color: rgb(171,167,145); }
div.DivClassName
{
background-color: #ABA791;
}
.BgClassName
{
background-color: #ABA791;
}
</style>
border-color css
<style>
span { border-color: #ABA791; }
span { border-color: rgb(171,167,145); }
td.TdClassName
{
border-color: #ABA791;
}
.TagClassName
{
border-color: #ABA791;
}
</style>