Shades of Alpine #A6833D
Tints of Alpine #A6833D
RGB
CMYK
RGB Variations
Color information
#A6833D (or 0xA6833D) is known color: Alpine. HEX triplet: A6, 83 and 3D. RGB value is (166,131,61). Sum of RGB (Red+Green+Blue) = 166+131+61=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6833D is #597CC2. Grayscale: #858585. Windows color (decimal): -5864643 or 4031398. OLE color: 4031398.
HSL color Cylindrical-coordinate representation of color #A6833D: hue angle of 40º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6833D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 61 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.35 |
| HSL | 40º | 0.46% | 0.45% | - |
| HSV(B) | 40º | 0.63% | 0.65% | - |
| XYZ | 24.68 | 24.68 | 7.88 | - |
| YUV | 133.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 61 | 0 | 0.21 | 0.63 | 0.35 | 40 | 0.46 | 0.45 |
| Hex | A6 | 83 | 3D | 0 | 15 | 3F | 23 | 28 | 2E | 2D |
| Octal | 246 | 203 | 75 | 0 | 25 | 77 | 43 | 50 | 56 | 55 |
| Binary | 10100110 | 10000011 | 111101 | 0 | 10101 | 111111 | 100011 | 101000 | 101110 | 101101 |
Color Harmonies of #A6833D
Complementary color
Monochromatic Colors of #A6833D
Black with #A6833D
Text Example
Text Example
White with #A6833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6833D; }
p { color: rgb(166,131,61); }
H1.HeaderClassName
{
color: #A6833D;
}
.AnyTagClassName
{
color: #A6833D;
}
</style>
background-color css
<style>
a { background-color: #A6833D; }
a { background-color: rgb(166,131,61); }
div.DivClassName
{
background-color: #A6833D;
}
.BgClassName
{
background-color: #A6833D;
}
</style>
border-color css
<style>
span { border-color: #A6833D; }
span { border-color: rgb(166,131,61); }
td.TdClassName
{
border-color: #A6833D;
}
.TagClassName
{
border-color: #A6833D;
}
</style>