Shades of Alpine #AC893D
Tints of Alpine #AC893D
RGB
CMYK
RGB Variations
Color information
#AC893D (or 0xAC893D) is known color: Alpine. HEX triplet: AC, 89 and 3D. RGB value is (172,137,61). Sum of RGB (Red+Green+Blue) = 172+137+61=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC893D is #5376C2. Grayscale: #8B8B8B. Windows color (decimal): -5469891 or 4032940. OLE color: 4032940.
HSL color Cylindrical-coordinate representation of color #AC893D: hue angle of 41.08º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC893D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 61 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.33 |
| HSL | 41.08º | 0.48% | 0.46% | - |
| HSV(B) | 41.08º | 0.65% | 0.67% | - |
| XYZ | 26.8 | 27 | 8.21 | - |
| YUV | 138.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 61 | 0 | 0.20 | 0.65 | 0.33 | 41.08 | 0.48 | 0.46 |
| Hex | AC | 89 | 3D | 0 | 14 | 41 | 21 | 29 | 30 | 2E |
| Octal | 254 | 211 | 75 | 0 | 24 | 101 | 41 | 51 | 60 | 56 |
| Binary | 10101100 | 10001001 | 111101 | 0 | 10100 | 1000001 | 100001 | 101001 | 110000 | 101110 |
Color Harmonies of #AC893D
Complementary color
Monochromatic Colors of #AC893D
Black with #AC893D
Text Example
Text Example
White with #AC893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC893D; }
p { color: rgb(172,137,61); }
H1.HeaderClassName
{
color: #AC893D;
}
.AnyTagClassName
{
color: #AC893D;
}
</style>
background-color css
<style>
a { background-color: #AC893D; }
a { background-color: rgb(172,137,61); }
div.DivClassName
{
background-color: #AC893D;
}
.BgClassName
{
background-color: #AC893D;
}
</style>
border-color css
<style>
span { border-color: #AC893D; }
span { border-color: rgb(172,137,61); }
td.TdClassName
{
border-color: #AC893D;
}
.TagClassName
{
border-color: #AC893D;
}
</style>