Shades of Alpine #AD8239
Tints of Alpine #AD8239
RGB
CMYK
RGB Variations
Color information
#AD8239 (or 0xAD8239) is known color: Alpine. HEX triplet: AD, 82 and 39. RGB value is (173,130,57). Sum of RGB (Red+Green+Blue) = 173+130+57=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8239 is #527DC6. Grayscale: #868686. Windows color (decimal): -5406151 or 3769005. OLE color: 3769005.
HSL color Cylindrical-coordinate representation of color #AD8239: hue angle of 37.76º 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 #AD8239 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 57 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.32 |
| HSL | 37.76º | 0.5% | 0.45% | - |
| HSV(B) | 37.76º | 0.67% | 0.68% | - |
| XYZ | 25.95 | 25.14 | 7.36 | - |
| YUV | 134.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 57 | 0 | 0.25 | 0.67 | 0.32 | 37.76 | 0.5 | 0.45 |
| Hex | AD | 82 | 39 | 0 | 19 | 43 | 20 | 26 | 32 | 2D |
| Octal | 255 | 202 | 71 | 0 | 31 | 103 | 40 | 46 | 62 | 55 |
| Binary | 10101101 | 10000010 | 111001 | 0 | 11001 | 1000011 | 100000 | 100110 | 110010 | 101101 |
Color Harmonies of #AD8239
Complementary color
Monochromatic Colors of #AD8239
Black with #AD8239
Text Example
Text Example
White with #AD8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8239; }
p { color: rgb(173,130,57); }
H1.HeaderClassName
{
color: #AD8239;
}
.AnyTagClassName
{
color: #AD8239;
}
</style>
background-color css
<style>
a { background-color: #AD8239; }
a { background-color: rgb(173,130,57); }
div.DivClassName
{
background-color: #AD8239;
}
.BgClassName
{
background-color: #AD8239;
}
</style>
border-color css
<style>
span { border-color: #AD8239; }
span { border-color: rgb(173,130,57); }
td.TdClassName
{
border-color: #AD8239;
}
.TagClassName
{
border-color: #AD8239;
}
</style>