Shades of Eagle #ABA79A
Tints of Eagle #ABA79A
RGB
CMYK
RGB Variations
Color information
#ABA79A (or 0xABA79A) is known color: Eagle. HEX triplet: AB, A7 and 9A. RGB value is (171,167,154). Sum of RGB (Red+Green+Blue) = 171+167+154=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79A is #545865. Grayscale: #A6A6A6. Windows color (decimal): -5527654 or 10135467. OLE color: 10135467.
HSL color Cylindrical-coordinate representation of color #ABA79A: hue angle of 45.88º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA79A is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 154 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.33 |
| HSL | 45.88º | 0.09% | 0.64% | - |
| HSV(B) | 45.88º | 0.1% | 0.67% | - |
| XYZ | 36.45 | 38.63 | 36.11 | - |
| YUV | 166.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 154 | 0 | 0.02 | 0.10 | 0.33 | 45.88 | 0.09 | 0.64 |
| Hex | AB | A7 | 9A | 0 | 2 | A | 21 | 2E | 9 | 40 |
| Octal | 253 | 247 | 232 | 0 | 2 | 12 | 41 | 56 | 11 | 100 |
| Binary | 10101011 | 10100111 | 10011010 | 0 | 10 | 1010 | 100001 | 101110 | 1001 | 1000000 |
Color Harmonies of #ABA79A
Complementary color
Monochromatic Colors of #ABA79A
Black with #ABA79A
Text Example
Text Example
White with #ABA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA79A; }
p { color: rgb(171,167,154); }
H1.HeaderClassName
{
color: #ABA79A;
}
.AnyTagClassName
{
color: #ABA79A;
}
</style>
background-color css
<style>
a { background-color: #ABA79A; }
a { background-color: rgb(171,167,154); }
div.DivClassName
{
background-color: #ABA79A;
}
.BgClassName
{
background-color: #ABA79A;
}
</style>
border-color css
<style>
span { border-color: #ABA79A; }
span { border-color: rgb(171,167,154); }
td.TdClassName
{
border-color: #ABA79A;
}
.TagClassName
{
border-color: #ABA79A;
}
</style>