Shades of Alpine #AC883C
Tints of Alpine #AC883C
RGB
CMYK
RGB Variations
Color information
#AC883C (or 0xAC883C) is known color: Alpine. HEX triplet: AC, 88 and 3C. RGB value is (172,136,60). Sum of RGB (Red+Green+Blue) = 172+136+60=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC883C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC883C is #5377C3. Grayscale: #8A8A8A. Windows color (decimal): -5470148 or 3967148. OLE color: 3967148.
HSL color Cylindrical-coordinate representation of color #AC883C: hue angle of 40.71º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC883C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 60 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.33 |
| HSL | 40.71º | 0.48% | 0.45% | - |
| HSV(B) | 40.71º | 0.65% | 0.67% | - |
| XYZ | 26.63 | 26.71 | 8.03 | - |
| YUV | 138.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 60 | 0 | 0.21 | 0.65 | 0.33 | 40.71 | 0.48 | 0.45 |
| Hex | AC | 88 | 3C | 0 | 15 | 41 | 21 | 29 | 30 | 2D |
| Octal | 254 | 210 | 74 | 0 | 25 | 101 | 41 | 51 | 60 | 55 |
| Binary | 10101100 | 10001000 | 111100 | 0 | 10101 | 1000001 | 100001 | 101001 | 110000 | 101101 |
Color Harmonies of #AC883C
Complementary color
Monochromatic Colors of #AC883C
Black with #AC883C
Text Example
Text Example
White with #AC883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC883C; }
p { color: rgb(172,136,60); }
H1.HeaderClassName
{
color: #AC883C;
}
.AnyTagClassName
{
color: #AC883C;
}
</style>
background-color css
<style>
a { background-color: #AC883C; }
a { background-color: rgb(172,136,60); }
div.DivClassName
{
background-color: #AC883C;
}
.BgClassName
{
background-color: #AC883C;
}
</style>
border-color css
<style>
span { border-color: #AC883C; }
span { border-color: rgb(172,136,60); }
td.TdClassName
{
border-color: #AC883C;
}
.TagClassName
{
border-color: #AC883C;
}
</style>