Shades of Alpine #AD8741
Tints of Alpine #AD8741
RGB
CMYK
RGB Variations
Color information
#AD8741 (or 0xAD8741) is known color: Alpine. HEX triplet: AD, 87 and 41. RGB value is (173,135,65). Sum of RGB (Red+Green+Blue) = 173+135+65=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8741 is #5278BE. Grayscale: #8A8A8A. Windows color (decimal): -5404863 or 4294573. OLE color: 4294573.
HSL color Cylindrical-coordinate representation of color #AD8741: hue angle of 38.89º 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 #AD8741 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 135 | 65 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.32 |
| HSL | 38.89º | 0.45% | 0.47% | - |
| HSV(B) | 38.89º | 0.62% | 0.68% | - |
| XYZ | 26.85 | 26.59 | 8.72 | - |
| YUV | 138.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 135 | 65 | 0 | 0.22 | 0.62 | 0.32 | 38.89 | 0.45 | 0.47 |
| Hex | AD | 87 | 41 | 0 | 16 | 3E | 20 | 27 | 2D | 2F |
| Octal | 255 | 207 | 101 | 0 | 26 | 76 | 40 | 47 | 55 | 57 |
| Binary | 10101101 | 10000111 | 1000001 | 0 | 10110 | 111110 | 100000 | 100111 | 101101 | 101111 |
Color Harmonies of #AD8741
Complementary color
Monochromatic Colors of #AD8741
Black with #AD8741
Text Example
Text Example
White with #AD8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8741; }
p { color: rgb(173,135,65); }
H1.HeaderClassName
{
color: #AD8741;
}
.AnyTagClassName
{
color: #AD8741;
}
</style>
background-color css
<style>
a { background-color: #AD8741; }
a { background-color: rgb(173,135,65); }
div.DivClassName
{
background-color: #AD8741;
}
.BgClassName
{
background-color: #AD8741;
}
</style>
border-color css
<style>
span { border-color: #AD8741; }
span { border-color: rgb(173,135,65); }
td.TdClassName
{
border-color: #AD8741;
}
.TagClassName
{
border-color: #AD8741;
}
</style>