Shades of Alpine #A17C3D
Tints of Alpine #A17C3D
RGB
CMYK
RGB Variations
Color information
#A17C3D (or 0xA17C3D) is known color: Alpine. HEX triplet: A1, 7C and 3D. RGB value is (161,124,61). Sum of RGB (Red+Green+Blue) = 161+124+61=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C3D is #5E83C2. Grayscale: #808080. Windows color (decimal): -6194115 or 4029601. OLE color: 4029601.
HSL color Cylindrical-coordinate representation of color #A17C3D: hue angle of 37.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A17C3D is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 124 | 61 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.37 |
| HSL | 37.8º | 0.45% | 0.44% | - |
| HSV(B) | 37.8º | 0.62% | 0.63% | - |
| XYZ | 22.75 | 22.33 | 7.53 | - |
| YUV | 127.88 | 90.26 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 61 | 0 | 0.23 | 0.62 | 0.37 | 37.8 | 0.45 | 0.44 |
| Hex | A1 | 7C | 3D | 0 | 17 | 3E | 25 | 26 | 2D | 2C |
| Octal | 241 | 174 | 75 | 0 | 27 | 76 | 45 | 46 | 55 | 54 |
| Binary | 10100001 | 1111100 | 111101 | 0 | 10111 | 111110 | 100101 | 100110 | 101101 | 101100 |
Color Harmonies of #A17C3D
Complementary color
Monochromatic Colors of #A17C3D
Black with #A17C3D
Text Example
Text Example
White with #A17C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17C3D; }
p { color: rgb(161,124,61); }
H1.HeaderClassName
{
color: #A17C3D;
}
.AnyTagClassName
{
color: #A17C3D;
}
</style>
background-color css
<style>
a { background-color: #A17C3D; }
a { background-color: rgb(161,124,61); }
div.DivClassName
{
background-color: #A17C3D;
}
.BgClassName
{
background-color: #A17C3D;
}
</style>
border-color css
<style>
span { border-color: #A17C3D; }
span { border-color: rgb(161,124,61); }
td.TdClassName
{
border-color: #A17C3D;
}
.TagClassName
{
border-color: #A17C3D;
}
</style>