Shades of Eagle #ABAA93
Tints of Eagle #ABAA93
RGB
CMYK
RGB Variations
Color information
#ABAA93 (or 0xABAA93) is known color: Eagle. HEX triplet: AB, AA and 93. RGB value is (171,170,147). Sum of RGB (Red+Green+Blue) = 171+170+147=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA93 is #54556C. Grayscale: #A7A7A7. Windows color (decimal): -5526893 or 9677483. OLE color: 9677483.
HSL color Cylindrical-coordinate representation of color #ABAA93: hue angle of 57.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABAA93 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 147 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.33 |
| HSL | 57.5º | 0.13% | 0.62% | - |
| HSV(B) | 57.5º | 0.14% | 0.67% | - |
| XYZ | 36.44 | 39.51 | 33.31 | - |
| YUV | 167.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 147 | 0 | 0.01 | 0.14 | 0.33 | 57.5 | 0.13 | 0.62 |
| Hex | AB | AA | 93 | 0 | 1 | E | 21 | 3A | C | 3E |
| Octal | 253 | 252 | 223 | 0 | 1 | 16 | 41 | 72 | 14 | 76 |
| Binary | 10101011 | 10101010 | 10010011 | 0 | 1 | 1110 | 100001 | 111010 | 1100 | 111110 |
Color Harmonies of #ABAA93
Complementary color
Monochromatic Colors of #ABAA93
Black with #ABAA93
Text Example
Text Example
White with #ABAA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA93; }
p { color: rgb(171,170,147); }
H1.HeaderClassName
{
color: #ABAA93;
}
.AnyTagClassName
{
color: #ABAA93;
}
</style>
background-color css
<style>
a { background-color: #ABAA93; }
a { background-color: rgb(171,170,147); }
div.DivClassName
{
background-color: #ABAA93;
}
.BgClassName
{
background-color: #ABAA93;
}
</style>
border-color css
<style>
span { border-color: #ABAA93; }
span { border-color: rgb(171,170,147); }
td.TdClassName
{
border-color: #ABAA93;
}
.TagClassName
{
border-color: #ABAA93;
}
</style>