Shades of Alpine #AC893F
Tints of Alpine #AC893F
RGB
CMYK
RGB Variations
Color information
#AC893F (or 0xAC893F) is known color: Alpine. HEX triplet: AC, 89 and 3F. RGB value is (172,137,63). Sum of RGB (Red+Green+Blue) = 172+137+63=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC893F is #5376C0. Grayscale: #8B8B8B. Windows color (decimal): -5469889 or 4164012. OLE color: 4164012.
HSL color Cylindrical-coordinate representation of color #AC893F: hue angle of 40.73º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC893F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 63 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.33 |
| HSL | 40.73º | 0.46% | 0.46% | - |
| HSV(B) | 40.73º | 0.63% | 0.67% | - |
| XYZ | 26.86 | 27.02 | 8.5 | - |
| YUV | 139.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 63 | 0 | 0.20 | 0.63 | 0.33 | 40.73 | 0.46 | 0.46 |
| Hex | AC | 89 | 3F | 0 | 14 | 3F | 21 | 29 | 2E | 2E |
| Octal | 254 | 211 | 77 | 0 | 24 | 77 | 41 | 51 | 56 | 56 |
| Binary | 10101100 | 10001001 | 111111 | 0 | 10100 | 111111 | 100001 | 101001 | 101110 | 101110 |
Color Harmonies of #AC893F
Complementary color
Monochromatic Colors of #AC893F
Black with #AC893F
Text Example
Text Example
White with #AC893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC893F; }
p { color: rgb(172,137,63); }
H1.HeaderClassName
{
color: #AC893F;
}
.AnyTagClassName
{
color: #AC893F;
}
</style>
background-color css
<style>
a { background-color: #AC893F; }
a { background-color: rgb(172,137,63); }
div.DivClassName
{
background-color: #AC893F;
}
.BgClassName
{
background-color: #AC893F;
}
</style>
border-color css
<style>
span { border-color: #AC893F; }
span { border-color: rgb(172,137,63); }
td.TdClassName
{
border-color: #AC893F;
}
.TagClassName
{
border-color: #AC893F;
}
</style>