Shades of Alpine #A3833A
Tints of Alpine #A3833A
RGB
CMYK
RGB Variations
Color information
#A3833A (or 0xA3833A) is known color: Alpine. HEX triplet: A3, 83 and 3A. RGB value is (163,131,58). Sum of RGB (Red+Green+Blue) = 163+131+58=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A3833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3833A is #5C7CC5. Grayscale: #848484. Windows color (decimal): -6061254 or 3834787. OLE color: 3834787.
HSL color Cylindrical-coordinate representation of color #A3833A: hue angle of 41.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3833A is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 58 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.36 |
| HSL | 41.71º | 0.48% | 0.43% | - |
| HSV(B) | 41.71º | 0.64% | 0.64% | - |
| XYZ | 23.98 | 24.32 | 7.43 | - |
| YUV | 132.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 58 | 0 | 0.20 | 0.64 | 0.36 | 41.71 | 0.48 | 0.43 |
| Hex | A3 | 83 | 3A | 0 | 14 | 40 | 24 | 2A | 30 | 2B |
| Octal | 243 | 203 | 72 | 0 | 24 | 100 | 44 | 52 | 60 | 53 |
| Binary | 10100011 | 10000011 | 111010 | 0 | 10100 | 1000000 | 100100 | 101010 | 110000 | 101011 |
Color Harmonies of #A3833A
Complementary color
Monochromatic Colors of #A3833A
Black with #A3833A
Text Example
Text Example
White with #A3833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3833A; }
p { color: rgb(163,131,58); }
H1.HeaderClassName
{
color: #A3833A;
}
.AnyTagClassName
{
color: #A3833A;
}
</style>
background-color css
<style>
a { background-color: #A3833A; }
a { background-color: rgb(163,131,58); }
div.DivClassName
{
background-color: #A3833A;
}
.BgClassName
{
background-color: #A3833A;
}
</style>
border-color css
<style>
span { border-color: #A3833A; }
span { border-color: rgb(163,131,58); }
td.TdClassName
{
border-color: #A3833A;
}
.TagClassName
{
border-color: #A3833A;
}
</style>