Shades of Alpine #AD853C
Tints of Alpine #AD853C
RGB
CMYK
RGB Variations
Color information
#AD853C (or 0xAD853C) is known color: Alpine. HEX triplet: AD, 85 and 3C. RGB value is (173,133,60). Sum of RGB (Red+Green+Blue) = 173+133+60=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD853C is #527AC3. Grayscale: #888888. Windows color (decimal): -5405380 or 3966381. OLE color: 3966381.
HSL color Cylindrical-coordinate representation of color #AD853C: hue angle of 38.76º 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 #AD853C is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 60 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.32 |
| HSL | 38.76º | 0.48% | 0.46% | - |
| HSV(B) | 38.76º | 0.65% | 0.68% | - |
| XYZ | 26.44 | 25.99 | 7.9 | - |
| YUV | 136.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 60 | 0 | 0.23 | 0.65 | 0.32 | 38.76 | 0.48 | 0.46 |
| Hex | AD | 85 | 3C | 0 | 17 | 41 | 20 | 27 | 30 | 2E |
| Octal | 255 | 205 | 74 | 0 | 27 | 101 | 40 | 47 | 60 | 56 |
| Binary | 10101101 | 10000101 | 111100 | 0 | 10111 | 1000001 | 100000 | 100111 | 110000 | 101110 |
Color Harmonies of #AD853C
Complementary color
Monochromatic Colors of #AD853C
Black with #AD853C
Text Example
Text Example
White with #AD853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD853C; }
p { color: rgb(173,133,60); }
H1.HeaderClassName
{
color: #AD853C;
}
.AnyTagClassName
{
color: #AD853C;
}
</style>
background-color css
<style>
a { background-color: #AD853C; }
a { background-color: rgb(173,133,60); }
div.DivClassName
{
background-color: #AD853C;
}
.BgClassName
{
background-color: #AD853C;
}
</style>
border-color css
<style>
span { border-color: #AD853C; }
span { border-color: rgb(173,133,60); }
td.TdClassName
{
border-color: #AD853C;
}
.TagClassName
{
border-color: #AD853C;
}
</style>