Shades of Alpine #AC8840
Tints of Alpine #AC8840
RGB
CMYK
RGB Variations
Color information
#AC8840 (or 0xAC8840) is known color: Alpine. HEX triplet: AC, 88 and 40. RGB value is (172,136,64). Sum of RGB (Red+Green+Blue) = 172+136+64=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8840 is #5377BF. Grayscale: #8A8A8A. Windows color (decimal): -5470144 or 4229292. OLE color: 4229292.
HSL color Cylindrical-coordinate representation of color #AC8840: hue angle of 40º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC8840 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 64 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.33 |
| HSL | 40º | 0.46% | 0.46% | - |
| HSV(B) | 40º | 0.63% | 0.67% | - |
| XYZ | 26.74 | 26.75 | 8.6 | - |
| YUV | 138.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 64 | 0 | 0.21 | 0.63 | 0.33 | 40 | 0.46 | 0.46 |
| Hex | AC | 88 | 40 | 0 | 15 | 3F | 21 | 28 | 2E | 2E |
| Octal | 254 | 210 | 100 | 0 | 25 | 77 | 41 | 50 | 56 | 56 |
| Binary | 10101100 | 10001000 | 1000000 | 0 | 10101 | 111111 | 100001 | 101000 | 101110 | 101110 |
Color Harmonies of #AC8840
Complementary color
Monochromatic Colors of #AC8840
Black with #AC8840
Text Example
Text Example
White with #AC8840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8840; }
p { color: rgb(172,136,64); }
H1.HeaderClassName
{
color: #AC8840;
}
.AnyTagClassName
{
color: #AC8840;
}
</style>
background-color css
<style>
a { background-color: #AC8840; }
a { background-color: rgb(172,136,64); }
div.DivClassName
{
background-color: #AC8840;
}
.BgClassName
{
background-color: #AC8840;
}
</style>
border-color css
<style>
span { border-color: #AC8840; }
span { border-color: rgb(172,136,64); }
td.TdClassName
{
border-color: #AC8840;
}
.TagClassName
{
border-color: #AC8840;
}
</style>