Shades of Alpine #AD803C
Tints of Alpine #AD803C
RGB
CMYK
RGB Variations
Color information
#AD803C (or 0xAD803C) is known color: Alpine. HEX triplet: AD, 80 and 3C. RGB value is (173,128,60). Sum of RGB (Red+Green+Blue) = 173+128+60=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD803C is #527FC3. Grayscale: #868686. Windows color (decimal): -5406660 or 3965101. OLE color: 3965101.
HSL color Cylindrical-coordinate representation of color #AD803C: hue angle of 36.11º 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 #AD803C is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 60 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.32 |
| HSL | 36.11º | 0.48% | 0.46% | - |
| HSV(B) | 36.11º | 0.65% | 0.68% | - |
| XYZ | 25.77 | 24.65 | 7.67 | - |
| YUV | 133.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 60 | 0 | 0.26 | 0.65 | 0.32 | 36.11 | 0.48 | 0.46 |
| Hex | AD | 80 | 3C | 0 | 1A | 41 | 20 | 24 | 30 | 2E |
| Octal | 255 | 200 | 74 | 0 | 32 | 101 | 40 | 44 | 60 | 56 |
| Binary | 10101101 | 10000000 | 111100 | 0 | 11010 | 1000001 | 100000 | 100100 | 110000 | 101110 |
Color Harmonies of #AD803C
Complementary color
Monochromatic Colors of #AD803C
Black with #AD803C
Text Example
Text Example
White with #AD803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD803C; }
p { color: rgb(173,128,60); }
H1.HeaderClassName
{
color: #AD803C;
}
.AnyTagClassName
{
color: #AD803C;
}
</style>
background-color css
<style>
a { background-color: #AD803C; }
a { background-color: rgb(173,128,60); }
div.DivClassName
{
background-color: #AD803C;
}
.BgClassName
{
background-color: #AD803C;
}
</style>
border-color css
<style>
span { border-color: #AD803C; }
span { border-color: rgb(173,128,60); }
td.TdClassName
{
border-color: #AD803C;
}
.TagClassName
{
border-color: #AD803C;
}
</style>