Shades of Alpine #A17D3C
Tints of Alpine #A17D3C
RGB
CMYK
RGB Variations
Color information
#A17D3C (or 0xA17D3C) is known color: Alpine. HEX triplet: A1, 7D and 3C. RGB value is (161,125,60). Sum of RGB (Red+Green+Blue) = 161+125+60=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D3C is #5E82C3. Grayscale: #808080. Windows color (decimal): -6193860 or 3964321. OLE color: 3964321.
HSL color Cylindrical-coordinate representation of color #A17D3C: hue angle of 38.61º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A17D3C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 125 | 60 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.37 |
| HSL | 38.61º | 0.46% | 0.43% | - |
| HSV(B) | 38.61º | 0.63% | 0.63% | - |
| XYZ | 22.85 | 22.57 | 7.43 | - |
| YUV | 128.35 | 89.43 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 60 | 0 | 0.22 | 0.63 | 0.37 | 38.61 | 0.46 | 0.43 |
| Hex | A1 | 7D | 3C | 0 | 16 | 3F | 25 | 27 | 2E | 2B |
| Octal | 241 | 175 | 74 | 0 | 26 | 77 | 45 | 47 | 56 | 53 |
| Binary | 10100001 | 1111101 | 111100 | 0 | 10110 | 111111 | 100101 | 100111 | 101110 | 101011 |
Color Harmonies of #A17D3C
Complementary color
Monochromatic Colors of #A17D3C
Black with #A17D3C
Text Example
Text Example
White with #A17D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17D3C; }
p { color: rgb(161,125,60); }
H1.HeaderClassName
{
color: #A17D3C;
}
.AnyTagClassName
{
color: #A17D3C;
}
</style>
background-color css
<style>
a { background-color: #A17D3C; }
a { background-color: rgb(161,125,60); }
div.DivClassName
{
background-color: #A17D3C;
}
.BgClassName
{
background-color: #A17D3C;
}
</style>
border-color css
<style>
span { border-color: #A17D3C; }
span { border-color: rgb(161,125,60); }
td.TdClassName
{
border-color: #A17D3C;
}
.TagClassName
{
border-color: #A17D3C;
}
</style>