Shades of Alpine #AD8940
Tints of Alpine #AD8940
RGB
CMYK
RGB Variations
Color information
#AD8940 (or 0xAD8940) is known color: Alpine. HEX triplet: AD, 89 and 40. RGB value is (173,137,64). Sum of RGB (Red+Green+Blue) = 173+137+64=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8940 is #5276BF. Grayscale: #8B8B8B. Windows color (decimal): -5404352 or 4229549. OLE color: 4229549.
HSL color Cylindrical-coordinate representation of color #AD8940: hue angle of 40.18º 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 #AD8940 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 64 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.32 |
| HSL | 40.18º | 0.46% | 0.46% | - |
| HSV(B) | 40.18º | 0.63% | 0.68% | - |
| XYZ | 27.1 | 27.15 | 8.66 | - |
| YUV | 139.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 64 | 0 | 0.21 | 0.63 | 0.32 | 40.18 | 0.46 | 0.46 |
| Hex | AD | 89 | 40 | 0 | 15 | 3F | 20 | 28 | 2E | 2E |
| Octal | 255 | 211 | 100 | 0 | 25 | 77 | 40 | 50 | 56 | 56 |
| Binary | 10101101 | 10001001 | 1000000 | 0 | 10101 | 111111 | 100000 | 101000 | 101110 | 101110 |
Color Harmonies of #AD8940
Complementary color
Monochromatic Colors of #AD8940
Black with #AD8940
Text Example
Text Example
White with #AD8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8940; }
p { color: rgb(173,137,64); }
H1.HeaderClassName
{
color: #AD8940;
}
.AnyTagClassName
{
color: #AD8940;
}
</style>
background-color css
<style>
a { background-color: #AD8940; }
a { background-color: rgb(173,137,64); }
div.DivClassName
{
background-color: #AD8940;
}
.BgClassName
{
background-color: #AD8940;
}
</style>
border-color css
<style>
span { border-color: #AD8940; }
span { border-color: rgb(173,137,64); }
td.TdClassName
{
border-color: #AD8940;
}
.TagClassName
{
border-color: #AD8940;
}
</style>