Shades of Eagle #ACAB8C
Tints of Eagle #ACAB8C
RGB
CMYK
RGB Variations
Color information
#ACAB8C (or 0xACAB8C) is known color: Eagle. HEX triplet: AC, AB and 8C. RGB value is (172,171,140). Sum of RGB (Red+Green+Blue) = 172+171+140=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAB8C is #535473. Grayscale: #A7A7A7. Windows color (decimal): -5461108 or 9218988. OLE color: 9218988.
HSL color Cylindrical-coordinate representation of color #ACAB8C: hue angle of 58.12º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACAB8C is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 140 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.33 |
| HSL | 58.13º | 0.16% | 0.61% | - |
| HSV(B) | 58.13º | 0.19% | 0.67% | - |
| XYZ | 36.31 | 39.79 | 30.58 | - |
| YUV | 167.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 140 | 0 | 0.01 | 0.19 | 0.33 | 58.13 | 0.16 | 0.61 |
| Hex | AC | AB | 8C | 0 | 1 | 13 | 21 | 3A | 10 | 3D |
| Octal | 254 | 253 | 214 | 0 | 1 | 23 | 41 | 72 | 20 | 75 |
| Binary | 10101100 | 10101011 | 10001100 | 0 | 1 | 10011 | 100001 | 111010 | 10000 | 111101 |
Color Harmonies of #ACAB8C
Complementary color
Monochromatic Colors of #ACAB8C
Black with #ACAB8C
Text Example
Text Example
White with #ACAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB8C; }
p { color: rgb(172,171,140); }
H1.HeaderClassName
{
color: #ACAB8C;
}
.AnyTagClassName
{
color: #ACAB8C;
}
</style>
background-color css
<style>
a { background-color: #ACAB8C; }
a { background-color: rgb(172,171,140); }
div.DivClassName
{
background-color: #ACAB8C;
}
.BgClassName
{
background-color: #ACAB8C;
}
</style>
border-color css
<style>
span { border-color: #ACAB8C; }
span { border-color: rgb(172,171,140); }
td.TdClassName
{
border-color: #ACAB8C;
}
.TagClassName
{
border-color: #ACAB8C;
}
</style>