Shades of Alpine #AC823C
Tints of Alpine #AC823C
RGB
CMYK
RGB Variations
Color information
#AC823C (or 0xAC823C) is known color: Alpine. HEX triplet: AC, 82 and 3C. RGB value is (172,130,60). Sum of RGB (Red+Green+Blue) = 172+130+60=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC823C is #537DC3. Grayscale: #868686. Windows color (decimal): -5471684 or 3965612. OLE color: 3965612.
HSL color Cylindrical-coordinate representation of color #AC823C: hue angle of 37.5º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC823C is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 60 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.33 |
| HSL | 37.5º | 0.48% | 0.45% | - |
| HSV(B) | 37.5º | 0.65% | 0.67% | - |
| XYZ | 25.81 | 25.06 | 7.75 | - |
| YUV | 134.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 60 | 0 | 0.24 | 0.65 | 0.33 | 37.5 | 0.48 | 0.45 |
| Hex | AC | 82 | 3C | 0 | 18 | 41 | 21 | 26 | 30 | 2D |
| Octal | 254 | 202 | 74 | 0 | 30 | 101 | 41 | 46 | 60 | 55 |
| Binary | 10101100 | 10000010 | 111100 | 0 | 11000 | 1000001 | 100001 | 100110 | 110000 | 101101 |
Color Harmonies of #AC823C
Complementary color
Monochromatic Colors of #AC823C
Black with #AC823C
Text Example
Text Example
White with #AC823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC823C; }
p { color: rgb(172,130,60); }
H1.HeaderClassName
{
color: #AC823C;
}
.AnyTagClassName
{
color: #AC823C;
}
</style>
background-color css
<style>
a { background-color: #AC823C; }
a { background-color: rgb(172,130,60); }
div.DivClassName
{
background-color: #AC823C;
}
.BgClassName
{
background-color: #AC823C;
}
</style>
border-color css
<style>
span { border-color: #AC823C; }
span { border-color: rgb(172,130,60); }
td.TdClassName
{
border-color: #AC823C;
}
.TagClassName
{
border-color: #AC823C;
}
</style>