Shades of Alpine #A6843C
Tints of Alpine #A6843C
RGB
CMYK
RGB Variations
Color information
#A6843C (or 0xA6843C) is known color: Alpine. HEX triplet: A6, 84 and 3C. RGB value is (166,132,60). Sum of RGB (Red+Green+Blue) = 166+132+60=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6843C is #597BC3. Grayscale: #868686. Windows color (decimal): -5864388 or 3966118. OLE color: 3966118.
HSL color Cylindrical-coordinate representation of color #A6843C: hue angle of 40.75º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6843C is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 60 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.35 |
| HSL | 40.75º | 0.47% | 0.44% | - |
| HSV(B) | 40.75º | 0.64% | 0.65% | - |
| XYZ | 24.79 | 24.94 | 7.78 | - |
| YUV | 133.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 60 | 0 | 0.20 | 0.64 | 0.35 | 40.75 | 0.47 | 0.44 |
| Hex | A6 | 84 | 3C | 0 | 14 | 40 | 23 | 29 | 2F | 2C |
| Octal | 246 | 204 | 74 | 0 | 24 | 100 | 43 | 51 | 57 | 54 |
| Binary | 10100110 | 10000100 | 111100 | 0 | 10100 | 1000000 | 100011 | 101001 | 101111 | 101100 |
Color Harmonies of #A6843C
Complementary color
Monochromatic Colors of #A6843C
Black with #A6843C
Text Example
Text Example
White with #A6843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6843C; }
p { color: rgb(166,132,60); }
H1.HeaderClassName
{
color: #A6843C;
}
.AnyTagClassName
{
color: #A6843C;
}
</style>
background-color css
<style>
a { background-color: #A6843C; }
a { background-color: rgb(166,132,60); }
div.DivClassName
{
background-color: #A6843C;
}
.BgClassName
{
background-color: #A6843C;
}
</style>
border-color css
<style>
span { border-color: #A6843C; }
span { border-color: rgb(166,132,60); }
td.TdClassName
{
border-color: #A6843C;
}
.TagClassName
{
border-color: #A6843C;
}
</style>