Shades of Alpine #A6853C
Tints of Alpine #A6853C
RGB
CMYK
RGB Variations
Color information
#A6853C (or 0xA6853C) is known color: Alpine. HEX triplet: A6, 85 and 3C. RGB value is (166,133,60). Sum of RGB (Red+Green+Blue) = 166+133+60=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6853C is #597AC3. Grayscale: #868686. Windows color (decimal): -5864132 or 3966374. OLE color: 3966374.
HSL color Cylindrical-coordinate representation of color #A6853C: hue angle of 41.32º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6853C is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 60 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.35 |
| HSL | 41.32º | 0.47% | 0.44% | - |
| HSV(B) | 41.32º | 0.64% | 0.65% | - |
| XYZ | 24.93 | 25.21 | 7.83 | - |
| YUV | 134.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 60 | 0 | 0.20 | 0.64 | 0.35 | 41.32 | 0.47 | 0.44 |
| Hex | A6 | 85 | 3C | 0 | 14 | 40 | 23 | 29 | 2F | 2C |
| Octal | 246 | 205 | 74 | 0 | 24 | 100 | 43 | 51 | 57 | 54 |
| Binary | 10100110 | 10000101 | 111100 | 0 | 10100 | 1000000 | 100011 | 101001 | 101111 | 101100 |
Color Harmonies of #A6853C
Complementary color
Monochromatic Colors of #A6853C
Black with #A6853C
Text Example
Text Example
White with #A6853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6853C; }
p { color: rgb(166,133,60); }
H1.HeaderClassName
{
color: #A6853C;
}
.AnyTagClassName
{
color: #A6853C;
}
</style>
background-color css
<style>
a { background-color: #A6853C; }
a { background-color: rgb(166,133,60); }
div.DivClassName
{
background-color: #A6853C;
}
.BgClassName
{
background-color: #A6853C;
}
</style>
border-color css
<style>
span { border-color: #A6853C; }
span { border-color: rgb(166,133,60); }
td.TdClassName
{
border-color: #A6853C;
}
.TagClassName
{
border-color: #A6853C;
}
</style>