Shades of Alpine #AC8D3A
Tints of Alpine #AC8D3A
RGB
CMYK
RGB Variations
Color information
#AC8D3A (or 0xAC8D3A) is known color: Alpine. HEX triplet: AC, 8D and 3A. RGB value is (172,141,58). Sum of RGB (Red+Green+Blue) = 172+141+58=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D3A is #5372C5. Grayscale: #8D8D8D. Windows color (decimal): -5468870 or 3837356. OLE color: 3837356.
HSL color Cylindrical-coordinate representation of color #AC8D3A: hue angle of 43.68º 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 #AC8D3A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 58 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.33 |
| HSL | 43.68º | 0.5% | 0.45% | - |
| HSV(B) | 43.68º | 0.66% | 0.67% | - |
| XYZ | 27.3 | 28.13 | 7.99 | - |
| YUV | 140.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 58 | 0 | 0.18 | 0.66 | 0.33 | 43.68 | 0.5 | 0.45 |
| Hex | AC | 8D | 3A | 0 | 12 | 42 | 21 | 2C | 32 | 2D |
| Octal | 254 | 215 | 72 | 0 | 22 | 102 | 41 | 54 | 62 | 55 |
| Binary | 10101100 | 10001101 | 111010 | 0 | 10010 | 1000010 | 100001 | 101100 | 110010 | 101101 |
Color Harmonies of #AC8D3A
Complementary color
Monochromatic Colors of #AC8D3A
Black with #AC8D3A
Text Example
Text Example
White with #AC8D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D3A; }
p { color: rgb(172,141,58); }
H1.HeaderClassName
{
color: #AC8D3A;
}
.AnyTagClassName
{
color: #AC8D3A;
}
</style>
background-color css
<style>
a { background-color: #AC8D3A; }
a { background-color: rgb(172,141,58); }
div.DivClassName
{
background-color: #AC8D3A;
}
.BgClassName
{
background-color: #AC8D3A;
}
</style>
border-color css
<style>
span { border-color: #AC8D3A; }
span { border-color: rgb(172,141,58); }
td.TdClassName
{
border-color: #AC8D3A;
}
.TagClassName
{
border-color: #AC8D3A;
}
</style>