Shades of Alpine #AC8C3A
Tints of Alpine #AC8C3A
RGB
CMYK
RGB Variations
Color information
#AC8C3A (or 0xAC8C3A) is known color: Alpine. HEX triplet: AC, 8C and 3A. RGB value is (172,140,58). Sum of RGB (Red+Green+Blue) = 172+140+58=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C3A is #5373C5. Grayscale: #8C8C8C. Windows color (decimal): -5469126 or 3837100. OLE color: 3837100.
HSL color Cylindrical-coordinate representation of color #AC8C3A: hue angle of 43.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC8C3A is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 58 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.33 |
| HSL | 43.16º | 0.5% | 0.45% | - |
| HSV(B) | 43.16º | 0.66% | 0.67% | - |
| XYZ | 27.16 | 27.83 | 7.94 | - |
| YUV | 140.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 58 | 0 | 0.19 | 0.66 | 0.33 | 43.16 | 0.5 | 0.45 |
| Hex | AC | 8C | 3A | 0 | 13 | 42 | 21 | 2B | 32 | 2D |
| Octal | 254 | 214 | 72 | 0 | 23 | 102 | 41 | 53 | 62 | 55 |
| Binary | 10101100 | 10001100 | 111010 | 0 | 10011 | 1000010 | 100001 | 101011 | 110010 | 101101 |
Color Harmonies of #AC8C3A
Complementary color
Monochromatic Colors of #AC8C3A
Black with #AC8C3A
Text Example
Text Example
White with #AC8C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C3A; }
p { color: rgb(172,140,58); }
H1.HeaderClassName
{
color: #AC8C3A;
}
.AnyTagClassName
{
color: #AC8C3A;
}
</style>
background-color css
<style>
a { background-color: #AC8C3A; }
a { background-color: rgb(172,140,58); }
div.DivClassName
{
background-color: #AC8C3A;
}
.BgClassName
{
background-color: #AC8C3A;
}
</style>
border-color css
<style>
span { border-color: #AC8C3A; }
span { border-color: rgb(172,140,58); }
td.TdClassName
{
border-color: #AC8C3A;
}
.TagClassName
{
border-color: #AC8C3A;
}
</style>