Shades of Alpine #AD8037
Tints of Alpine #AD8037
RGB
CMYK
RGB Variations
Color information
#AD8037 (or 0xAD8037) is known color: Alpine. HEX triplet: AD, 80 and 37. RGB value is (173,128,55). Sum of RGB (Red+Green+Blue) = 173+128+55=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8037 is #527FC8. Grayscale: #858585. Windows color (decimal): -5406665 or 3637421. OLE color: 3637421.
HSL color Cylindrical-coordinate representation of color #AD8037: hue angle of 37.12º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD8037 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 55 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.32 |
| HSL | 37.12º | 0.52% | 0.45% | - |
| HSV(B) | 37.12º | 0.68% | 0.68% | - |
| XYZ | 25.64 | 24.6 | 7.01 | - |
| YUV | 133.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 55 | 0 | 0.26 | 0.68 | 0.32 | 37.12 | 0.52 | 0.45 |
| Hex | AD | 80 | 37 | 0 | 1A | 44 | 20 | 25 | 34 | 2D |
| Octal | 255 | 200 | 67 | 0 | 32 | 104 | 40 | 45 | 64 | 55 |
| Binary | 10101101 | 10000000 | 110111 | 0 | 11010 | 1000100 | 100000 | 100101 | 110100 | 101101 |
Color Harmonies of #AD8037
Complementary color
Monochromatic Colors of #AD8037
Black with #AD8037
Text Example
Text Example
White with #AD8037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8037; }
p { color: rgb(173,128,55); }
H1.HeaderClassName
{
color: #AD8037;
}
.AnyTagClassName
{
color: #AD8037;
}
</style>
background-color css
<style>
a { background-color: #AD8037; }
a { background-color: rgb(173,128,55); }
div.DivClassName
{
background-color: #AD8037;
}
.BgClassName
{
background-color: #AD8037;
}
</style>
border-color css
<style>
span { border-color: #AD8037; }
span { border-color: rgb(173,128,55); }
td.TdClassName
{
border-color: #AD8037;
}
.TagClassName
{
border-color: #AD8037;
}
</style>