Shades of Alpine #AC893B
Tints of Alpine #AC893B
RGB
CMYK
RGB Variations
Color information
#AC893B (or 0xAC893B) is known color: Alpine. HEX triplet: AC, 89 and 3B. RGB value is (172,137,59). Sum of RGB (Red+Green+Blue) = 172+137+59=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC893B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC893B is #5376C4. Grayscale: #8A8A8A. Windows color (decimal): -5469893 or 3901868. OLE color: 3901868.
HSL color Cylindrical-coordinate representation of color #AC893B: hue angle of 41.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC893B is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 59 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.33 |
| HSL | 41.42º | 0.49% | 0.45% | - |
| HSV(B) | 41.42º | 0.66% | 0.67% | - |
| XYZ | 26.75 | 26.98 | 7.94 | - |
| YUV | 138.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 59 | 0 | 0.20 | 0.66 | 0.33 | 41.42 | 0.49 | 0.45 |
| Hex | AC | 89 | 3B | 0 | 14 | 42 | 21 | 29 | 31 | 2D |
| Octal | 254 | 211 | 73 | 0 | 24 | 102 | 41 | 51 | 61 | 55 |
| Binary | 10101100 | 10001001 | 111011 | 0 | 10100 | 1000010 | 100001 | 101001 | 110001 | 101101 |
Color Harmonies of #AC893B
Complementary color
Monochromatic Colors of #AC893B
Black with #AC893B
Text Example
Text Example
White with #AC893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC893B; }
p { color: rgb(172,137,59); }
H1.HeaderClassName
{
color: #AC893B;
}
.AnyTagClassName
{
color: #AC893B;
}
</style>
background-color css
<style>
a { background-color: #AC893B; }
a { background-color: rgb(172,137,59); }
div.DivClassName
{
background-color: #AC893B;
}
.BgClassName
{
background-color: #AC893B;
}
</style>
border-color css
<style>
span { border-color: #AC893B; }
span { border-color: rgb(172,137,59); }
td.TdClassName
{
border-color: #AC893B;
}
.TagClassName
{
border-color: #AC893B;
}
</style>