Shades of Alpine #A3803B
Tints of Alpine #A3803B
RGB
CMYK
RGB Variations
Color information
#A3803B (or 0xA3803B) is known color: Alpine. HEX triplet: A3, 80 and 3B. RGB value is (163,128,59). Sum of RGB (Red+Green+Blue) = 163+128+59=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3803B is #5C7FC4. Grayscale: #828282. Windows color (decimal): -6062021 or 3899555. OLE color: 3899555.
HSL color Cylindrical-coordinate representation of color #A3803B: hue angle of 39.81º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3803B is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 59 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.36 |
| HSL | 39.81º | 0.47% | 0.44% | - |
| HSV(B) | 39.81º | 0.64% | 0.64% | - |
| XYZ | 23.61 | 23.54 | 7.44 | - |
| YUV | 130.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 59 | 0 | 0.21 | 0.64 | 0.36 | 39.81 | 0.47 | 0.44 |
| Hex | A3 | 80 | 3B | 0 | 15 | 40 | 24 | 28 | 2F | 2C |
| Octal | 243 | 200 | 73 | 0 | 25 | 100 | 44 | 50 | 57 | 54 |
| Binary | 10100011 | 10000000 | 111011 | 0 | 10101 | 1000000 | 100100 | 101000 | 101111 | 101100 |
Color Harmonies of #A3803B
Complementary color
Monochromatic Colors of #A3803B
Black with #A3803B
Text Example
Text Example
White with #A3803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3803B; }
p { color: rgb(163,128,59); }
H1.HeaderClassName
{
color: #A3803B;
}
.AnyTagClassName
{
color: #A3803B;
}
</style>
background-color css
<style>
a { background-color: #A3803B; }
a { background-color: rgb(163,128,59); }
div.DivClassName
{
background-color: #A3803B;
}
.BgClassName
{
background-color: #A3803B;
}
</style>
border-color css
<style>
span { border-color: #A3803B; }
span { border-color: rgb(163,128,59); }
td.TdClassName
{
border-color: #A3803B;
}
.TagClassName
{
border-color: #A3803B;
}
</style>