Shades of Alpine #AD8141
Tints of Alpine #AD8141
RGB
CMYK
RGB Variations
Color information
#AD8141 (or 0xAD8141) is known color: Alpine. HEX triplet: AD, 81 and 41. RGB value is (173,129,65). Sum of RGB (Red+Green+Blue) = 173+129+65=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8141 is #527EBE. Grayscale: #878787. Windows color (decimal): -5406399 or 4293037. OLE color: 4293037.
HSL color Cylindrical-coordinate representation of color #AD8141: hue angle of 35.56º 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 #AD8141 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 65 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.32 |
| HSL | 35.56º | 0.45% | 0.47% | - |
| HSV(B) | 35.56º | 0.62% | 0.68% | - |
| XYZ | 26.04 | 24.97 | 8.45 | - |
| YUV | 134.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 65 | 0 | 0.25 | 0.62 | 0.32 | 35.56 | 0.45 | 0.47 |
| Hex | AD | 81 | 41 | 0 | 19 | 3E | 20 | 24 | 2D | 2F |
| Octal | 255 | 201 | 101 | 0 | 31 | 76 | 40 | 44 | 55 | 57 |
| Binary | 10101101 | 10000001 | 1000001 | 0 | 11001 | 111110 | 100000 | 100100 | 101101 | 101111 |
Color Harmonies of #AD8141
Complementary color
Monochromatic Colors of #AD8141
Black with #AD8141
Text Example
Text Example
White with #AD8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8141; }
p { color: rgb(173,129,65); }
H1.HeaderClassName
{
color: #AD8141;
}
.AnyTagClassName
{
color: #AD8141;
}
</style>
background-color css
<style>
a { background-color: #AD8141; }
a { background-color: rgb(173,129,65); }
div.DivClassName
{
background-color: #AD8141;
}
.BgClassName
{
background-color: #AD8141;
}
</style>
border-color css
<style>
span { border-color: #AD8141; }
span { border-color: rgb(173,129,65); }
td.TdClassName
{
border-color: #AD8141;
}
.TagClassName
{
border-color: #AD8141;
}
</style>