Shades of Alpine #AD8340
Tints of Alpine #AD8340
RGB
CMYK
RGB Variations
Color information
#AD8340 (or 0xAD8340) is known color: Alpine. HEX triplet: AD, 83 and 40. RGB value is (173,131,64). Sum of RGB (Red+Green+Blue) = 173+131+64=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8340 is #527CBF. Grayscale: #888888. Windows color (decimal): -5405888 or 4228013. OLE color: 4228013.
HSL color Cylindrical-coordinate representation of color #AD8340: hue angle of 36.88º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD8340 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 64 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.32 |
| HSL | 36.88º | 0.46% | 0.46% | - |
| HSV(B) | 36.88º | 0.63% | 0.68% | - |
| XYZ | 26.28 | 25.49 | 8.39 | - |
| YUV | 135.92 | 87.41 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 64 | 0 | 0.24 | 0.63 | 0.32 | 36.88 | 0.46 | 0.46 |
| Hex | AD | 83 | 40 | 0 | 18 | 3F | 20 | 25 | 2E | 2E |
| Octal | 255 | 203 | 100 | 0 | 30 | 77 | 40 | 45 | 56 | 56 |
| Binary | 10101101 | 10000011 | 1000000 | 0 | 11000 | 111111 | 100000 | 100101 | 101110 | 101110 |
Color Harmonies of #AD8340
Complementary color
Monochromatic Colors of #AD8340
Black with #AD8340
Text Example
Text Example
White with #AD8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8340; }
p { color: rgb(173,131,64); }
H1.HeaderClassName
{
color: #AD8340;
}
.AnyTagClassName
{
color: #AD8340;
}
</style>
background-color css
<style>
a { background-color: #AD8340; }
a { background-color: rgb(173,131,64); }
div.DivClassName
{
background-color: #AD8340;
}
.BgClassName
{
background-color: #AD8340;
}
</style>
border-color css
<style>
span { border-color: #AD8340; }
span { border-color: rgb(173,131,64); }
td.TdClassName
{
border-color: #AD8340;
}
.TagClassName
{
border-color: #AD8340;
}
</style>