Shades of Alpine #AC893E
Tints of Alpine #AC893E
RGB
CMYK
RGB Variations
Color information
#AC893E (or 0xAC893E) is known color: Alpine. HEX triplet: AC, 89 and 3E. RGB value is (172,137,62). Sum of RGB (Red+Green+Blue) = 172+137+62=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC893E is #5376C1. Grayscale: #8B8B8B. Windows color (decimal): -5469890 or 4098476. OLE color: 4098476.
HSL color Cylindrical-coordinate representation of color #AC893E: hue angle of 40.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC893E is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 62 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.33 |
| HSL | 40.91º | 0.47% | 0.46% | - |
| HSV(B) | 40.91º | 0.64% | 0.67% | - |
| XYZ | 26.83 | 27.01 | 8.36 | - |
| YUV | 138.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 62 | 0 | 0.20 | 0.64 | 0.33 | 40.91 | 0.47 | 0.46 |
| Hex | AC | 89 | 3E | 0 | 14 | 40 | 21 | 29 | 2F | 2E |
| Octal | 254 | 211 | 76 | 0 | 24 | 100 | 41 | 51 | 57 | 56 |
| Binary | 10101100 | 10001001 | 111110 | 0 | 10100 | 1000000 | 100001 | 101001 | 101111 | 101110 |
Color Harmonies of #AC893E
Complementary color
Monochromatic Colors of #AC893E
Black with #AC893E
Text Example
Text Example
White with #AC893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC893E; }
p { color: rgb(172,137,62); }
H1.HeaderClassName
{
color: #AC893E;
}
.AnyTagClassName
{
color: #AC893E;
}
</style>
background-color css
<style>
a { background-color: #AC893E; }
a { background-color: rgb(172,137,62); }
div.DivClassName
{
background-color: #AC893E;
}
.BgClassName
{
background-color: #AC893E;
}
</style>
border-color css
<style>
span { border-color: #AC893E; }
span { border-color: rgb(172,137,62); }
td.TdClassName
{
border-color: #AC893E;
}
.TagClassName
{
border-color: #AC893E;
}
</style>