Shades of Alpine #AD8833
Tints of Alpine #AD8833
RGB
CMYK
RGB Variations
Color information
#AD8833 (or 0xAD8833) is known color: Alpine. HEX triplet: AD, 88 and 33. RGB value is (173,136,51). Sum of RGB (Red+Green+Blue) = 173+136+51=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8833 is #5277CC. Grayscale: #898989. Windows color (decimal): -5404621 or 3377325. OLE color: 3377325.
HSL color Cylindrical-coordinate representation of color #AD8833: hue angle of 41.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD8833 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 51 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.32 |
| HSL | 41.8º | 0.54% | 0.44% | - |
| HSV(B) | 41.8º | 0.71% | 0.68% | - |
| XYZ | 26.64 | 26.73 | 6.89 | - |
| YUV | 137.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 51 | 0 | 0.21 | 0.71 | 0.32 | 41.8 | 0.54 | 0.44 |
| Hex | AD | 88 | 33 | 0 | 15 | 47 | 20 | 2A | 36 | 2C |
| Octal | 255 | 210 | 63 | 0 | 25 | 107 | 40 | 52 | 66 | 54 |
| Binary | 10101101 | 10001000 | 110011 | 0 | 10101 | 1000111 | 100000 | 101010 | 110110 | 101100 |
Color Harmonies of #AD8833
Complementary color
Monochromatic Colors of #AD8833
Black with #AD8833
Text Example
Text Example
White with #AD8833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8833; }
p { color: rgb(173,136,51); }
H1.HeaderClassName
{
color: #AD8833;
}
.AnyTagClassName
{
color: #AD8833;
}
</style>
background-color css
<style>
a { background-color: #AD8833; }
a { background-color: rgb(173,136,51); }
div.DivClassName
{
background-color: #AD8833;
}
.BgClassName
{
background-color: #AD8833;
}
</style>
border-color css
<style>
span { border-color: #AD8833; }
span { border-color: rgb(173,136,51); }
td.TdClassName
{
border-color: #AD8833;
}
.TagClassName
{
border-color: #AD8833;
}
</style>