Shades of Eagle #ABAA8D
Tints of Eagle #ABAA8D
RGB
CMYK
RGB Variations
Color information
#ABAA8D (or 0xABAA8D) is known color: Eagle. HEX triplet: AB, AA and 8D. RGB value is (171,170,141). Sum of RGB (Red+Green+Blue) = 171+170+141=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA8D is #545572. Grayscale: #A7A7A7. Windows color (decimal): -5526899 or 9284267. OLE color: 9284267.
HSL color Cylindrical-coordinate representation of color #ABAA8D: hue angle of 58º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABAA8D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 141 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.33 |
| HSL | 58º | 0.15% | 0.61% | - |
| HSV(B) | 58º | 0.18% | 0.67% | - |
| XYZ | 35.98 | 39.33 | 30.89 | - |
| YUV | 166.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 141 | 0 | 0.01 | 0.18 | 0.33 | 58 | 0.15 | 0.61 |
| Hex | AB | AA | 8D | 0 | 1 | 12 | 21 | 3A | F | 3D |
| Octal | 253 | 252 | 215 | 0 | 1 | 22 | 41 | 72 | 17 | 75 |
| Binary | 10101011 | 10101010 | 10001101 | 0 | 1 | 10010 | 100001 | 111010 | 1111 | 111101 |
Color Harmonies of #ABAA8D
Complementary color
Monochromatic Colors of #ABAA8D
Black with #ABAA8D
Text Example
Text Example
White with #ABAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA8D; }
p { color: rgb(171,170,141); }
H1.HeaderClassName
{
color: #ABAA8D;
}
.AnyTagClassName
{
color: #ABAA8D;
}
</style>
background-color css
<style>
a { background-color: #ABAA8D; }
a { background-color: rgb(171,170,141); }
div.DivClassName
{
background-color: #ABAA8D;
}
.BgClassName
{
background-color: #ABAA8D;
}
</style>
border-color css
<style>
span { border-color: #ABAA8D; }
span { border-color: rgb(171,170,141); }
td.TdClassName
{
border-color: #ABAA8D;
}
.TagClassName
{
border-color: #ABAA8D;
}
</style>