Shades of Eagle #ABAA8F
Tints of Eagle #ABAA8F
RGB
CMYK
RGB Variations
Color information
#ABAA8F (or 0xABAA8F) is known color: Eagle. HEX triplet: AB, AA and 8F. RGB value is (171,170,143). Sum of RGB (Red+Green+Blue) = 171+170+143=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA8F is #545570. Grayscale: #A7A7A7. Windows color (decimal): -5526897 or 9415339. OLE color: 9415339.
HSL color Cylindrical-coordinate representation of color #ABAA8F: hue angle of 57.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAA8F is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 143 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.33 |
| HSL | 57.86º | 0.14% | 0.62% | - |
| HSV(B) | 57.86º | 0.16% | 0.67% | - |
| XYZ | 36.13 | 39.39 | 31.69 | - |
| YUV | 167.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 143 | 0 | 0.01 | 0.16 | 0.33 | 57.86 | 0.14 | 0.62 |
| Hex | AB | AA | 8F | 0 | 1 | 10 | 21 | 3A | E | 3E |
| Octal | 253 | 252 | 217 | 0 | 1 | 20 | 41 | 72 | 16 | 76 |
| Binary | 10101011 | 10101010 | 10001111 | 0 | 1 | 10000 | 100001 | 111010 | 1110 | 111110 |
Color Harmonies of #ABAA8F
Complementary color
Monochromatic Colors of #ABAA8F
Black with #ABAA8F
Text Example
Text Example
White with #ABAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA8F; }
p { color: rgb(171,170,143); }
H1.HeaderClassName
{
color: #ABAA8F;
}
.AnyTagClassName
{
color: #ABAA8F;
}
</style>
background-color css
<style>
a { background-color: #ABAA8F; }
a { background-color: rgb(171,170,143); }
div.DivClassName
{
background-color: #ABAA8F;
}
.BgClassName
{
background-color: #ABAA8F;
}
</style>
border-color css
<style>
span { border-color: #ABAA8F; }
span { border-color: rgb(171,170,143); }
td.TdClassName
{
border-color: #ABAA8F;
}
.TagClassName
{
border-color: #ABAA8F;
}
</style>