Shades of Alpine #AD8543
Tints of Alpine #AD8543
RGB
CMYK
RGB Variations
Color information
#AD8543 (or 0xAD8543) is known color: Alpine. HEX triplet: AD, 85 and 43. RGB value is (173,133,67). Sum of RGB (Red+Green+Blue) = 173+133+67=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8543 is #527ABC. Grayscale: #898989. Windows color (decimal): -5405373 or 4425133. OLE color: 4425133.
HSL color Cylindrical-coordinate representation of color #AD8543: hue angle of 37.36º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD8543 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 67 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.32 |
| HSL | 37.36º | 0.44% | 0.47% | - |
| HSV(B) | 37.36º | 0.61% | 0.68% | - |
| XYZ | 26.63 | 26.06 | 8.94 | - |
| YUV | 137.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 67 | 0 | 0.23 | 0.61 | 0.32 | 37.36 | 0.44 | 0.47 |
| Hex | AD | 85 | 43 | 0 | 17 | 3D | 20 | 25 | 2C | 2F |
| Octal | 255 | 205 | 103 | 0 | 27 | 75 | 40 | 45 | 54 | 57 |
| Binary | 10101101 | 10000101 | 1000011 | 0 | 10111 | 111101 | 100000 | 100101 | 101100 | 101111 |
Color Harmonies of #AD8543
Complementary color
Monochromatic Colors of #AD8543
Black with #AD8543
Text Example
Text Example
White with #AD8543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8543; }
p { color: rgb(173,133,67); }
H1.HeaderClassName
{
color: #AD8543;
}
.AnyTagClassName
{
color: #AD8543;
}
</style>
background-color css
<style>
a { background-color: #AD8543; }
a { background-color: rgb(173,133,67); }
div.DivClassName
{
background-color: #AD8543;
}
.BgClassName
{
background-color: #AD8543;
}
</style>
border-color css
<style>
span { border-color: #AD8543; }
span { border-color: rgb(173,133,67); }
td.TdClassName
{
border-color: #AD8543;
}
.TagClassName
{
border-color: #AD8543;
}
</style>