Shades of Alpine #A5843C
Tints of Alpine #A5843C
RGB
CMYK
RGB Variations
Color information
#A5843C (or 0xA5843C) is known color: Alpine. HEX triplet: A5, 84 and 3C. RGB value is (165,132,60). Sum of RGB (Red+Green+Blue) = 165+132+60=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5843C is #5A7BC3. Grayscale: #858585. Windows color (decimal): -5929924 or 3966117. OLE color: 3966117.
HSL color Cylindrical-coordinate representation of color #A5843C: hue angle of 41.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5843C is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 132 | 60 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.35 |
| HSL | 41.14º | 0.47% | 0.44% | - |
| HSV(B) | 41.14º | 0.64% | 0.65% | - |
| XYZ | 24.58 | 24.83 | 7.77 | - |
| YUV | 133.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 132 | 60 | 0 | 0.20 | 0.64 | 0.35 | 41.14 | 0.47 | 0.44 |
| Hex | A5 | 84 | 3C | 0 | 14 | 40 | 23 | 29 | 2F | 2C |
| Octal | 245 | 204 | 74 | 0 | 24 | 100 | 43 | 51 | 57 | 54 |
| Binary | 10100101 | 10000100 | 111100 | 0 | 10100 | 1000000 | 100011 | 101001 | 101111 | 101100 |
Color Harmonies of #A5843C
Complementary color
Monochromatic Colors of #A5843C
Black with #A5843C
Text Example
Text Example
White with #A5843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5843C; }
p { color: rgb(165,132,60); }
H1.HeaderClassName
{
color: #A5843C;
}
.AnyTagClassName
{
color: #A5843C;
}
</style>
background-color css
<style>
a { background-color: #A5843C; }
a { background-color: rgb(165,132,60); }
div.DivClassName
{
background-color: #A5843C;
}
.BgClassName
{
background-color: #A5843C;
}
</style>
border-color css
<style>
span { border-color: #A5843C; }
span { border-color: rgb(165,132,60); }
td.TdClassName
{
border-color: #A5843C;
}
.TagClassName
{
border-color: #A5843C;
}
</style>