Shades of Alpine #AD8734
Tints of Alpine #AD8734
RGB
CMYK
RGB Variations
Color information
#AD8734 (or 0xAD8734) is known color: Alpine. HEX triplet: AD, 87 and 34. RGB value is (173,135,52). Sum of RGB (Red+Green+Blue) = 173+135+52=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8734 is #5278CB. Grayscale: #898989. Windows color (decimal): -5404876 or 3442605. OLE color: 3442605.
HSL color Cylindrical-coordinate representation of color #AD8734: hue angle of 41.16º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD8734 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 52 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.32 |
| HSL | 41.16º | 0.54% | 0.44% | - |
| HSV(B) | 41.16º | 0.7% | 0.68% | - |
| XYZ | 26.52 | 26.46 | 6.96 | - |
| YUV | 136.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 52 | 0 | 0.22 | 0.70 | 0.32 | 41.16 | 0.54 | 0.44 |
| Hex | AD | 87 | 34 | 0 | 16 | 46 | 20 | 29 | 36 | 2C |
| Octal | 255 | 207 | 64 | 0 | 26 | 106 | 40 | 51 | 66 | 54 |
| Binary | 10101101 | 10000111 | 110100 | 0 | 10110 | 1000110 | 100000 | 101001 | 110110 | 101100 |
Color Harmonies of #AD8734
Complementary color
Monochromatic Colors of #AD8734
Black with #AD8734
Text Example
Text Example
White with #AD8734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8734; }
p { color: rgb(173,135,52); }
H1.HeaderClassName
{
color: #AD8734;
}
.AnyTagClassName
{
color: #AD8734;
}
</style>
background-color css
<style>
a { background-color: #AD8734; }
a { background-color: rgb(173,135,52); }
div.DivClassName
{
background-color: #AD8734;
}
.BgClassName
{
background-color: #AD8734;
}
</style>
border-color css
<style>
span { border-color: #AD8734; }
span { border-color: rgb(173,135,52); }
td.TdClassName
{
border-color: #AD8734;
}
.TagClassName
{
border-color: #AD8734;
}
</style>