Shades of Alpine #AD803F
Tints of Alpine #AD803F
RGB
CMYK
RGB Variations
Color information
#AD803F (or 0xAD803F) is known color: Alpine. HEX triplet: AD, 80 and 3F. RGB value is (173,128,63). Sum of RGB (Red+Green+Blue) = 173+128+63=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD803F is #527FC0. Grayscale: #868686. Windows color (decimal): -5406657 or 4161709. OLE color: 4161709.
HSL color Cylindrical-coordinate representation of color #AD803F: hue angle of 35.45º 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 #AD803F is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 63 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.32 |
| HSL | 35.45º | 0.47% | 0.46% | - |
| HSV(B) | 35.45º | 0.64% | 0.68% | - |
| XYZ | 25.85 | 24.68 | 8.1 | - |
| YUV | 134.05 | 87.91 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 63 | 0 | 0.26 | 0.64 | 0.32 | 35.45 | 0.47 | 0.46 |
| Hex | AD | 80 | 3F | 0 | 1A | 40 | 20 | 23 | 2F | 2E |
| Octal | 255 | 200 | 77 | 0 | 32 | 100 | 40 | 43 | 57 | 56 |
| Binary | 10101101 | 10000000 | 111111 | 0 | 11010 | 1000000 | 100000 | 100011 | 101111 | 101110 |
Color Harmonies of #AD803F
Complementary color
Monochromatic Colors of #AD803F
Black with #AD803F
Text Example
Text Example
White with #AD803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD803F; }
p { color: rgb(173,128,63); }
H1.HeaderClassName
{
color: #AD803F;
}
.AnyTagClassName
{
color: #AD803F;
}
</style>
background-color css
<style>
a { background-color: #AD803F; }
a { background-color: rgb(173,128,63); }
div.DivClassName
{
background-color: #AD803F;
}
.BgClassName
{
background-color: #AD803F;
}
</style>
border-color css
<style>
span { border-color: #AD803F; }
span { border-color: rgb(173,128,63); }
td.TdClassName
{
border-color: #AD803F;
}
.TagClassName
{
border-color: #AD803F;
}
</style>