Shades of Alpine #A2853C
Tints of Alpine #A2853C
RGB
CMYK
RGB Variations
Color information
#A2853C (or 0xA2853C) is known color: Alpine. HEX triplet: A2, 85 and 3C. RGB value is (162,133,60). Sum of RGB (Red+Green+Blue) = 162+133+60=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2853C is #5D7AC3. Grayscale: #858585. Windows color (decimal): -6126276 or 3966370. OLE color: 3966370.
HSL color Cylindrical-coordinate representation of color #A2853C: hue angle of 42.94º 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 #A2853C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 60 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.36 |
| HSL | 42.94º | 0.46% | 0.44% | - |
| HSV(B) | 42.94º | 0.63% | 0.64% | - |
| XYZ | 24.1 | 24.78 | 7.79 | - |
| YUV | 133.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 60 | 0 | 0.18 | 0.63 | 0.36 | 42.94 | 0.46 | 0.44 |
| Hex | A2 | 85 | 3C | 0 | 12 | 3F | 24 | 2B | 2E | 2C |
| Octal | 242 | 205 | 74 | 0 | 22 | 77 | 44 | 53 | 56 | 54 |
| Binary | 10100010 | 10000101 | 111100 | 0 | 10010 | 111111 | 100100 | 101011 | 101110 | 101100 |
Color Harmonies of #A2853C
Complementary color
Monochromatic Colors of #A2853C
Black with #A2853C
Text Example
Text Example
White with #A2853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2853C; }
p { color: rgb(162,133,60); }
H1.HeaderClassName
{
color: #A2853C;
}
.AnyTagClassName
{
color: #A2853C;
}
</style>
background-color css
<style>
a { background-color: #A2853C; }
a { background-color: rgb(162,133,60); }
div.DivClassName
{
background-color: #A2853C;
}
.BgClassName
{
background-color: #A2853C;
}
</style>
border-color css
<style>
span { border-color: #A2853C; }
span { border-color: rgb(162,133,60); }
td.TdClassName
{
border-color: #A2853C;
}
.TagClassName
{
border-color: #A2853C;
}
</style>