Shades of Alpine #A7863D
Tints of Alpine #A7863D
RGB
CMYK
RGB Variations
Color information
#A7863D (or 0xA7863D) is known color: Alpine. HEX triplet: A7, 86 and 3D. RGB value is (167,134,61). Sum of RGB (Red+Green+Blue) = 167+134+61=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7863D is #5879C2. Grayscale: #878787. Windows color (decimal): -5798339 or 4032167. OLE color: 4032167.
HSL color Cylindrical-coordinate representation of color #A7863D: hue angle of 41.32º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7863D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 134 | 61 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.35 |
| HSL | 41.32º | 0.46% | 0.45% | - |
| HSV(B) | 41.32º | 0.63% | 0.65% | - |
| XYZ | 25.3 | 25.6 | 8.02 | - |
| YUV | 135.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 134 | 61 | 0 | 0.20 | 0.63 | 0.35 | 41.32 | 0.46 | 0.45 |
| Hex | A7 | 86 | 3D | 0 | 14 | 3F | 23 | 29 | 2E | 2D |
| Octal | 247 | 206 | 75 | 0 | 24 | 77 | 43 | 51 | 56 | 55 |
| Binary | 10100111 | 10000110 | 111101 | 0 | 10100 | 111111 | 100011 | 101001 | 101110 | 101101 |
Color Harmonies of #A7863D
Complementary color
Monochromatic Colors of #A7863D
Black with #A7863D
Text Example
Text Example
White with #A7863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7863D; }
p { color: rgb(167,134,61); }
H1.HeaderClassName
{
color: #A7863D;
}
.AnyTagClassName
{
color: #A7863D;
}
</style>
background-color css
<style>
a { background-color: #A7863D; }
a { background-color: rgb(167,134,61); }
div.DivClassName
{
background-color: #A7863D;
}
.BgClassName
{
background-color: #A7863D;
}
</style>
border-color css
<style>
span { border-color: #A7863D; }
span { border-color: rgb(167,134,61); }
td.TdClassName
{
border-color: #A7863D;
}
.TagClassName
{
border-color: #A7863D;
}
</style>