Shades of Alpine #AC883F
Tints of Alpine #AC883F
RGB
CMYK
RGB Variations
Color information
#AC883F (or 0xAC883F) is known color: Alpine. HEX triplet: AC, 88 and 3F. RGB value is (172,136,63). Sum of RGB (Red+Green+Blue) = 172+136+63=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC883F is #5377C0. Grayscale: #8A8A8A. Windows color (decimal): -5470145 or 4163756. OLE color: 4163756.
HSL color Cylindrical-coordinate representation of color #AC883F: hue angle of 40.18º 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 #AC883F is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 63 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.33 |
| HSL | 40.18º | 0.46% | 0.46% | - |
| HSV(B) | 40.18º | 0.63% | 0.67% | - |
| XYZ | 26.71 | 26.74 | 8.46 | - |
| YUV | 138.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 63 | 0 | 0.21 | 0.63 | 0.33 | 40.18 | 0.46 | 0.46 |
| Hex | AC | 88 | 3F | 0 | 15 | 3F | 21 | 28 | 2E | 2E |
| Octal | 254 | 210 | 77 | 0 | 25 | 77 | 41 | 50 | 56 | 56 |
| Binary | 10101100 | 10001000 | 111111 | 0 | 10101 | 111111 | 100001 | 101000 | 101110 | 101110 |
Color Harmonies of #AC883F
Complementary color
Monochromatic Colors of #AC883F
Black with #AC883F
Text Example
Text Example
White with #AC883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC883F; }
p { color: rgb(172,136,63); }
H1.HeaderClassName
{
color: #AC883F;
}
.AnyTagClassName
{
color: #AC883F;
}
</style>
background-color css
<style>
a { background-color: #AC883F; }
a { background-color: rgb(172,136,63); }
div.DivClassName
{
background-color: #AC883F;
}
.BgClassName
{
background-color: #AC883F;
}
</style>
border-color css
<style>
span { border-color: #AC883F; }
span { border-color: rgb(172,136,63); }
td.TdClassName
{
border-color: #AC883F;
}
.TagClassName
{
border-color: #AC883F;
}
</style>