Shades of Alpine #AD7F3C
Tints of Alpine #AD7F3C
RGB
CMYK
RGB Variations
Color information
#AD7F3C (or 0xAD7F3C) is known color: Alpine. HEX triplet: AD, 7F and 3C. RGB value is (173,127,60). Sum of RGB (Red+Green+Blue) = 173+127+60=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7F3C is #5280C3. Grayscale: #858585. Windows color (decimal): -5406916 or 3964845. OLE color: 3964845.
HSL color Cylindrical-coordinate representation of color #AD7F3C: hue angle of 35.58º 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 #AD7F3C is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 60 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.32 |
| HSL | 35.58º | 0.48% | 0.46% | - |
| HSV(B) | 35.58º | 0.65% | 0.68% | - |
| XYZ | 25.64 | 24.39 | 7.63 | - |
| YUV | 133.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 60 | 0 | 0.27 | 0.65 | 0.32 | 35.58 | 0.48 | 0.46 |
| Hex | AD | 7F | 3C | 0 | 1B | 41 | 20 | 24 | 30 | 2E |
| Octal | 255 | 177 | 74 | 0 | 33 | 101 | 40 | 44 | 60 | 56 |
| Binary | 10101101 | 1111111 | 111100 | 0 | 11011 | 1000001 | 100000 | 100100 | 110000 | 101110 |
Color Harmonies of #AD7F3C
Complementary color
Monochromatic Colors of #AD7F3C
Black with #AD7F3C
Text Example
Text Example
White with #AD7F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F3C; }
p { color: rgb(173,127,60); }
H1.HeaderClassName
{
color: #AD7F3C;
}
.AnyTagClassName
{
color: #AD7F3C;
}
</style>
background-color css
<style>
a { background-color: #AD7F3C; }
a { background-color: rgb(173,127,60); }
div.DivClassName
{
background-color: #AD7F3C;
}
.BgClassName
{
background-color: #AD7F3C;
}
</style>
border-color css
<style>
span { border-color: #AD7F3C; }
span { border-color: rgb(173,127,60); }
td.TdClassName
{
border-color: #AD7F3C;
}
.TagClassName
{
border-color: #AD7F3C;
}
</style>