Shades of Alpine #AC8A3F
Tints of Alpine #AC8A3F
RGB
CMYK
RGB Variations
Color information
#AC8A3F (or 0xAC8A3F) is known color: Alpine. HEX triplet: AC, 8A and 3F. RGB value is (172,138,63). Sum of RGB (Red+Green+Blue) = 172+138+63=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A3F is #5375C0. Grayscale: #8B8B8B. Windows color (decimal): -5469633 or 4164268. OLE color: 4164268.
HSL color Cylindrical-coordinate representation of color #AC8A3F: hue angle of 41.28º 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 #AC8A3F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 63 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.33 |
| HSL | 41.28º | 0.46% | 0.46% | - |
| HSV(B) | 41.28º | 0.63% | 0.67% | - |
| XYZ | 27 | 27.31 | 8.55 | - |
| YUV | 139.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 63 | 0 | 0.20 | 0.63 | 0.33 | 41.28 | 0.46 | 0.46 |
| Hex | AC | 8A | 3F | 0 | 14 | 3F | 21 | 29 | 2E | 2E |
| Octal | 254 | 212 | 77 | 0 | 24 | 77 | 41 | 51 | 56 | 56 |
| Binary | 10101100 | 10001010 | 111111 | 0 | 10100 | 111111 | 100001 | 101001 | 101110 | 101110 |
Color Harmonies of #AC8A3F
Complementary color
Monochromatic Colors of #AC8A3F
Black with #AC8A3F
Text Example
Text Example
White with #AC8A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A3F; }
p { color: rgb(172,138,63); }
H1.HeaderClassName
{
color: #AC8A3F;
}
.AnyTagClassName
{
color: #AC8A3F;
}
</style>
background-color css
<style>
a { background-color: #AC8A3F; }
a { background-color: rgb(172,138,63); }
div.DivClassName
{
background-color: #AC8A3F;
}
.BgClassName
{
background-color: #AC8A3F;
}
</style>
border-color css
<style>
span { border-color: #AC8A3F; }
span { border-color: rgb(172,138,63); }
td.TdClassName
{
border-color: #AC8A3F;
}
.TagClassName
{
border-color: #AC8A3F;
}
</style>