Shades of Alpine #AC8B3C
Tints of Alpine #AC8B3C
RGB
CMYK
RGB Variations
Color information
#AC8B3C (or 0xAC8B3C) is known color: Alpine. HEX triplet: AC, 8B and 3C. RGB value is (172,139,60). Sum of RGB (Red+Green+Blue) = 172+139+60=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B3C is #5374C3. Grayscale: #8C8C8C. Windows color (decimal): -5469380 or 3967916. OLE color: 3967916.
HSL color Cylindrical-coordinate representation of color #AC8B3C: hue angle of 42.32º 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 #AC8B3C is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 139 | 60 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.33 |
| HSL | 42.32º | 0.48% | 0.45% | - |
| HSV(B) | 42.32º | 0.65% | 0.67% | - |
| XYZ | 27.06 | 27.56 | 8.17 | - |
| YUV | 139.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 139 | 60 | 0 | 0.19 | 0.65 | 0.33 | 42.32 | 0.48 | 0.45 |
| Hex | AC | 8B | 3C | 0 | 13 | 41 | 21 | 2A | 30 | 2D |
| Octal | 254 | 213 | 74 | 0 | 23 | 101 | 41 | 52 | 60 | 55 |
| Binary | 10101100 | 10001011 | 111100 | 0 | 10011 | 1000001 | 100001 | 101010 | 110000 | 101101 |
Color Harmonies of #AC8B3C
Complementary color
Monochromatic Colors of #AC8B3C
Black with #AC8B3C
Text Example
Text Example
White with #AC8B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8B3C; }
p { color: rgb(172,139,60); }
H1.HeaderClassName
{
color: #AC8B3C;
}
.AnyTagClassName
{
color: #AC8B3C;
}
</style>
background-color css
<style>
a { background-color: #AC8B3C; }
a { background-color: rgb(172,139,60); }
div.DivClassName
{
background-color: #AC8B3C;
}
.BgClassName
{
background-color: #AC8B3C;
}
</style>
border-color css
<style>
span { border-color: #AC8B3C; }
span { border-color: rgb(172,139,60); }
td.TdClassName
{
border-color: #AC8B3C;
}
.TagClassName
{
border-color: #AC8B3C;
}
</style>