Shades of Alpine #AD8938
Tints of Alpine #AD8938
RGB
CMYK
RGB Variations
Color information
#AD8938 (or 0xAD8938) is known color: Alpine. HEX triplet: AD, 89 and 38. RGB value is (173,137,56). Sum of RGB (Red+Green+Blue) = 173+137+56=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8938 is #5276C7. Grayscale: #8A8A8A. Windows color (decimal): -5404360 or 3705261. OLE color: 3705261.
HSL color Cylindrical-coordinate representation of color #AD8938: hue angle of 41.54º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD8938 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 137 | 56 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.32 |
| HSL | 41.54º | 0.51% | 0.45% | - |
| HSV(B) | 41.54º | 0.68% | 0.68% | - |
| XYZ | 26.89 | 27.06 | 7.55 | - |
| YUV | 138.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 137 | 56 | 0 | 0.21 | 0.68 | 0.32 | 41.54 | 0.51 | 0.45 |
| Hex | AD | 89 | 38 | 0 | 15 | 44 | 20 | 2A | 33 | 2D |
| Octal | 255 | 211 | 70 | 0 | 25 | 104 | 40 | 52 | 63 | 55 |
| Binary | 10101101 | 10001001 | 111000 | 0 | 10101 | 1000100 | 100000 | 101010 | 110011 | 101101 |
Color Harmonies of #AD8938
Complementary color
Monochromatic Colors of #AD8938
Black with #AD8938
Text Example
Text Example
White with #AD8938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8938; }
p { color: rgb(173,137,56); }
H1.HeaderClassName
{
color: #AD8938;
}
.AnyTagClassName
{
color: #AD8938;
}
</style>
background-color css
<style>
a { background-color: #AD8938; }
a { background-color: rgb(173,137,56); }
div.DivClassName
{
background-color: #AD8938;
}
.BgClassName
{
background-color: #AD8938;
}
</style>
border-color css
<style>
span { border-color: #AD8938; }
span { border-color: rgb(173,137,56); }
td.TdClassName
{
border-color: #AD8938;
}
.TagClassName
{
border-color: #AD8938;
}
</style>