Shades of Alpine #A3813B
Tints of Alpine #A3813B
RGB
CMYK
RGB Variations
Color information
#A3813B (or 0xA3813B) is known color: Alpine. HEX triplet: A3, 81 and 3B. RGB value is (163,129,59). Sum of RGB (Red+Green+Blue) = 163+129+59=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3813B is #5C7EC4. Grayscale: #838383. Windows color (decimal): -6061765 or 3899811. OLE color: 3899811.
HSL color Cylindrical-coordinate representation of color #A3813B: hue angle of 40.38º 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 #A3813B is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 59 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.36 |
| HSL | 40.38º | 0.47% | 0.44% | - |
| HSV(B) | 40.38º | 0.64% | 0.64% | - |
| XYZ | 23.74 | 23.8 | 7.48 | - |
| YUV | 131.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 59 | 0 | 0.21 | 0.64 | 0.36 | 40.38 | 0.47 | 0.44 |
| Hex | A3 | 81 | 3B | 0 | 15 | 40 | 24 | 28 | 2F | 2C |
| Octal | 243 | 201 | 73 | 0 | 25 | 100 | 44 | 50 | 57 | 54 |
| Binary | 10100011 | 10000001 | 111011 | 0 | 10101 | 1000000 | 100100 | 101000 | 101111 | 101100 |
Color Harmonies of #A3813B
Complementary color
Monochromatic Colors of #A3813B
Black with #A3813B
Text Example
Text Example
White with #A3813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3813B; }
p { color: rgb(163,129,59); }
H1.HeaderClassName
{
color: #A3813B;
}
.AnyTagClassName
{
color: #A3813B;
}
</style>
background-color css
<style>
a { background-color: #A3813B; }
a { background-color: rgb(163,129,59); }
div.DivClassName
{
background-color: #A3813B;
}
.BgClassName
{
background-color: #A3813B;
}
</style>
border-color css
<style>
span { border-color: #A3813B; }
span { border-color: rgb(163,129,59); }
td.TdClassName
{
border-color: #A3813B;
}
.TagClassName
{
border-color: #A3813B;
}
</style>