Shades of Alpine #AD863C
Tints of Alpine #AD863C
RGB
CMYK
RGB Variations
Color information
#AD863C (or 0xAD863C) is known color: Alpine. HEX triplet: AD, 86 and 3C. RGB value is (173,134,60). Sum of RGB (Red+Green+Blue) = 173+134+60=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD863C is #5279C3. Grayscale: #898989. Windows color (decimal): -5405124 or 3966637. OLE color: 3966637.
HSL color Cylindrical-coordinate representation of color #AD863C: hue angle of 39.29º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD863C is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 60 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.32 |
| HSL | 39.29º | 0.48% | 0.46% | - |
| HSV(B) | 39.29º | 0.65% | 0.68% | - |
| XYZ | 26.57 | 26.26 | 7.94 | - |
| YUV | 137.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 60 | 0 | 0.23 | 0.65 | 0.32 | 39.29 | 0.48 | 0.46 |
| Hex | AD | 86 | 3C | 0 | 17 | 41 | 20 | 27 | 30 | 2E |
| Octal | 255 | 206 | 74 | 0 | 27 | 101 | 40 | 47 | 60 | 56 |
| Binary | 10101101 | 10000110 | 111100 | 0 | 10111 | 1000001 | 100000 | 100111 | 110000 | 101110 |
Color Harmonies of #AD863C
Complementary color
Monochromatic Colors of #AD863C
Black with #AD863C
Text Example
Text Example
White with #AD863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD863C; }
p { color: rgb(173,134,60); }
H1.HeaderClassName
{
color: #AD863C;
}
.AnyTagClassName
{
color: #AD863C;
}
</style>
background-color css
<style>
a { background-color: #AD863C; }
a { background-color: rgb(173,134,60); }
div.DivClassName
{
background-color: #AD863C;
}
.BgClassName
{
background-color: #AD863C;
}
</style>
border-color css
<style>
span { border-color: #AD863C; }
span { border-color: rgb(173,134,60); }
td.TdClassName
{
border-color: #AD863C;
}
.TagClassName
{
border-color: #AD863C;
}
</style>