Shades of Alpine #AC8037
Tints of Alpine #AC8037
RGB
CMYK
RGB Variations
Color information
#AC8037 (or 0xAC8037) is known color: Alpine. HEX triplet: AC, 80 and 37. RGB value is (172,128,55). Sum of RGB (Red+Green+Blue) = 172+128+55=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8037 is #537FC8. Grayscale: #858585. Windows color (decimal): -5472201 or 3637420. OLE color: 3637420.
HSL color Cylindrical-coordinate representation of color #AC8037: hue angle of 37.44º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC8037 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 55 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.33 |
| HSL | 37.44º | 0.52% | 0.45% | - |
| HSV(B) | 37.44º | 0.68% | 0.67% | - |
| XYZ | 25.42 | 24.48 | 7 | - |
| YUV | 132.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 55 | 0 | 0.26 | 0.68 | 0.33 | 37.44 | 0.52 | 0.45 |
| Hex | AC | 80 | 37 | 0 | 1A | 44 | 21 | 25 | 34 | 2D |
| Octal | 254 | 200 | 67 | 0 | 32 | 104 | 41 | 45 | 64 | 55 |
| Binary | 10101100 | 10000000 | 110111 | 0 | 11010 | 1000100 | 100001 | 100101 | 110100 | 101101 |
Color Harmonies of #AC8037
Complementary color
Monochromatic Colors of #AC8037
Black with #AC8037
Text Example
Text Example
White with #AC8037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8037; }
p { color: rgb(172,128,55); }
H1.HeaderClassName
{
color: #AC8037;
}
.AnyTagClassName
{
color: #AC8037;
}
</style>
background-color css
<style>
a { background-color: #AC8037; }
a { background-color: rgb(172,128,55); }
div.DivClassName
{
background-color: #AC8037;
}
.BgClassName
{
background-color: #AC8037;
}
</style>
border-color css
<style>
span { border-color: #AC8037; }
span { border-color: rgb(172,128,55); }
td.TdClassName
{
border-color: #AC8037;
}
.TagClassName
{
border-color: #AC8037;
}
</style>