Shades of Eagle #ABA68F
Tints of Eagle #ABA68F
RGB
CMYK
RGB Variations
Color information
#ABA68F (or 0xABA68F) is known color: Eagle. HEX triplet: AB, A6 and 8F. RGB value is (171,166,143). Sum of RGB (Red+Green+Blue) = 171+166+143=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA68F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA68F is #545970. Grayscale: #A4A4A4. Windows color (decimal): -5527921 or 9414315. OLE color: 9414315.
HSL color Cylindrical-coordinate representation of color #ABA68F: hue angle of 49.29º 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 #ABA68F is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 143 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.33 |
| HSL | 49.29º | 0.14% | 0.62% | - |
| HSV(B) | 49.29º | 0.16% | 0.67% | - |
| XYZ | 35.39 | 37.91 | 31.44 | - |
| YUV | 164.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 143 | 0 | 0.03 | 0.16 | 0.33 | 49.29 | 0.14 | 0.62 |
| Hex | AB | A6 | 8F | 0 | 3 | 10 | 21 | 31 | E | 3E |
| Octal | 253 | 246 | 217 | 0 | 3 | 20 | 41 | 61 | 16 | 76 |
| Binary | 10101011 | 10100110 | 10001111 | 0 | 11 | 10000 | 100001 | 110001 | 1110 | 111110 |
Color Harmonies of #ABA68F
Complementary color
Monochromatic Colors of #ABA68F
Black with #ABA68F
Text Example
Text Example
White with #ABA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA68F; }
p { color: rgb(171,166,143); }
H1.HeaderClassName
{
color: #ABA68F;
}
.AnyTagClassName
{
color: #ABA68F;
}
</style>
background-color css
<style>
a { background-color: #ABA68F; }
a { background-color: rgb(171,166,143); }
div.DivClassName
{
background-color: #ABA68F;
}
.BgClassName
{
background-color: #ABA68F;
}
</style>
border-color css
<style>
span { border-color: #ABA68F; }
span { border-color: rgb(171,166,143); }
td.TdClassName
{
border-color: #ABA68F;
}
.TagClassName
{
border-color: #ABA68F;
}
</style>