Shades of Alpine #AC8333
Tints of Alpine #AC8333
RGB
CMYK
RGB Variations
Color information
#AC8333 (or 0xAC8333) is known color: Alpine. HEX triplet: AC, 83 and 33. RGB value is (172,131,51). Sum of RGB (Red+Green+Blue) = 172+131+51=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8333 is #537CCC. Grayscale: #868686. Windows color (decimal): -5471437 or 3376044. OLE color: 3376044.
HSL color Cylindrical-coordinate representation of color #AC8333: hue angle of 39.67º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC8333 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 51 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.33 |
| HSL | 39.67º | 0.54% | 0.44% | - |
| HSV(B) | 39.67º | 0.7% | 0.67% | - |
| XYZ | 25.73 | 25.24 | 6.65 | - |
| YUV | 134.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 51 | 0 | 0.24 | 0.70 | 0.33 | 39.67 | 0.54 | 0.44 |
| Hex | AC | 83 | 33 | 0 | 18 | 46 | 21 | 28 | 36 | 2C |
| Octal | 254 | 203 | 63 | 0 | 30 | 106 | 41 | 50 | 66 | 54 |
| Binary | 10101100 | 10000011 | 110011 | 0 | 11000 | 1000110 | 100001 | 101000 | 110110 | 101100 |
Color Harmonies of #AC8333
Complementary color
Monochromatic Colors of #AC8333
Black with #AC8333
Text Example
Text Example
White with #AC8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8333; }
p { color: rgb(172,131,51); }
H1.HeaderClassName
{
color: #AC8333;
}
.AnyTagClassName
{
color: #AC8333;
}
</style>
background-color css
<style>
a { background-color: #AC8333; }
a { background-color: rgb(172,131,51); }
div.DivClassName
{
background-color: #AC8333;
}
.BgClassName
{
background-color: #AC8333;
}
</style>
border-color css
<style>
span { border-color: #AC8333; }
span { border-color: rgb(172,131,51); }
td.TdClassName
{
border-color: #AC8333;
}
.TagClassName
{
border-color: #AC8333;
}
</style>