Shades of Alpine #A6863A
Tints of Alpine #A6863A
RGB
CMYK
RGB Variations
Color information
#A6863A (or 0xA6863A) is known color: Alpine. HEX triplet: A6, 86 and 3A. RGB value is (166,134,58). Sum of RGB (Red+Green+Blue) = 166+134+58=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6863A is #5979C5. Grayscale: #878787. Windows color (decimal): -5863878 or 3835558. OLE color: 3835558.
HSL color Cylindrical-coordinate representation of color #A6863A: hue angle of 42.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6863A is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 134 | 58 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.35 |
| HSL | 42.22º | 0.48% | 0.44% | - |
| HSV(B) | 42.22º | 0.65% | 0.65% | - |
| XYZ | 25.01 | 25.46 | 7.6 | - |
| YUV | 134.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 134 | 58 | 0 | 0.19 | 0.65 | 0.35 | 42.22 | 0.48 | 0.44 |
| Hex | A6 | 86 | 3A | 0 | 13 | 41 | 23 | 2A | 30 | 2C |
| Octal | 246 | 206 | 72 | 0 | 23 | 101 | 43 | 52 | 60 | 54 |
| Binary | 10100110 | 10000110 | 111010 | 0 | 10011 | 1000001 | 100011 | 101010 | 110000 | 101100 |
Color Harmonies of #A6863A
Complementary color
Monochromatic Colors of #A6863A
Black with #A6863A
Text Example
Text Example
White with #A6863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6863A; }
p { color: rgb(166,134,58); }
H1.HeaderClassName
{
color: #A6863A;
}
.AnyTagClassName
{
color: #A6863A;
}
</style>
background-color css
<style>
a { background-color: #A6863A; }
a { background-color: rgb(166,134,58); }
div.DivClassName
{
background-color: #A6863A;
}
.BgClassName
{
background-color: #A6863A;
}
</style>
border-color css
<style>
span { border-color: #A6863A; }
span { border-color: rgb(166,134,58); }
td.TdClassName
{
border-color: #A6863A;
}
.TagClassName
{
border-color: #A6863A;
}
</style>