Shades of Alpine #AD8B3A
Tints of Alpine #AD8B3A
RGB
CMYK
RGB Variations
Color information
#AD8B3A (or 0xAD8B3A) is known color: Alpine. HEX triplet: AD, 8B and 3A. RGB value is (173,139,58). Sum of RGB (Red+Green+Blue) = 173+139+58=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B3A is #5274C5. Grayscale: #8C8C8C. Windows color (decimal): -5403846 or 3836845. OLE color: 3836845.
HSL color Cylindrical-coordinate representation of color #AD8B3A: hue angle of 42.26º degrees, saturation: 0.5, 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 #AD8B3A is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 58 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.32 |
| HSL | 42.26º | 0.5% | 0.45% | - |
| HSV(B) | 42.26º | 0.66% | 0.68% | - |
| XYZ | 27.23 | 27.65 | 7.91 | - |
| YUV | 139.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 58 | 0 | 0.20 | 0.66 | 0.32 | 42.26 | 0.5 | 0.45 |
| Hex | AD | 8B | 3A | 0 | 14 | 42 | 20 | 2A | 32 | 2D |
| Octal | 255 | 213 | 72 | 0 | 24 | 102 | 40 | 52 | 62 | 55 |
| Binary | 10101101 | 10001011 | 111010 | 0 | 10100 | 1000010 | 100000 | 101010 | 110010 | 101101 |
Color Harmonies of #AD8B3A
Complementary color
Monochromatic Colors of #AD8B3A
Black with #AD8B3A
Text Example
Text Example
White with #AD8B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B3A; }
p { color: rgb(173,139,58); }
H1.HeaderClassName
{
color: #AD8B3A;
}
.AnyTagClassName
{
color: #AD8B3A;
}
</style>
background-color css
<style>
a { background-color: #AD8B3A; }
a { background-color: rgb(173,139,58); }
div.DivClassName
{
background-color: #AD8B3A;
}
.BgClassName
{
background-color: #AD8B3A;
}
</style>
border-color css
<style>
span { border-color: #AD8B3A; }
span { border-color: rgb(173,139,58); }
td.TdClassName
{
border-color: #AD8B3A;
}
.TagClassName
{
border-color: #AD8B3A;
}
</style>