Shades of Eagle #ABA68E
Tints of Eagle #ABA68E
RGB
CMYK
RGB Variations
Color information
#ABA68E (or 0xABA68E) is known color: Eagle. HEX triplet: AB, A6 and 8E. RGB value is (171,166,142). Sum of RGB (Red+Green+Blue) = 171+166+142=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA68E is #545971. Grayscale: #A4A4A4. Windows color (decimal): -5527922 or 9348779. OLE color: 9348779.
HSL color Cylindrical-coordinate representation of color #ABA68E: hue angle of 49.66º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA68E is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 142 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.33 |
| HSL | 49.66º | 0.15% | 0.61% | - |
| HSV(B) | 49.66º | 0.17% | 0.67% | - |
| XYZ | 35.31 | 37.88 | 31.04 | - |
| YUV | 164.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 142 | 0 | 0.03 | 0.17 | 0.33 | 49.66 | 0.15 | 0.61 |
| Hex | AB | A6 | 8E | 0 | 3 | 11 | 21 | 32 | F | 3D |
| Octal | 253 | 246 | 216 | 0 | 3 | 21 | 41 | 62 | 17 | 75 |
| Binary | 10101011 | 10100110 | 10001110 | 0 | 11 | 10001 | 100001 | 110010 | 1111 | 111101 |
Color Harmonies of #ABA68E
Complementary color
Monochromatic Colors of #ABA68E
Black with #ABA68E
Text Example
Text Example
White with #ABA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA68E; }
p { color: rgb(171,166,142); }
H1.HeaderClassName
{
color: #ABA68E;
}
.AnyTagClassName
{
color: #ABA68E;
}
</style>
background-color css
<style>
a { background-color: #ABA68E; }
a { background-color: rgb(171,166,142); }
div.DivClassName
{
background-color: #ABA68E;
}
.BgClassName
{
background-color: #ABA68E;
}
</style>
border-color css
<style>
span { border-color: #ABA68E; }
span { border-color: rgb(171,166,142); }
td.TdClassName
{
border-color: #ABA68E;
}
.TagClassName
{
border-color: #ABA68E;
}
</style>