Shades of Alpine #A0813D
Tints of Alpine #A0813D
RGB
CMYK
RGB Variations
Color information
#A0813D (or 0xA0813D) is known color: Alpine. HEX triplet: A0, 81 and 3D. RGB value is (160,129,61). Sum of RGB (Red+Green+Blue) = 160+129+61=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0813D is #5F7EC2. Grayscale: #828282. Windows color (decimal): -6258371 or 4030880. OLE color: 4030880.
HSL color Cylindrical-coordinate representation of color #A0813D: hue angle of 41.21º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0813D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 61 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.37 |
| HSL | 41.21º | 0.45% | 0.43% | - |
| HSV(B) | 41.21º | 0.62% | 0.63% | - |
| XYZ | 23.19 | 23.51 | 7.73 | - |
| YUV | 130.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 61 | 0 | 0.19 | 0.62 | 0.37 | 41.21 | 0.45 | 0.43 |
| Hex | A0 | 81 | 3D | 0 | 13 | 3E | 25 | 29 | 2D | 2B |
| Octal | 240 | 201 | 75 | 0 | 23 | 76 | 45 | 51 | 55 | 53 |
| Binary | 10100000 | 10000001 | 111101 | 0 | 10011 | 111110 | 100101 | 101001 | 101101 | 101011 |
Color Harmonies of #A0813D
Complementary color
Monochromatic Colors of #A0813D
Black with #A0813D
Text Example
Text Example
White with #A0813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0813D; }
p { color: rgb(160,129,61); }
H1.HeaderClassName
{
color: #A0813D;
}
.AnyTagClassName
{
color: #A0813D;
}
</style>
background-color css
<style>
a { background-color: #A0813D; }
a { background-color: rgb(160,129,61); }
div.DivClassName
{
background-color: #A0813D;
}
.BgClassName
{
background-color: #A0813D;
}
</style>
border-color css
<style>
span { border-color: #A0813D; }
span { border-color: rgb(160,129,61); }
td.TdClassName
{
border-color: #A0813D;
}
.TagClassName
{
border-color: #A0813D;
}
</style>