Shades of Alpine #A68035
Tints of Alpine #A68035
RGB
CMYK
RGB Variations
Color information
#A68035 (or 0xA68035) is known color: Alpine. HEX triplet: A6, 80 and 35. RGB value is (166,128,53). Sum of RGB (Red+Green+Blue) = 166+128+53=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A68035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68035 is #597FCA. Grayscale: #838383. Windows color (decimal): -5865419 or 3506342. OLE color: 3506342.
HSL color Cylindrical-coordinate representation of color #A68035: hue angle of 39.82º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A68035 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 53 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.35 |
| HSL | 39.82º | 0.52% | 0.43% | - |
| HSV(B) | 39.82º | 0.68% | 0.65% | - |
| XYZ | 24.09 | 23.8 | 6.69 | - |
| YUV | 130.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 53 | 0 | 0.23 | 0.68 | 0.35 | 39.82 | 0.52 | 0.43 |
| Hex | A6 | 80 | 35 | 0 | 17 | 44 | 23 | 28 | 34 | 2B |
| Octal | 246 | 200 | 65 | 0 | 27 | 104 | 43 | 50 | 64 | 53 |
| Binary | 10100110 | 10000000 | 110101 | 0 | 10111 | 1000100 | 100011 | 101000 | 110100 | 101011 |
Color Harmonies of #A68035
Complementary color
Monochromatic Colors of #A68035
Black with #A68035
Text Example
Text Example
White with #A68035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68035; }
p { color: rgb(166,128,53); }
H1.HeaderClassName
{
color: #A68035;
}
.AnyTagClassName
{
color: #A68035;
}
</style>
background-color css
<style>
a { background-color: #A68035; }
a { background-color: rgb(166,128,53); }
div.DivClassName
{
background-color: #A68035;
}
.BgClassName
{
background-color: #A68035;
}
</style>
border-color css
<style>
span { border-color: #A68035; }
span { border-color: rgb(166,128,53); }
td.TdClassName
{
border-color: #A68035;
}
.TagClassName
{
border-color: #A68035;
}
</style>