Shades of Alpine #AC8431
Tints of Alpine #AC8431
RGB
CMYK
RGB Variations
Color information
#AC8431 (or 0xAC8431) is known color: Alpine. HEX triplet: AC, 84 and 31. RGB value is (172,132,49). Sum of RGB (Red+Green+Blue) = 172+132+49=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8431 is #537BCE. Grayscale: #868686. Windows color (decimal): -5471183 or 3245228. OLE color: 3245228.
HSL color Cylindrical-coordinate representation of color #AC8431: hue angle of 40.49º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC8431 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 49 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.33 |
| HSL | 40.49º | 0.56% | 0.43% | - |
| HSV(B) | 40.49º | 0.72% | 0.67% | - |
| XYZ | 25.82 | 25.49 | 6.47 | - |
| YUV | 134.5 | 79.75 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 49 | 0 | 0.23 | 0.72 | 0.33 | 40.49 | 0.56 | 0.43 |
| Hex | AC | 84 | 31 | 0 | 17 | 48 | 21 | 28 | 38 | 2B |
| Octal | 254 | 204 | 61 | 0 | 27 | 110 | 41 | 50 | 70 | 53 |
| Binary | 10101100 | 10000100 | 110001 | 0 | 10111 | 1001000 | 100001 | 101000 | 111000 | 101011 |
Color Harmonies of #AC8431
Complementary color
Monochromatic Colors of #AC8431
Black with #AC8431
Text Example
Text Example
White with #AC8431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8431; }
p { color: rgb(172,132,49); }
H1.HeaderClassName
{
color: #AC8431;
}
.AnyTagClassName
{
color: #AC8431;
}
</style>
background-color css
<style>
a { background-color: #AC8431; }
a { background-color: rgb(172,132,49); }
div.DivClassName
{
background-color: #AC8431;
}
.BgClassName
{
background-color: #AC8431;
}
</style>
border-color css
<style>
span { border-color: #AC8431; }
span { border-color: rgb(172,132,49); }
td.TdClassName
{
border-color: #AC8431;
}
.TagClassName
{
border-color: #AC8431;
}
</style>