Shades of Eagle #ACAA8C
Tints of Eagle #ACAA8C
RGB
CMYK
RGB Variations
Color information
#ACAA8C (or 0xACAA8C) is known color: Eagle. HEX triplet: AC, AA and 8C. RGB value is (172,170,140). Sum of RGB (Red+Green+Blue) = 172+170+140=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAA8C is #535573. Grayscale: #A7A7A7. Windows color (decimal): -5461364 or 9218732. OLE color: 9218732.
HSL color Cylindrical-coordinate representation of color #ACAA8C: hue angle of 56.25º 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 #ACAA8C is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 170 | 140 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.33 |
| HSL | 56.25º | 0.16% | 0.61% | - |
| HSV(B) | 56.25º | 0.19% | 0.67% | - |
| XYZ | 36.12 | 39.41 | 30.51 | - |
| YUV | 167.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 170 | 140 | 0 | 0.01 | 0.19 | 0.33 | 56.25 | 0.16 | 0.61 |
| Hex | AC | AA | 8C | 0 | 1 | 13 | 21 | 38 | 10 | 3D |
| Octal | 254 | 252 | 214 | 0 | 1 | 23 | 41 | 70 | 20 | 75 |
| Binary | 10101100 | 10101010 | 10001100 | 0 | 1 | 10011 | 100001 | 111000 | 10000 | 111101 |
Color Harmonies of #ACAA8C
Complementary color
Monochromatic Colors of #ACAA8C
Black with #ACAA8C
Text Example
Text Example
White with #ACAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAA8C; }
p { color: rgb(172,170,140); }
H1.HeaderClassName
{
color: #ACAA8C;
}
.AnyTagClassName
{
color: #ACAA8C;
}
</style>
background-color css
<style>
a { background-color: #ACAA8C; }
a { background-color: rgb(172,170,140); }
div.DivClassName
{
background-color: #ACAA8C;
}
.BgClassName
{
background-color: #ACAA8C;
}
</style>
border-color css
<style>
span { border-color: #ACAA8C; }
span { border-color: rgb(172,170,140); }
td.TdClassName
{
border-color: #ACAA8C;
}
.TagClassName
{
border-color: #ACAA8C;
}
</style>