Shades of Alpine #AD8632
Tints of Alpine #AD8632
RGB
CMYK
RGB Variations
Color information
#AD8632 (or 0xAD8632) is known color: Alpine. HEX triplet: AD, 86 and 32. RGB value is (173,134,50). Sum of RGB (Red+Green+Blue) = 173+134+50=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8632 is #5279CD. Grayscale: #888888. Windows color (decimal): -5405134 or 3311277. OLE color: 3311277.
HSL color Cylindrical-coordinate representation of color #AD8632: hue angle of 40.98º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD8632 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 50 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.32 |
| HSL | 40.98º | 0.55% | 0.44% | - |
| HSV(B) | 40.98º | 0.71% | 0.68% | - |
| XYZ | 26.33 | 26.16 | 6.68 | - |
| YUV | 136.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 50 | 0 | 0.23 | 0.71 | 0.32 | 40.98 | 0.55 | 0.44 |
| Hex | AD | 86 | 32 | 0 | 17 | 47 | 20 | 29 | 37 | 2C |
| Octal | 255 | 206 | 62 | 0 | 27 | 107 | 40 | 51 | 67 | 54 |
| Binary | 10101101 | 10000110 | 110010 | 0 | 10111 | 1000111 | 100000 | 101001 | 110111 | 101100 |
Color Harmonies of #AD8632
Complementary color
Monochromatic Colors of #AD8632
Black with #AD8632
Text Example
Text Example
White with #AD8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8632; }
p { color: rgb(173,134,50); }
H1.HeaderClassName
{
color: #AD8632;
}
.AnyTagClassName
{
color: #AD8632;
}
</style>
background-color css
<style>
a { background-color: #AD8632; }
a { background-color: rgb(173,134,50); }
div.DivClassName
{
background-color: #AD8632;
}
.BgClassName
{
background-color: #AD8632;
}
</style>
border-color css
<style>
span { border-color: #AD8632; }
span { border-color: rgb(173,134,50); }
td.TdClassName
{
border-color: #AD8632;
}
.TagClassName
{
border-color: #AD8632;
}
</style>