Shades of Alpine #AC832F
Tints of Alpine #AC832F
RGB
CMYK
RGB Variations
Color information
#AC832F (or 0xAC832F) is known color: Alpine. HEX triplet: AC, 83 and 2F. RGB value is (172,131,47). Sum of RGB (Red+Green+Blue) = 172+131+47=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC832F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC832F is #537CD0. Grayscale: #868686. Windows color (decimal): -5471441 or 3113900. OLE color: 3113900.
HSL color Cylindrical-coordinate representation of color #AC832F: hue angle of 40.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC832F is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 47 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.33 |
| HSL | 40.32º | 0.57% | 0.43% | - |
| HSV(B) | 40.32º | 0.73% | 0.67% | - |
| XYZ | 25.64 | 25.21 | 6.2 | - |
| YUV | 133.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 47 | 0 | 0.24 | 0.73 | 0.33 | 40.32 | 0.57 | 0.43 |
| Hex | AC | 83 | 2F | 0 | 18 | 49 | 21 | 28 | 39 | 2B |
| Octal | 254 | 203 | 57 | 0 | 30 | 111 | 41 | 50 | 71 | 53 |
| Binary | 10101100 | 10000011 | 101111 | 0 | 11000 | 1001001 | 100001 | 101000 | 111001 | 101011 |
Color Harmonies of #AC832F
Complementary color
Monochromatic Colors of #AC832F
Black with #AC832F
Text Example
Text Example
White with #AC832F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC832F; }
p { color: rgb(172,131,47); }
H1.HeaderClassName
{
color: #AC832F;
}
.AnyTagClassName
{
color: #AC832F;
}
</style>
background-color css
<style>
a { background-color: #AC832F; }
a { background-color: rgb(172,131,47); }
div.DivClassName
{
background-color: #AC832F;
}
.BgClassName
{
background-color: #AC832F;
}
</style>
border-color css
<style>
span { border-color: #AC832F; }
span { border-color: rgb(172,131,47); }
td.TdClassName
{
border-color: #AC832F;
}
.TagClassName
{
border-color: #AC832F;
}
</style>