Shades of Eagle #ABAA96
Tints of Eagle #ABAA96
RGB
CMYK
RGB Variations
Color information
#ABAA96 (or 0xABAA96) is known color: Eagle. HEX triplet: AB, AA and 96. RGB value is (171,170,150). Sum of RGB (Red+Green+Blue) = 171+170+150=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA96 is #545569. Grayscale: #A8A8A8. Windows color (decimal): -5526890 or 9874091. OLE color: 9874091.
HSL color Cylindrical-coordinate representation of color #ABAA96: hue angle of 57.14º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABAA96 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 150 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.33 |
| HSL | 57.14º | 0.11% | 0.63% | - |
| HSV(B) | 57.14º | 0.12% | 0.67% | - |
| XYZ | 36.67 | 39.61 | 34.57 | - |
| YUV | 168.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 150 | 0 | 0.01 | 0.12 | 0.33 | 57.14 | 0.11 | 0.63 |
| Hex | AB | AA | 96 | 0 | 1 | C | 21 | 39 | B | 3F |
| Octal | 253 | 252 | 226 | 0 | 1 | 14 | 41 | 71 | 13 | 77 |
| Binary | 10101011 | 10101010 | 10010110 | 0 | 1 | 1100 | 100001 | 111001 | 1011 | 111111 |
Color Harmonies of #ABAA96
Complementary color
Monochromatic Colors of #ABAA96
Black with #ABAA96
Text Example
Text Example
White with #ABAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA96; }
p { color: rgb(171,170,150); }
H1.HeaderClassName
{
color: #ABAA96;
}
.AnyTagClassName
{
color: #ABAA96;
}
</style>
background-color css
<style>
a { background-color: #ABAA96; }
a { background-color: rgb(171,170,150); }
div.DivClassName
{
background-color: #ABAA96;
}
.BgClassName
{
background-color: #ABAA96;
}
</style>
border-color css
<style>
span { border-color: #ABAA96; }
span { border-color: rgb(171,170,150); }
td.TdClassName
{
border-color: #ABAA96;
}
.TagClassName
{
border-color: #ABAA96;
}
</style>