Shades of Alpine #AC813F
Tints of Alpine #AC813F
RGB
CMYK
RGB Variations
Color information
#AC813F (or 0xAC813F) is known color: Alpine. HEX triplet: AC, 81 and 3F. RGB value is (172,129,63). Sum of RGB (Red+Green+Blue) = 172+129+63=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC813F is #537EC0. Grayscale: #868686. Windows color (decimal): -5471937 or 4161964. OLE color: 4161964.
HSL color Cylindrical-coordinate representation of color #AC813F: hue angle of 36.33º 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 #AC813F is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 63 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.33 |
| HSL | 36.33º | 0.46% | 0.46% | - |
| HSV(B) | 36.33º | 0.63% | 0.67% | - |
| XYZ | 25.76 | 24.83 | 8.14 | - |
| YUV | 134.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 63 | 0 | 0.25 | 0.63 | 0.33 | 36.33 | 0.46 | 0.46 |
| Hex | AC | 81 | 3F | 0 | 19 | 3F | 21 | 24 | 2E | 2E |
| Octal | 254 | 201 | 77 | 0 | 31 | 77 | 41 | 44 | 56 | 56 |
| Binary | 10101100 | 10000001 | 111111 | 0 | 11001 | 111111 | 100001 | 100100 | 101110 | 101110 |
Color Harmonies of #AC813F
Complementary color
Monochromatic Colors of #AC813F
Black with #AC813F
Text Example
Text Example
White with #AC813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC813F; }
p { color: rgb(172,129,63); }
H1.HeaderClassName
{
color: #AC813F;
}
.AnyTagClassName
{
color: #AC813F;
}
</style>
background-color css
<style>
a { background-color: #AC813F; }
a { background-color: rgb(172,129,63); }
div.DivClassName
{
background-color: #AC813F;
}
.BgClassName
{
background-color: #AC813F;
}
</style>
border-color css
<style>
span { border-color: #AC813F; }
span { border-color: rgb(172,129,63); }
td.TdClassName
{
border-color: #AC813F;
}
.TagClassName
{
border-color: #AC813F;
}
</style>