Shades of Alpine #AD8234
Tints of Alpine #AD8234
RGB
CMYK
RGB Variations
Color information
#AD8234 (or 0xAD8234) is known color: Alpine. HEX triplet: AD, 82 and 34. RGB value is (173,130,52). Sum of RGB (Red+Green+Blue) = 173+130+52=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8234 is #527DCB. Grayscale: #868686. Windows color (decimal): -5406156 or 3441325. OLE color: 3441325.
HSL color Cylindrical-coordinate representation of color #AD8234: hue angle of 38.68º 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 #AD8234 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 52 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.32 |
| HSL | 38.68º | 0.54% | 0.44% | - |
| HSV(B) | 38.68º | 0.7% | 0.68% | - |
| XYZ | 25.84 | 25.1 | 6.73 | - |
| YUV | 133.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 52 | 0 | 0.25 | 0.70 | 0.32 | 38.68 | 0.54 | 0.44 |
| Hex | AD | 82 | 34 | 0 | 19 | 46 | 20 | 27 | 36 | 2C |
| Octal | 255 | 202 | 64 | 0 | 31 | 106 | 40 | 47 | 66 | 54 |
| Binary | 10101101 | 10000010 | 110100 | 0 | 11001 | 1000110 | 100000 | 100111 | 110110 | 101100 |
Color Harmonies of #AD8234
Complementary color
Monochromatic Colors of #AD8234
Black with #AD8234
Text Example
Text Example
White with #AD8234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8234; }
p { color: rgb(173,130,52); }
H1.HeaderClassName
{
color: #AD8234;
}
.AnyTagClassName
{
color: #AD8234;
}
</style>
background-color css
<style>
a { background-color: #AD8234; }
a { background-color: rgb(173,130,52); }
div.DivClassName
{
background-color: #AD8234;
}
.BgClassName
{
background-color: #AD8234;
}
</style>
border-color css
<style>
span { border-color: #AD8234; }
span { border-color: rgb(173,130,52); }
td.TdClassName
{
border-color: #AD8234;
}
.TagClassName
{
border-color: #AD8234;
}
</style>