Shades of Eagle #ABA88F
Tints of Eagle #ABA88F
RGB
CMYK
RGB Variations
Color information
#ABA88F (or 0xABA88F) is known color: Eagle. HEX triplet: AB, A8 and 8F. RGB value is (171,168,143). Sum of RGB (Red+Green+Blue) = 171+168+143=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA88F is #545770. Grayscale: #A6A6A6. Windows color (decimal): -5527409 or 9414827. OLE color: 9414827.
HSL color Cylindrical-coordinate representation of color #ABA88F: hue angle of 53.57º 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 #ABA88F is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 143 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.33 |
| HSL | 53.57º | 0.14% | 0.62% | - |
| HSV(B) | 53.57º | 0.16% | 0.67% | - |
| XYZ | 35.76 | 38.65 | 31.56 | - |
| YUV | 166.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 143 | 0 | 0.02 | 0.16 | 0.33 | 53.57 | 0.14 | 0.62 |
| Hex | AB | A8 | 8F | 0 | 2 | 10 | 21 | 36 | E | 3E |
| Octal | 253 | 250 | 217 | 0 | 2 | 20 | 41 | 66 | 16 | 76 |
| Binary | 10101011 | 10101000 | 10001111 | 0 | 10 | 10000 | 100001 | 110110 | 1110 | 111110 |
Color Harmonies of #ABA88F
Complementary color
Monochromatic Colors of #ABA88F
Black with #ABA88F
Text Example
Text Example
White with #ABA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA88F; }
p { color: rgb(171,168,143); }
H1.HeaderClassName
{
color: #ABA88F;
}
.AnyTagClassName
{
color: #ABA88F;
}
</style>
background-color css
<style>
a { background-color: #ABA88F; }
a { background-color: rgb(171,168,143); }
div.DivClassName
{
background-color: #ABA88F;
}
.BgClassName
{
background-color: #ABA88F;
}
</style>
border-color css
<style>
span { border-color: #ABA88F; }
span { border-color: rgb(171,168,143); }
td.TdClassName
{
border-color: #ABA88F;
}
.TagClassName
{
border-color: #ABA88F;
}
</style>