Shades of Alpine #AC8841
Tints of Alpine #AC8841
RGB
CMYK
RGB Variations
Color information
#AC8841 (or 0xAC8841) is known color: Alpine. HEX triplet: AC, 88 and 41. RGB value is (172,136,65). Sum of RGB (Red+Green+Blue) = 172+136+65=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8841 is #5377BE. Grayscale: #8A8A8A. Windows color (decimal): -5470143 or 4294828. OLE color: 4294828.
HSL color Cylindrical-coordinate representation of color #AC8841: hue angle of 39.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC8841 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 65 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.33 |
| HSL | 39.81º | 0.45% | 0.46% | - |
| HSV(B) | 39.81º | 0.62% | 0.67% | - |
| XYZ | 26.77 | 26.76 | 8.76 | - |
| YUV | 138.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 65 | 0 | 0.21 | 0.62 | 0.33 | 39.81 | 0.45 | 0.46 |
| Hex | AC | 88 | 41 | 0 | 15 | 3E | 21 | 28 | 2D | 2E |
| Octal | 254 | 210 | 101 | 0 | 25 | 76 | 41 | 50 | 55 | 56 |
| Binary | 10101100 | 10001000 | 1000001 | 0 | 10101 | 111110 | 100001 | 101000 | 101101 | 101110 |
Color Harmonies of #AC8841
Complementary color
Monochromatic Colors of #AC8841
Black with #AC8841
Text Example
Text Example
White with #AC8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8841; }
p { color: rgb(172,136,65); }
H1.HeaderClassName
{
color: #AC8841;
}
.AnyTagClassName
{
color: #AC8841;
}
</style>
background-color css
<style>
a { background-color: #AC8841; }
a { background-color: rgb(172,136,65); }
div.DivClassName
{
background-color: #AC8841;
}
.BgClassName
{
background-color: #AC8841;
}
</style>
border-color css
<style>
span { border-color: #AC8841; }
span { border-color: rgb(172,136,65); }
td.TdClassName
{
border-color: #AC8841;
}
.TagClassName
{
border-color: #AC8841;
}
</style>