Shades of Eagle #ACA895
Tints of Eagle #ACA895
RGB
CMYK
RGB Variations
Color information
#ACA895 (or 0xACA895) is known color: Eagle. HEX triplet: AC, A8 and 95. RGB value is (172,168,149). Sum of RGB (Red+Green+Blue) = 172+168+149=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA895 is #53576A. Grayscale: #A7A7A7. Windows color (decimal): -5461867 or 9808044. OLE color: 9808044.
HSL color Cylindrical-coordinate representation of color #ACA895: hue angle of 49.57º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA895 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 149 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.33 |
| HSL | 49.57º | 0.12% | 0.63% | - |
| HSV(B) | 49.57º | 0.13% | 0.67% | - |
| XYZ | 36.44 | 38.95 | 34.03 | - |
| YUV | 167.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 149 | 0 | 0.02 | 0.13 | 0.33 | 49.57 | 0.12 | 0.63 |
| Hex | AC | A8 | 95 | 0 | 2 | D | 21 | 32 | C | 3F |
| Octal | 254 | 250 | 225 | 0 | 2 | 15 | 41 | 62 | 14 | 77 |
| Binary | 10101100 | 10101000 | 10010101 | 0 | 10 | 1101 | 100001 | 110010 | 1100 | 111111 |
Color Harmonies of #ACA895
Complementary color
Monochromatic Colors of #ACA895
Black with #ACA895
Text Example
Text Example
White with #ACA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA895; }
p { color: rgb(172,168,149); }
H1.HeaderClassName
{
color: #ACA895;
}
.AnyTagClassName
{
color: #ACA895;
}
</style>
background-color css
<style>
a { background-color: #ACA895; }
a { background-color: rgb(172,168,149); }
div.DivClassName
{
background-color: #ACA895;
}
.BgClassName
{
background-color: #ACA895;
}
</style>
border-color css
<style>
span { border-color: #ACA895; }
span { border-color: rgb(172,168,149); }
td.TdClassName
{
border-color: #ACA895;
}
.TagClassName
{
border-color: #ACA895;
}
</style>