Shades of Alpine #AC853C
Tints of Alpine #AC853C
RGB
CMYK
RGB Variations
Color information
#AC853C (or 0xAC853C) is known color: Alpine. HEX triplet: AC, 85 and 3C. RGB value is (172,133,60). Sum of RGB (Red+Green+Blue) = 172+133+60=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC853C is #537AC3. Grayscale: #888888. Windows color (decimal): -5470916 or 3966380. OLE color: 3966380.
HSL color Cylindrical-coordinate representation of color #AC853C: hue angle of 39.11º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC853C is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 60 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.33 |
| HSL | 39.11º | 0.48% | 0.45% | - |
| HSV(B) | 39.11º | 0.65% | 0.67% | - |
| XYZ | 26.22 | 25.87 | 7.89 | - |
| YUV | 136.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 60 | 0 | 0.23 | 0.65 | 0.33 | 39.11 | 0.48 | 0.45 |
| Hex | AC | 85 | 3C | 0 | 17 | 41 | 21 | 27 | 30 | 2D |
| Octal | 254 | 205 | 74 | 0 | 27 | 101 | 41 | 47 | 60 | 55 |
| Binary | 10101100 | 10000101 | 111100 | 0 | 10111 | 1000001 | 100001 | 100111 | 110000 | 101101 |
Color Harmonies of #AC853C
Complementary color
Monochromatic Colors of #AC853C
Black with #AC853C
Text Example
Text Example
White with #AC853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC853C; }
p { color: rgb(172,133,60); }
H1.HeaderClassName
{
color: #AC853C;
}
.AnyTagClassName
{
color: #AC853C;
}
</style>
background-color css
<style>
a { background-color: #AC853C; }
a { background-color: rgb(172,133,60); }
div.DivClassName
{
background-color: #AC853C;
}
.BgClassName
{
background-color: #AC853C;
}
</style>
border-color css
<style>
span { border-color: #AC853C; }
span { border-color: rgb(172,133,60); }
td.TdClassName
{
border-color: #AC853C;
}
.TagClassName
{
border-color: #AC853C;
}
</style>