Shades of Alpine #AC8644
Tints of Alpine #AC8644
RGB
CMYK
RGB Variations
Color information
#AC8644 (or 0xAC8644) is known color: Alpine. HEX triplet: AC, 86 and 44. RGB value is (172,134,68). Sum of RGB (Red+Green+Blue) = 172+134+68=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8644 is #5379BB. Grayscale: #8A8A8A. Windows color (decimal): -5470652 or 4490924. OLE color: 4490924.
HSL color Cylindrical-coordinate representation of color #AC8644: hue angle of 38.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8644 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 68 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.33 |
| HSL | 38.08º | 0.43% | 0.47% | - |
| HSV(B) | 38.08º | 0.6% | 0.67% | - |
| XYZ | 26.58 | 26.24 | 9.13 | - |
| YUV | 137.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 68 | 0 | 0.22 | 0.60 | 0.33 | 38.08 | 0.43 | 0.47 |
| Hex | AC | 86 | 44 | 0 | 16 | 3C | 21 | 26 | 2B | 2F |
| Octal | 254 | 206 | 104 | 0 | 26 | 74 | 41 | 46 | 53 | 57 |
| Binary | 10101100 | 10000110 | 1000100 | 0 | 10110 | 111100 | 100001 | 100110 | 101011 | 101111 |
Color Harmonies of #AC8644
Complementary color
Monochromatic Colors of #AC8644
Black with #AC8644
Text Example
Text Example
White with #AC8644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8644; }
p { color: rgb(172,134,68); }
H1.HeaderClassName
{
color: #AC8644;
}
.AnyTagClassName
{
color: #AC8644;
}
</style>
background-color css
<style>
a { background-color: #AC8644; }
a { background-color: rgb(172,134,68); }
div.DivClassName
{
background-color: #AC8644;
}
.BgClassName
{
background-color: #AC8644;
}
</style>
border-color css
<style>
span { border-color: #AC8644; }
span { border-color: rgb(172,134,68); }
td.TdClassName
{
border-color: #AC8644;
}
.TagClassName
{
border-color: #AC8644;
}
</style>