Shades of Alpine #AD843E
Tints of Alpine #AD843E
RGB
CMYK
RGB Variations
Color information
#AD843E (or 0xAD843E) is known color: Alpine. HEX triplet: AD, 84 and 3E. RGB value is (173,132,62). Sum of RGB (Red+Green+Blue) = 173+132+62=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD843E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD843E is #527BC1. Grayscale: #888888. Windows color (decimal): -5405634 or 4097197. OLE color: 4097197.
HSL color Cylindrical-coordinate representation of color #AD843E: hue angle of 37.84º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD843E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 62 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.32 |
| HSL | 37.84º | 0.47% | 0.46% | - |
| HSV(B) | 37.84º | 0.64% | 0.68% | - |
| XYZ | 26.35 | 25.73 | 8.14 | - |
| YUV | 136.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 62 | 0 | 0.24 | 0.64 | 0.32 | 37.84 | 0.47 | 0.46 |
| Hex | AD | 84 | 3E | 0 | 18 | 40 | 20 | 26 | 2F | 2E |
| Octal | 255 | 204 | 76 | 0 | 30 | 100 | 40 | 46 | 57 | 56 |
| Binary | 10101101 | 10000100 | 111110 | 0 | 11000 | 1000000 | 100000 | 100110 | 101111 | 101110 |
Color Harmonies of #AD843E
Complementary color
Monochromatic Colors of #AD843E
Black with #AD843E
Text Example
Text Example
White with #AD843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD843E; }
p { color: rgb(173,132,62); }
H1.HeaderClassName
{
color: #AD843E;
}
.AnyTagClassName
{
color: #AD843E;
}
</style>
background-color css
<style>
a { background-color: #AD843E; }
a { background-color: rgb(173,132,62); }
div.DivClassName
{
background-color: #AD843E;
}
.BgClassName
{
background-color: #AD843E;
}
</style>
border-color css
<style>
span { border-color: #AD843E; }
span { border-color: rgb(173,132,62); }
td.TdClassName
{
border-color: #AD843E;
}
.TagClassName
{
border-color: #AD843E;
}
</style>