Shades of Alpine #AD8841
Tints of Alpine #AD8841
RGB
CMYK
RGB Variations
Color information
#AD8841 (or 0xAD8841) is known color: Alpine. HEX triplet: AD, 88 and 41. RGB value is (173,136,65). Sum of RGB (Red+Green+Blue) = 173+136+65=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8841 is #5277BE. Grayscale: #8B8B8B. Windows color (decimal): -5404607 or 4294829. OLE color: 4294829.
HSL color Cylindrical-coordinate representation of color #AD8841: hue angle of 39.44º 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 #AD8841 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 65 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.32 |
| HSL | 39.44º | 0.45% | 0.47% | - |
| HSV(B) | 39.44º | 0.62% | 0.68% | - |
| XYZ | 26.99 | 26.87 | 8.77 | - |
| YUV | 138.97 | 86.26 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 65 | 0 | 0.21 | 0.62 | 0.32 | 39.44 | 0.45 | 0.47 |
| Hex | AD | 88 | 41 | 0 | 15 | 3E | 20 | 27 | 2D | 2F |
| Octal | 255 | 210 | 101 | 0 | 25 | 76 | 40 | 47 | 55 | 57 |
| Binary | 10101101 | 10001000 | 1000001 | 0 | 10101 | 111110 | 100000 | 100111 | 101101 | 101111 |
Color Harmonies of #AD8841
Complementary color
Monochromatic Colors of #AD8841
Black with #AD8841
Text Example
Text Example
White with #AD8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8841; }
p { color: rgb(173,136,65); }
H1.HeaderClassName
{
color: #AD8841;
}
.AnyTagClassName
{
color: #AD8841;
}
</style>
background-color css
<style>
a { background-color: #AD8841; }
a { background-color: rgb(173,136,65); }
div.DivClassName
{
background-color: #AD8841;
}
.BgClassName
{
background-color: #AD8841;
}
</style>
border-color css
<style>
span { border-color: #AD8841; }
span { border-color: rgb(173,136,65); }
td.TdClassName
{
border-color: #AD8841;
}
.TagClassName
{
border-color: #AD8841;
}
</style>