Shades of Alpine #AD853A
Tints of Alpine #AD853A
RGB
CMYK
RGB Variations
Color information
#AD853A (or 0xAD853A) is known color: Alpine. HEX triplet: AD, 85 and 3A. RGB value is (173,133,58). Sum of RGB (Red+Green+Blue) = 173+133+58=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD853A is #527AC5. Grayscale: #888888. Windows color (decimal): -5405382 or 3835309. OLE color: 3835309.
HSL color Cylindrical-coordinate representation of color #AD853A: hue angle of 39.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD853A is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 58 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.32 |
| HSL | 39.13º | 0.5% | 0.45% | - |
| HSV(B) | 39.13º | 0.66% | 0.68% | - |
| XYZ | 26.38 | 25.96 | 7.62 | - |
| YUV | 136.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 58 | 0 | 0.23 | 0.66 | 0.32 | 39.13 | 0.5 | 0.45 |
| Hex | AD | 85 | 3A | 0 | 17 | 42 | 20 | 27 | 32 | 2D |
| Octal | 255 | 205 | 72 | 0 | 27 | 102 | 40 | 47 | 62 | 55 |
| Binary | 10101101 | 10000101 | 111010 | 0 | 10111 | 1000010 | 100000 | 100111 | 110010 | 101101 |
Color Harmonies of #AD853A
Complementary color
Monochromatic Colors of #AD853A
Black with #AD853A
Text Example
Text Example
White with #AD853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD853A; }
p { color: rgb(173,133,58); }
H1.HeaderClassName
{
color: #AD853A;
}
.AnyTagClassName
{
color: #AD853A;
}
</style>
background-color css
<style>
a { background-color: #AD853A; }
a { background-color: rgb(173,133,58); }
div.DivClassName
{
background-color: #AD853A;
}
.BgClassName
{
background-color: #AD853A;
}
</style>
border-color css
<style>
span { border-color: #AD853A; }
span { border-color: rgb(173,133,58); }
td.TdClassName
{
border-color: #AD853A;
}
.TagClassName
{
border-color: #AD853A;
}
</style>