Shades of Alpine #A17F39
Tints of Alpine #A17F39
RGB
CMYK
RGB Variations
Color information
#A17F39 (or 0xA17F39) is known color: Alpine. HEX triplet: A1, 7F and 39. RGB value is (161,127,57). Sum of RGB (Red+Green+Blue) = 161+127+57=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F39 is #5E80C6. Grayscale: #818181. Windows color (decimal): -6193351 or 3768225. OLE color: 3768225.
HSL color Cylindrical-coordinate representation of color #A17F39: hue angle of 40.38º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A17F39 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 127 | 57 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.37 |
| HSL | 40.38º | 0.48% | 0.43% | - |
| HSV(B) | 40.38º | 0.65% | 0.63% | - |
| XYZ | 23.03 | 23.05 | 7.11 | - |
| YUV | 129.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 57 | 0 | 0.21 | 0.65 | 0.37 | 40.38 | 0.48 | 0.43 |
| Hex | A1 | 7F | 39 | 0 | 15 | 41 | 25 | 28 | 30 | 2B |
| Octal | 241 | 177 | 71 | 0 | 25 | 101 | 45 | 50 | 60 | 53 |
| Binary | 10100001 | 1111111 | 111001 | 0 | 10101 | 1000001 | 100101 | 101000 | 110000 | 101011 |
Color Harmonies of #A17F39
Complementary color
Monochromatic Colors of #A17F39
Black with #A17F39
Text Example
Text Example
White with #A17F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17F39; }
p { color: rgb(161,127,57); }
H1.HeaderClassName
{
color: #A17F39;
}
.AnyTagClassName
{
color: #A17F39;
}
</style>
background-color css
<style>
a { background-color: #A17F39; }
a { background-color: rgb(161,127,57); }
div.DivClassName
{
background-color: #A17F39;
}
.BgClassName
{
background-color: #A17F39;
}
</style>
border-color css
<style>
span { border-color: #A17F39; }
span { border-color: rgb(161,127,57); }
td.TdClassName
{
border-color: #A17F39;
}
.TagClassName
{
border-color: #A17F39;
}
</style>