Shades of Alpine #AD8134
Tints of Alpine #AD8134
RGB
CMYK
RGB Variations
Color information
#AD8134 (or 0xAD8134) is known color: Alpine. HEX triplet: AD, 81 and 34. RGB value is (173,129,52). Sum of RGB (Red+Green+Blue) = 173+129+52=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8134 is #527ECB. Grayscale: #858585. Windows color (decimal): -5406412 or 3441069. OLE color: 3441069.
HSL color Cylindrical-coordinate representation of color #AD8134: hue angle of 38.18º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD8134 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 52 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.32 |
| HSL | 38.18º | 0.54% | 0.44% | - |
| HSV(B) | 38.18º | 0.7% | 0.68% | - |
| XYZ | 25.7 | 24.83 | 6.69 | - |
| YUV | 133.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 52 | 0 | 0.25 | 0.70 | 0.32 | 38.18 | 0.54 | 0.44 |
| Hex | AD | 81 | 34 | 0 | 19 | 46 | 20 | 26 | 36 | 2C |
| Octal | 255 | 201 | 64 | 0 | 31 | 106 | 40 | 46 | 66 | 54 |
| Binary | 10101101 | 10000001 | 110100 | 0 | 11001 | 1000110 | 100000 | 100110 | 110110 | 101100 |
Color Harmonies of #AD8134
Complementary color
Monochromatic Colors of #AD8134
Black with #AD8134
Text Example
Text Example
White with #AD8134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8134; }
p { color: rgb(173,129,52); }
H1.HeaderClassName
{
color: #AD8134;
}
.AnyTagClassName
{
color: #AD8134;
}
</style>
background-color css
<style>
a { background-color: #AD8134; }
a { background-color: rgb(173,129,52); }
div.DivClassName
{
background-color: #AD8134;
}
.BgClassName
{
background-color: #AD8134;
}
</style>
border-color css
<style>
span { border-color: #AD8134; }
span { border-color: rgb(173,129,52); }
td.TdClassName
{
border-color: #AD8134;
}
.TagClassName
{
border-color: #AD8134;
}
</style>