Shades of Alpine #A68139
Tints of Alpine #A68139
RGB
CMYK
RGB Variations
Color information
#A68139 (or 0xA68139) is known color: Alpine. HEX triplet: A6, 81 and 39. RGB value is (166,129,57). Sum of RGB (Red+Green+Blue) = 166+129+57=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A68139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68139 is #597EC6. Grayscale: #848484. Windows color (decimal): -5865159 or 3768742. OLE color: 3768742.
HSL color Cylindrical-coordinate representation of color #A68139: hue angle of 39.63º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A68139 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 57 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.35 |
| HSL | 39.63º | 0.49% | 0.44% | - |
| HSV(B) | 39.63º | 0.66% | 0.65% | - |
| XYZ | 24.31 | 24.1 | 7.24 | - |
| YUV | 131.86 | 85.76 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 57 | 0 | 0.22 | 0.66 | 0.35 | 39.63 | 0.49 | 0.44 |
| Hex | A6 | 81 | 39 | 0 | 16 | 42 | 23 | 28 | 31 | 2C |
| Octal | 246 | 201 | 71 | 0 | 26 | 102 | 43 | 50 | 61 | 54 |
| Binary | 10100110 | 10000001 | 111001 | 0 | 10110 | 1000010 | 100011 | 101000 | 110001 | 101100 |
Color Harmonies of #A68139
Complementary color
Monochromatic Colors of #A68139
Black with #A68139
Text Example
Text Example
White with #A68139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68139; }
p { color: rgb(166,129,57); }
H1.HeaderClassName
{
color: #A68139;
}
.AnyTagClassName
{
color: #A68139;
}
</style>
background-color css
<style>
a { background-color: #A68139; }
a { background-color: rgb(166,129,57); }
div.DivClassName
{
background-color: #A68139;
}
.BgClassName
{
background-color: #A68139;
}
</style>
border-color css
<style>
span { border-color: #A68139; }
span { border-color: rgb(166,129,57); }
td.TdClassName
{
border-color: #A68139;
}
.TagClassName
{
border-color: #A68139;
}
</style>