Shades of Alpine #AD7E3C
Tints of Alpine #AD7E3C
RGB
CMYK
RGB Variations
Color information
#AD7E3C (or 0xAD7E3C) is known color: Alpine. HEX triplet: AD, 7E and 3C. RGB value is (173,126,60). Sum of RGB (Red+Green+Blue) = 173+126+60=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E3C is #5281C3. Grayscale: #848484. Windows color (decimal): -5407172 or 3964589. OLE color: 3964589.
HSL color Cylindrical-coordinate representation of color #AD7E3C: hue angle of 35.04º 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 #AD7E3C is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 60 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.32 |
| HSL | 35.04º | 0.48% | 0.46% | - |
| HSV(B) | 35.04º | 0.65% | 0.68% | - |
| XYZ | 25.51 | 24.13 | 7.59 | - |
| YUV | 132.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 60 | 0 | 0.27 | 0.65 | 0.32 | 35.04 | 0.48 | 0.46 |
| Hex | AD | 7E | 3C | 0 | 1B | 41 | 20 | 23 | 30 | 2E |
| Octal | 255 | 176 | 74 | 0 | 33 | 101 | 40 | 43 | 60 | 56 |
| Binary | 10101101 | 1111110 | 111100 | 0 | 11011 | 1000001 | 100000 | 100011 | 110000 | 101110 |
Color Harmonies of #AD7E3C
Complementary color
Monochromatic Colors of #AD7E3C
Black with #AD7E3C
Text Example
Text Example
White with #AD7E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E3C; }
p { color: rgb(173,126,60); }
H1.HeaderClassName
{
color: #AD7E3C;
}
.AnyTagClassName
{
color: #AD7E3C;
}
</style>
background-color css
<style>
a { background-color: #AD7E3C; }
a { background-color: rgb(173,126,60); }
div.DivClassName
{
background-color: #AD7E3C;
}
.BgClassName
{
background-color: #AD7E3C;
}
</style>
border-color css
<style>
span { border-color: #AD7E3C; }
span { border-color: rgb(173,126,60); }
td.TdClassName
{
border-color: #AD7E3C;
}
.TagClassName
{
border-color: #AD7E3C;
}
</style>