Shades of Alpine #A3823A
Tints of Alpine #A3823A
RGB
CMYK
RGB Variations
Color information
#A3823A (or 0xA3823A) is known color: Alpine. HEX triplet: A3, 82 and 3A. RGB value is (163,130,58). Sum of RGB (Red+Green+Blue) = 163+130+58=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A3823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3823A is #5C7DC5. Grayscale: #838383. Windows color (decimal): -6061510 or 3834531. OLE color: 3834531.
HSL color Cylindrical-coordinate representation of color #A3823A: hue angle of 41.14º 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 #A3823A is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 58 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.36 |
| HSL | 41.14º | 0.48% | 0.43% | - |
| HSV(B) | 41.14º | 0.64% | 0.64% | - |
| XYZ | 23.85 | 24.06 | 7.39 | - |
| YUV | 131.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 58 | 0 | 0.20 | 0.64 | 0.36 | 41.14 | 0.48 | 0.43 |
| Hex | A3 | 82 | 3A | 0 | 14 | 40 | 24 | 29 | 30 | 2B |
| Octal | 243 | 202 | 72 | 0 | 24 | 100 | 44 | 51 | 60 | 53 |
| Binary | 10100011 | 10000010 | 111010 | 0 | 10100 | 1000000 | 100100 | 101001 | 110000 | 101011 |
Color Harmonies of #A3823A
Complementary color
Monochromatic Colors of #A3823A
Black with #A3823A
Text Example
Text Example
White with #A3823A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3823A; }
p { color: rgb(163,130,58); }
H1.HeaderClassName
{
color: #A3823A;
}
.AnyTagClassName
{
color: #A3823A;
}
</style>
background-color css
<style>
a { background-color: #A3823A; }
a { background-color: rgb(163,130,58); }
div.DivClassName
{
background-color: #A3823A;
}
.BgClassName
{
background-color: #A3823A;
}
</style>
border-color css
<style>
span { border-color: #A3823A; }
span { border-color: rgb(163,130,58); }
td.TdClassName
{
border-color: #A3823A;
}
.TagClassName
{
border-color: #A3823A;
}
</style>