Shades of Alpine #A3853C
Tints of Alpine #A3853C
RGB
CMYK
RGB Variations
Color information
#A3853C (or 0xA3853C) is known color: Alpine. HEX triplet: A3, 85 and 3C. RGB value is (163,133,60). Sum of RGB (Red+Green+Blue) = 163+133+60=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3853C is #5C7AC3. Grayscale: #858585. Windows color (decimal): -6060740 or 3966371. OLE color: 3966371.
HSL color Cylindrical-coordinate representation of color #A3853C: hue angle of 42.52º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3853C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 133 | 60 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.36 |
| HSL | 42.52º | 0.46% | 0.44% | - |
| HSV(B) | 42.52º | 0.63% | 0.64% | - |
| XYZ | 24.31 | 24.89 | 7.8 | - |
| YUV | 133.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 60 | 0 | 0.18 | 0.63 | 0.36 | 42.52 | 0.46 | 0.44 |
| Hex | A3 | 85 | 3C | 0 | 12 | 3F | 24 | 2B | 2E | 2C |
| Octal | 243 | 205 | 74 | 0 | 22 | 77 | 44 | 53 | 56 | 54 |
| Binary | 10100011 | 10000101 | 111100 | 0 | 10010 | 111111 | 100100 | 101011 | 101110 | 101100 |
Color Harmonies of #A3853C
Complementary color
Monochromatic Colors of #A3853C
Black with #A3853C
Text Example
Text Example
White with #A3853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3853C; }
p { color: rgb(163,133,60); }
H1.HeaderClassName
{
color: #A3853C;
}
.AnyTagClassName
{
color: #A3853C;
}
</style>
background-color css
<style>
a { background-color: #A3853C; }
a { background-color: rgb(163,133,60); }
div.DivClassName
{
background-color: #A3853C;
}
.BgClassName
{
background-color: #A3853C;
}
</style>
border-color css
<style>
span { border-color: #A3853C; }
span { border-color: rgb(163,133,60); }
td.TdClassName
{
border-color: #A3853C;
}
.TagClassName
{
border-color: #A3853C;
}
</style>