Shades of Alpine #A5863A
Tints of Alpine #A5863A
RGB
CMYK
RGB Variations
Color information
#A5863A (or 0xA5863A) is known color: Alpine. HEX triplet: A5, 86 and 3A. RGB value is (165,134,58). Sum of RGB (Red+Green+Blue) = 165+134+58=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A5863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5863A is #5A79C5. Grayscale: #868686. Windows color (decimal): -5929414 or 3835557. OLE color: 3835557.
HSL color Cylindrical-coordinate representation of color #A5863A: hue angle of 42.62º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5863A is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 134 | 58 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.35 |
| HSL | 42.62º | 0.48% | 0.44% | - |
| HSV(B) | 42.62º | 0.65% | 0.65% | - |
| XYZ | 24.81 | 25.36 | 7.59 | - |
| YUV | 134.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 58 | 0 | 0.19 | 0.65 | 0.35 | 42.62 | 0.48 | 0.44 |
| Hex | A5 | 86 | 3A | 0 | 13 | 41 | 23 | 2B | 30 | 2C |
| Octal | 245 | 206 | 72 | 0 | 23 | 101 | 43 | 53 | 60 | 54 |
| Binary | 10100101 | 10000110 | 111010 | 0 | 10011 | 1000001 | 100011 | 101011 | 110000 | 101100 |
Color Harmonies of #A5863A
Complementary color
Monochromatic Colors of #A5863A
Black with #A5863A
Text Example
Text Example
White with #A5863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5863A; }
p { color: rgb(165,134,58); }
H1.HeaderClassName
{
color: #A5863A;
}
.AnyTagClassName
{
color: #A5863A;
}
</style>
background-color css
<style>
a { background-color: #A5863A; }
a { background-color: rgb(165,134,58); }
div.DivClassName
{
background-color: #A5863A;
}
.BgClassName
{
background-color: #A5863A;
}
</style>
border-color css
<style>
span { border-color: #A5863A; }
span { border-color: rgb(165,134,58); }
td.TdClassName
{
border-color: #A5863A;
}
.TagClassName
{
border-color: #A5863A;
}
</style>