Shades of Alpine #A5843D
Tints of Alpine #A5843D
RGB
CMYK
RGB Variations
Color information
#A5843D (or 0xA5843D) is known color: Alpine. HEX triplet: A5, 84 and 3D. RGB value is (165,132,61). Sum of RGB (Red+Green+Blue) = 165+132+61=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5843D is #5A7BC2. Grayscale: #868686. Windows color (decimal): -5929923 or 4031653. OLE color: 4031653.
HSL color Cylindrical-coordinate representation of color #A5843D: hue angle of 40.96º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5843D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 61 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.35 |
| HSL | 40.96º | 0.46% | 0.44% | - |
| HSV(B) | 40.96º | 0.63% | 0.65% | - |
| XYZ | 24.61 | 24.84 | 7.91 | - |
| YUV | 133.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 61 | 0 | 0.20 | 0.63 | 0.35 | 40.96 | 0.46 | 0.44 |
| Hex | A5 | 84 | 3D | 0 | 14 | 3F | 23 | 29 | 2E | 2C |
| Octal | 245 | 204 | 75 | 0 | 24 | 77 | 43 | 51 | 56 | 54 |
| Binary | 10100101 | 10000100 | 111101 | 0 | 10100 | 111111 | 100011 | 101001 | 101110 | 101100 |
Color Harmonies of #A5843D
Complementary color
Monochromatic Colors of #A5843D
Black with #A5843D
Text Example
Text Example
White with #A5843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5843D; }
p { color: rgb(165,132,61); }
H1.HeaderClassName
{
color: #A5843D;
}
.AnyTagClassName
{
color: #A5843D;
}
</style>
background-color css
<style>
a { background-color: #A5843D; }
a { background-color: rgb(165,132,61); }
div.DivClassName
{
background-color: #A5843D;
}
.BgClassName
{
background-color: #A5843D;
}
</style>
border-color css
<style>
span { border-color: #A5843D; }
span { border-color: rgb(165,132,61); }
td.TdClassName
{
border-color: #A5843D;
}
.TagClassName
{
border-color: #A5843D;
}
</style>