Shades of Alpine #AD8739
Tints of Alpine #AD8739
RGB
CMYK
RGB Variations
Color information
#AD8739 (or 0xAD8739) is known color: Alpine. HEX triplet: AD, 87 and 39. RGB value is (173,135,57). Sum of RGB (Red+Green+Blue) = 173+135+57=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8739 is #5278C6. Grayscale: #898989. Windows color (decimal): -5404871 or 3770285. OLE color: 3770285.
HSL color Cylindrical-coordinate representation of color #AD8739: hue angle of 40.34º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD8739 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 57 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.32 |
| HSL | 40.34º | 0.5% | 0.45% | - |
| HSV(B) | 40.34º | 0.67% | 0.68% | - |
| XYZ | 26.64 | 26.51 | 7.58 | - |
| YUV | 137.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 57 | 0 | 0.22 | 0.67 | 0.32 | 40.34 | 0.5 | 0.45 |
| Hex | AD | 87 | 39 | 0 | 16 | 43 | 20 | 28 | 32 | 2D |
| Octal | 255 | 207 | 71 | 0 | 26 | 103 | 40 | 50 | 62 | 55 |
| Binary | 10101101 | 10000111 | 111001 | 0 | 10110 | 1000011 | 100000 | 101000 | 110010 | 101101 |
Color Harmonies of #AD8739
Complementary color
Monochromatic Colors of #AD8739
Black with #AD8739
Text Example
Text Example
White with #AD8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8739; }
p { color: rgb(173,135,57); }
H1.HeaderClassName
{
color: #AD8739;
}
.AnyTagClassName
{
color: #AD8739;
}
</style>
background-color css
<style>
a { background-color: #AD8739; }
a { background-color: rgb(173,135,57); }
div.DivClassName
{
background-color: #AD8739;
}
.BgClassName
{
background-color: #AD8739;
}
</style>
border-color css
<style>
span { border-color: #AD8739; }
span { border-color: rgb(173,135,57); }
td.TdClassName
{
border-color: #AD8739;
}
.TagClassName
{
border-color: #AD8739;
}
</style>