Shades of Alpine #AD8530
Tints of Alpine #AD8530
RGB
CMYK
RGB Variations
Color information
#AD8530 (or 0xAD8530) is known color: Alpine. HEX triplet: AD, 85 and 30. RGB value is (173,133,48). Sum of RGB (Red+Green+Blue) = 173+133+48=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8530 is #527ACF. Grayscale: #878787. Windows color (decimal): -5405392 or 3179949. OLE color: 3179949.
HSL color Cylindrical-coordinate representation of color #AD8530: hue angle of 40.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD8530 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 48 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.32 |
| HSL | 40.8º | 0.57% | 0.43% | - |
| HSV(B) | 40.8º | 0.72% | 0.68% | - |
| XYZ | 26.15 | 25.87 | 6.41 | - |
| YUV | 135.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 48 | 0 | 0.23 | 0.72 | 0.32 | 40.8 | 0.57 | 0.43 |
| Hex | AD | 85 | 30 | 0 | 17 | 48 | 20 | 29 | 39 | 2B |
| Octal | 255 | 205 | 60 | 0 | 27 | 110 | 40 | 51 | 71 | 53 |
| Binary | 10101101 | 10000101 | 110000 | 0 | 10111 | 1001000 | 100000 | 101001 | 111001 | 101011 |
Color Harmonies of #AD8530
Complementary color
Monochromatic Colors of #AD8530
Black with #AD8530
Text Example
Text Example
White with #AD8530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8530; }
p { color: rgb(173,133,48); }
H1.HeaderClassName
{
color: #AD8530;
}
.AnyTagClassName
{
color: #AD8530;
}
</style>
background-color css
<style>
a { background-color: #AD8530; }
a { background-color: rgb(173,133,48); }
div.DivClassName
{
background-color: #AD8530;
}
.BgClassName
{
background-color: #AD8530;
}
</style>
border-color css
<style>
span { border-color: #AD8530; }
span { border-color: rgb(173,133,48); }
td.TdClassName
{
border-color: #AD8530;
}
.TagClassName
{
border-color: #AD8530;
}
</style>