Shades of Alpine #A18040
Tints of Alpine #A18040
RGB
CMYK
RGB Variations
Color information
#A18040 (or 0xA18040) is known color: Alpine. HEX triplet: A1, 80 and 40. RGB value is (161,128,64). Sum of RGB (Red+Green+Blue) = 161+128+64=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A18040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18040 is #5E7FBF. Grayscale: #828282. Windows color (decimal): -6193088 or 4227233. OLE color: 4227233.
HSL color Cylindrical-coordinate representation of color #A18040: hue angle of 39.59º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A18040 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 64 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.37 |
| HSL | 39.59º | 0.43% | 0.44% | - |
| HSV(B) | 39.59º | 0.6% | 0.63% | - |
| XYZ | 23.34 | 23.39 | 8.13 | - |
| YUV | 130.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 64 | 0 | 0.20 | 0.60 | 0.37 | 39.59 | 0.43 | 0.44 |
| Hex | A1 | 80 | 40 | 0 | 14 | 3C | 25 | 28 | 2B | 2C |
| Octal | 241 | 200 | 100 | 0 | 24 | 74 | 45 | 50 | 53 | 54 |
| Binary | 10100001 | 10000000 | 1000000 | 0 | 10100 | 111100 | 100101 | 101000 | 101011 | 101100 |
Color Harmonies of #A18040
Complementary color
Monochromatic Colors of #A18040
Black with #A18040
Text Example
Text Example
White with #A18040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18040; }
p { color: rgb(161,128,64); }
H1.HeaderClassName
{
color: #A18040;
}
.AnyTagClassName
{
color: #A18040;
}
</style>
background-color css
<style>
a { background-color: #A18040; }
a { background-color: rgb(161,128,64); }
div.DivClassName
{
background-color: #A18040;
}
.BgClassName
{
background-color: #A18040;
}
</style>
border-color css
<style>
span { border-color: #A18040; }
span { border-color: rgb(161,128,64); }
td.TdClassName
{
border-color: #A18040;
}
.TagClassName
{
border-color: #A18040;
}
</style>