Shades of Alpine #AD803B
Tints of Alpine #AD803B
RGB
CMYK
RGB Variations
Color information
#AD803B (or 0xAD803B) is known color: Alpine. HEX triplet: AD, 80 and 3B. RGB value is (173,128,59). Sum of RGB (Red+Green+Blue) = 173+128+59=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD803B is #527FC4. Grayscale: #858585. Windows color (decimal): -5406661 or 3899565. OLE color: 3899565.
HSL color Cylindrical-coordinate representation of color #AD803B: hue angle of 36.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD803B is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 59 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.32 |
| HSL | 36.32º | 0.49% | 0.45% | - |
| HSV(B) | 36.32º | 0.66% | 0.68% | - |
| XYZ | 25.74 | 24.64 | 7.54 | - |
| YUV | 133.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 59 | 0 | 0.26 | 0.66 | 0.32 | 36.32 | 0.49 | 0.45 |
| Hex | AD | 80 | 3B | 0 | 1A | 42 | 20 | 24 | 31 | 2D |
| Octal | 255 | 200 | 73 | 0 | 32 | 102 | 40 | 44 | 61 | 55 |
| Binary | 10101101 | 10000000 | 111011 | 0 | 11010 | 1000010 | 100000 | 100100 | 110001 | 101101 |
Color Harmonies of #AD803B
Complementary color
Monochromatic Colors of #AD803B
Black with #AD803B
Text Example
Text Example
White with #AD803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD803B; }
p { color: rgb(173,128,59); }
H1.HeaderClassName
{
color: #AD803B;
}
.AnyTagClassName
{
color: #AD803B;
}
</style>
background-color css
<style>
a { background-color: #AD803B; }
a { background-color: rgb(173,128,59); }
div.DivClassName
{
background-color: #AD803B;
}
.BgClassName
{
background-color: #AD803B;
}
</style>
border-color css
<style>
span { border-color: #AD803B; }
span { border-color: rgb(173,128,59); }
td.TdClassName
{
border-color: #AD803B;
}
.TagClassName
{
border-color: #AD803B;
}
</style>