Shades of Alpine #AD883F
Tints of Alpine #AD883F
RGB
CMYK
RGB Variations
Color information
#AD883F (or 0xAD883F) is known color: Alpine. HEX triplet: AD, 88 and 3F. RGB value is (173,136,63). Sum of RGB (Red+Green+Blue) = 173+136+63=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883F is #5277C0. Grayscale: #8B8B8B. Windows color (decimal): -5404609 or 4163757. OLE color: 4163757.
HSL color Cylindrical-coordinate representation of color #AD883F: hue angle of 39.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD883F is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 63 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.32 |
| HSL | 39.82º | 0.47% | 0.46% | - |
| HSV(B) | 39.82º | 0.64% | 0.68% | - |
| XYZ | 26.93 | 26.85 | 8.47 | - |
| YUV | 138.74 | 85.26 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 63 | 0 | 0.21 | 0.64 | 0.32 | 39.82 | 0.47 | 0.46 |
| Hex | AD | 88 | 3F | 0 | 15 | 40 | 20 | 28 | 2F | 2E |
| Octal | 255 | 210 | 77 | 0 | 25 | 100 | 40 | 50 | 57 | 56 |
| Binary | 10101101 | 10001000 | 111111 | 0 | 10101 | 1000000 | 100000 | 101000 | 101111 | 101110 |
Color Harmonies of #AD883F
Complementary color
Monochromatic Colors of #AD883F
Black with #AD883F
Text Example
Text Example
White with #AD883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD883F; }
p { color: rgb(173,136,63); }
H1.HeaderClassName
{
color: #AD883F;
}
.AnyTagClassName
{
color: #AD883F;
}
</style>
background-color css
<style>
a { background-color: #AD883F; }
a { background-color: rgb(173,136,63); }
div.DivClassName
{
background-color: #AD883F;
}
.BgClassName
{
background-color: #AD883F;
}
</style>
border-color css
<style>
span { border-color: #AD883F; }
span { border-color: rgb(173,136,63); }
td.TdClassName
{
border-color: #AD883F;
}
.TagClassName
{
border-color: #AD883F;
}
</style>