Shades of Alpine #AD8641
Tints of Alpine #AD8641
RGB
CMYK
RGB Variations
Color information
#AD8641 (or 0xAD8641) is known color: Alpine. HEX triplet: AD, 86 and 41. RGB value is (173,134,65). Sum of RGB (Red+Green+Blue) = 173+134+65=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8641 is #5279BE. Grayscale: #8A8A8A. Windows color (decimal): -5405119 or 4294317. OLE color: 4294317.
HSL color Cylindrical-coordinate representation of color #AD8641: hue angle of 38.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD8641 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 65 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.32 |
| HSL | 38.33º | 0.45% | 0.47% | - |
| HSV(B) | 38.33º | 0.62% | 0.68% | - |
| XYZ | 26.71 | 26.32 | 8.67 | - |
| YUV | 137.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 65 | 0 | 0.23 | 0.62 | 0.32 | 38.33 | 0.45 | 0.47 |
| Hex | AD | 86 | 41 | 0 | 17 | 3E | 20 | 26 | 2D | 2F |
| Octal | 255 | 206 | 101 | 0 | 27 | 76 | 40 | 46 | 55 | 57 |
| Binary | 10101101 | 10000110 | 1000001 | 0 | 10111 | 111110 | 100000 | 100110 | 101101 | 101111 |
Color Harmonies of #AD8641
Complementary color
Monochromatic Colors of #AD8641
Black with #AD8641
Text Example
Text Example
White with #AD8641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8641; }
p { color: rgb(173,134,65); }
H1.HeaderClassName
{
color: #AD8641;
}
.AnyTagClassName
{
color: #AD8641;
}
</style>
background-color css
<style>
a { background-color: #AD8641; }
a { background-color: rgb(173,134,65); }
div.DivClassName
{
background-color: #AD8641;
}
.BgClassName
{
background-color: #AD8641;
}
</style>
border-color css
<style>
span { border-color: #AD8641; }
span { border-color: rgb(173,134,65); }
td.TdClassName
{
border-color: #AD8641;
}
.TagClassName
{
border-color: #AD8641;
}
</style>