Shades of Alpine #AD873C
Tints of Alpine #AD873C
RGB
CMYK
RGB Variations
Color information
#AD873C (or 0xAD873C) is known color: Alpine. HEX triplet: AD, 87 and 3C. RGB value is (173,135,60). Sum of RGB (Red+Green+Blue) = 173+135+60=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD873C is #5278C3. Grayscale: #8A8A8A. Windows color (decimal): -5404868 or 3966893. OLE color: 3966893.
HSL color Cylindrical-coordinate representation of color #AD873C: hue angle of 39.82º 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 #AD873C is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 60 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.32 |
| HSL | 39.82º | 0.48% | 0.46% | - |
| HSV(B) | 39.82º | 0.65% | 0.68% | - |
| XYZ | 26.71 | 26.54 | 7.99 | - |
| YUV | 137.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 60 | 0 | 0.22 | 0.65 | 0.32 | 39.82 | 0.48 | 0.46 |
| Hex | AD | 87 | 3C | 0 | 16 | 41 | 20 | 28 | 30 | 2E |
| Octal | 255 | 207 | 74 | 0 | 26 | 101 | 40 | 50 | 60 | 56 |
| Binary | 10101101 | 10000111 | 111100 | 0 | 10110 | 1000001 | 100000 | 101000 | 110000 | 101110 |
Color Harmonies of #AD873C
Complementary color
Monochromatic Colors of #AD873C
Black with #AD873C
Text Example
Text Example
White with #AD873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD873C; }
p { color: rgb(173,135,60); }
H1.HeaderClassName
{
color: #AD873C;
}
.AnyTagClassName
{
color: #AD873C;
}
</style>
background-color css
<style>
a { background-color: #AD873C; }
a { background-color: rgb(173,135,60); }
div.DivClassName
{
background-color: #AD873C;
}
.BgClassName
{
background-color: #AD873C;
}
</style>
border-color css
<style>
span { border-color: #AD873C; }
span { border-color: rgb(173,135,60); }
td.TdClassName
{
border-color: #AD873C;
}
.TagClassName
{
border-color: #AD873C;
}
</style>