Shades of Alpine #AD883D
Tints of Alpine #AD883D
RGB
CMYK
RGB Variations
Color information
#AD883D (or 0xAD883D) is known color: Alpine. HEX triplet: AD, 88 and 3D. RGB value is (173,136,61). Sum of RGB (Red+Green+Blue) = 173+136+61=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883D is #5277C2. Grayscale: #8A8A8A. Windows color (decimal): -5404611 or 4032685. OLE color: 4032685.
HSL color Cylindrical-coordinate representation of color #AD883D: hue angle of 40.18º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD883D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 61 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.32 |
| HSL | 40.18º | 0.48% | 0.46% | - |
| HSV(B) | 40.18º | 0.65% | 0.68% | - |
| XYZ | 26.88 | 26.83 | 8.18 | - |
| YUV | 138.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 61 | 0 | 0.21 | 0.65 | 0.32 | 40.18 | 0.48 | 0.46 |
| Hex | AD | 88 | 3D | 0 | 15 | 41 | 20 | 28 | 30 | 2E |
| Octal | 255 | 210 | 75 | 0 | 25 | 101 | 40 | 50 | 60 | 56 |
| Binary | 10101101 | 10001000 | 111101 | 0 | 10101 | 1000001 | 100000 | 101000 | 110000 | 101110 |
Color Harmonies of #AD883D
Complementary color
Monochromatic Colors of #AD883D
Black with #AD883D
Text Example
Text Example
White with #AD883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD883D; }
p { color: rgb(173,136,61); }
H1.HeaderClassName
{
color: #AD883D;
}
.AnyTagClassName
{
color: #AD883D;
}
</style>
background-color css
<style>
a { background-color: #AD883D; }
a { background-color: rgb(173,136,61); }
div.DivClassName
{
background-color: #AD883D;
}
.BgClassName
{
background-color: #AD883D;
}
</style>
border-color css
<style>
span { border-color: #AD883D; }
span { border-color: rgb(173,136,61); }
td.TdClassName
{
border-color: #AD883D;
}
.TagClassName
{
border-color: #AD883D;
}
</style>