Shades of Alpine #AC8B37
Tints of Alpine #AC8B37
RGB
CMYK
RGB Variations
Color information
#AC8B37 (or 0xAC8B37) is known color: Alpine. HEX triplet: AC, 8B and 37. RGB value is (172,139,55). Sum of RGB (Red+Green+Blue) = 172+139+55=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B37 is #5374C8. Grayscale: #8B8B8B. Windows color (decimal): -5469385 or 3640236. OLE color: 3640236.
HSL color Cylindrical-coordinate representation of color #AC8B37: hue angle of 43.08º 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 #AC8B37 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 55 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.33 |
| HSL | 43.08º | 0.52% | 0.45% | - |
| HSV(B) | 43.08º | 0.68% | 0.67% | - |
| XYZ | 26.94 | 27.51 | 7.51 | - |
| YUV | 139.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 55 | 0 | 0.19 | 0.68 | 0.33 | 43.08 | 0.52 | 0.45 |
| Hex | AC | 8B | 37 | 0 | 13 | 44 | 21 | 2B | 34 | 2D |
| Octal | 254 | 213 | 67 | 0 | 23 | 104 | 41 | 53 | 64 | 55 |
| Binary | 10101100 | 10001011 | 110111 | 0 | 10011 | 1000100 | 100001 | 101011 | 110100 | 101101 |
Color Harmonies of #AC8B37
Complementary color
Monochromatic Colors of #AC8B37
Black with #AC8B37
Text Example
Text Example
White with #AC8B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B37; }
p { color: rgb(172,139,55); }
H1.HeaderClassName
{
color: #AC8B37;
}
.AnyTagClassName
{
color: #AC8B37;
}
</style>
background-color css
<style>
a { background-color: #AC8B37; }
a { background-color: rgb(172,139,55); }
div.DivClassName
{
background-color: #AC8B37;
}
.BgClassName
{
background-color: #AC8B37;
}
</style>
border-color css
<style>
span { border-color: #AC8B37; }
span { border-color: rgb(172,139,55); }
td.TdClassName
{
border-color: #AC8B37;
}
.TagClassName
{
border-color: #AC8B37;
}
</style>