Shades of Alpine #AD8C3B
Tints of Alpine #AD8C3B
RGB
CMYK
RGB Variations
Color information
#AD8C3B (or 0xAD8C3B) is known color: Alpine. HEX triplet: AD, 8C and 3B. RGB value is (173,140,59). Sum of RGB (Red+Green+Blue) = 173+140+59=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C3B is #5273C4. Grayscale: #8C8C8C. Windows color (decimal): -5403589 or 3902637. OLE color: 3902637.
HSL color Cylindrical-coordinate representation of color #AD8C3B: hue angle of 42.63º 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 #AD8C3B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 59 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.32 |
| HSL | 42.63º | 0.49% | 0.45% | - |
| HSV(B) | 42.63º | 0.66% | 0.68% | - |
| XYZ | 27.4 | 27.96 | 8.09 | - |
| YUV | 140.63 | 81.93 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 59 | 0 | 0.19 | 0.66 | 0.32 | 42.63 | 0.49 | 0.45 |
| Hex | AD | 8C | 3B | 0 | 13 | 42 | 20 | 2B | 31 | 2D |
| Octal | 255 | 214 | 73 | 0 | 23 | 102 | 40 | 53 | 61 | 55 |
| Binary | 10101101 | 10001100 | 111011 | 0 | 10011 | 1000010 | 100000 | 101011 | 110001 | 101101 |
Color Harmonies of #AD8C3B
Complementary color
Monochromatic Colors of #AD8C3B
Black with #AD8C3B
Text Example
Text Example
White with #AD8C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C3B; }
p { color: rgb(173,140,59); }
H1.HeaderClassName
{
color: #AD8C3B;
}
.AnyTagClassName
{
color: #AD8C3B;
}
</style>
background-color css
<style>
a { background-color: #AD8C3B; }
a { background-color: rgb(173,140,59); }
div.DivClassName
{
background-color: #AD8C3B;
}
.BgClassName
{
background-color: #AD8C3B;
}
</style>
border-color css
<style>
span { border-color: #AD8C3B; }
span { border-color: rgb(173,140,59); }
td.TdClassName
{
border-color: #AD8C3B;
}
.TagClassName
{
border-color: #AD8C3B;
}
</style>