Shades of Alpine #A18139
Tints of Alpine #A18139
RGB
CMYK
RGB Variations
Color information
#A18139 (or 0xA18139) is known color: Alpine. HEX triplet: A1, 81 and 39. RGB value is (161,129,57). Sum of RGB (Red+Green+Blue) = 161+129+57=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A18139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18139 is #5E7EC6. Grayscale: #828282. Windows color (decimal): -6192839 or 3768737. OLE color: 3768737.
HSL color Cylindrical-coordinate representation of color #A18139: hue angle of 41.54º 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 #A18139 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 57 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.37 |
| HSL | 41.54º | 0.48% | 0.43% | - |
| HSV(B) | 41.54º | 0.65% | 0.63% | - |
| XYZ | 23.29 | 23.57 | 7.19 | - |
| YUV | 130.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 57 | 0 | 0.20 | 0.65 | 0.37 | 41.54 | 0.48 | 0.43 |
| Hex | A1 | 81 | 39 | 0 | 14 | 41 | 25 | 2A | 30 | 2B |
| Octal | 241 | 201 | 71 | 0 | 24 | 101 | 45 | 52 | 60 | 53 |
| Binary | 10100001 | 10000001 | 111001 | 0 | 10100 | 1000001 | 100101 | 101010 | 110000 | 101011 |
Color Harmonies of #A18139
Complementary color
Monochromatic Colors of #A18139
Black with #A18139
Text Example
Text Example
White with #A18139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18139; }
p { color: rgb(161,129,57); }
H1.HeaderClassName
{
color: #A18139;
}
.AnyTagClassName
{
color: #A18139;
}
</style>
background-color css
<style>
a { background-color: #A18139; }
a { background-color: rgb(161,129,57); }
div.DivClassName
{
background-color: #A18139;
}
.BgClassName
{
background-color: #A18139;
}
</style>
border-color css
<style>
span { border-color: #A18139; }
span { border-color: rgb(161,129,57); }
td.TdClassName
{
border-color: #A18139;
}
.TagClassName
{
border-color: #A18139;
}
</style>