Shades of Alpine #A68441
Tints of Alpine #A68441
RGB
CMYK
RGB Variations
Color information
#A68441 (or 0xA68441) is known color: Alpine. HEX triplet: A6, 84 and 41. RGB value is (166,132,65). Sum of RGB (Red+Green+Blue) = 166+132+65=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A68441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68441 is #597BBE. Grayscale: #868686. Windows color (decimal): -5864383 or 4293798. OLE color: 4293798.
HSL color Cylindrical-coordinate representation of color #A68441: hue angle of 39.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A68441 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 65 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.35 |
| HSL | 39.8º | 0.44% | 0.45% | - |
| HSV(B) | 39.8º | 0.61% | 0.65% | - |
| XYZ | 24.93 | 24.99 | 8.51 | - |
| YUV | 134.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 65 | 0 | 0.20 | 0.61 | 0.35 | 39.8 | 0.44 | 0.45 |
| Hex | A6 | 84 | 41 | 0 | 14 | 3D | 23 | 28 | 2C | 2D |
| Octal | 246 | 204 | 101 | 0 | 24 | 75 | 43 | 50 | 54 | 55 |
| Binary | 10100110 | 10000100 | 1000001 | 0 | 10100 | 111101 | 100011 | 101000 | 101100 | 101101 |
Color Harmonies of #A68441
Complementary color
Monochromatic Colors of #A68441
Black with #A68441
Text Example
Text Example
White with #A68441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68441; }
p { color: rgb(166,132,65); }
H1.HeaderClassName
{
color: #A68441;
}
.AnyTagClassName
{
color: #A68441;
}
</style>
background-color css
<style>
a { background-color: #A68441; }
a { background-color: rgb(166,132,65); }
div.DivClassName
{
background-color: #A68441;
}
.BgClassName
{
background-color: #A68441;
}
</style>
border-color css
<style>
span { border-color: #A68441; }
span { border-color: rgb(166,132,65); }
td.TdClassName
{
border-color: #A68441;
}
.TagClassName
{
border-color: #A68441;
}
</style>