Shades of Alpine #AD8C39
Tints of Alpine #AD8C39
RGB
CMYK
RGB Variations
Color information
#AD8C39 (or 0xAD8C39) is known color: Alpine. HEX triplet: AD, 8C and 39. RGB value is (173,140,57). Sum of RGB (Red+Green+Blue) = 173+140+57=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C39 is #5273C6. Grayscale: #8C8C8C. Windows color (decimal): -5403591 or 3771565. OLE color: 3771565.
HSL color Cylindrical-coordinate representation of color #AD8C39: hue angle of 42.93º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD8C39 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 57 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.32 |
| HSL | 42.93º | 0.5% | 0.45% | - |
| HSV(B) | 42.93º | 0.67% | 0.68% | - |
| XYZ | 27.35 | 27.94 | 7.82 | - |
| YUV | 140.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 57 | 0 | 0.19 | 0.67 | 0.32 | 42.93 | 0.5 | 0.45 |
| Hex | AD | 8C | 39 | 0 | 13 | 43 | 20 | 2B | 32 | 2D |
| Octal | 255 | 214 | 71 | 0 | 23 | 103 | 40 | 53 | 62 | 55 |
| Binary | 10101101 | 10001100 | 111001 | 0 | 10011 | 1000011 | 100000 | 101011 | 110010 | 101101 |
Color Harmonies of #AD8C39
Complementary color
Monochromatic Colors of #AD8C39
Black with #AD8C39
Text Example
Text Example
White with #AD8C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C39; }
p { color: rgb(173,140,57); }
H1.HeaderClassName
{
color: #AD8C39;
}
.AnyTagClassName
{
color: #AD8C39;
}
</style>
background-color css
<style>
a { background-color: #AD8C39; }
a { background-color: rgb(173,140,57); }
div.DivClassName
{
background-color: #AD8C39;
}
.BgClassName
{
background-color: #AD8C39;
}
</style>
border-color css
<style>
span { border-color: #AD8C39; }
span { border-color: rgb(173,140,57); }
td.TdClassName
{
border-color: #AD8C39;
}
.TagClassName
{
border-color: #AD8C39;
}
</style>