Shades of Alpine #A1803F
Tints of Alpine #A1803F
RGB
CMYK
RGB Variations
Color information
#A1803F (or 0xA1803F) is known color: Alpine. HEX triplet: A1, 80 and 3F. RGB value is (161,128,63). Sum of RGB (Red+Green+Blue) = 161+128+63=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1803F is #5E7FC0. Grayscale: #828282. Windows color (decimal): -6193089 or 4161697. OLE color: 4161697.
HSL color Cylindrical-coordinate representation of color #A1803F: hue angle of 39.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1803F is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 128 | 63 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.37 |
| HSL | 39.8º | 0.44% | 0.44% | - |
| HSV(B) | 39.8º | 0.61% | 0.63% | - |
| XYZ | 23.31 | 23.37 | 7.99 | - |
| YUV | 130.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 63 | 0 | 0.20 | 0.61 | 0.37 | 39.8 | 0.44 | 0.44 |
| Hex | A1 | 80 | 3F | 0 | 14 | 3D | 25 | 28 | 2C | 2C |
| Octal | 241 | 200 | 77 | 0 | 24 | 75 | 45 | 50 | 54 | 54 |
| Binary | 10100001 | 10000000 | 111111 | 0 | 10100 | 111101 | 100101 | 101000 | 101100 | 101100 |
Color Harmonies of #A1803F
Complementary color
Monochromatic Colors of #A1803F
Black with #A1803F
Text Example
Text Example
White with #A1803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1803F; }
p { color: rgb(161,128,63); }
H1.HeaderClassName
{
color: #A1803F;
}
.AnyTagClassName
{
color: #A1803F;
}
</style>
background-color css
<style>
a { background-color: #A1803F; }
a { background-color: rgb(161,128,63); }
div.DivClassName
{
background-color: #A1803F;
}
.BgClassName
{
background-color: #A1803F;
}
</style>
border-color css
<style>
span { border-color: #A1803F; }
span { border-color: rgb(161,128,63); }
td.TdClassName
{
border-color: #A1803F;
}
.TagClassName
{
border-color: #A1803F;
}
</style>