Shades of Alpine #AC873C
Tints of Alpine #AC873C
RGB
CMYK
RGB Variations
Color information
#AC873C (or 0xAC873C) is known color: Alpine. HEX triplet: AC, 87 and 3C. RGB value is (172,135,60). Sum of RGB (Red+Green+Blue) = 172+135+60=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC873C is #5378C3. Grayscale: #898989. Windows color (decimal): -5470404 or 3966892. OLE color: 3966892.
HSL color Cylindrical-coordinate representation of color #AC873C: hue angle of 40.18º 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 #AC873C is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 60 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.33 |
| HSL | 40.18º | 0.48% | 0.45% | - |
| HSV(B) | 40.18º | 0.65% | 0.67% | - |
| XYZ | 26.49 | 26.42 | 7.98 | - |
| YUV | 137.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 60 | 0 | 0.22 | 0.65 | 0.33 | 40.18 | 0.48 | 0.45 |
| Hex | AC | 87 | 3C | 0 | 16 | 41 | 21 | 28 | 30 | 2D |
| Octal | 254 | 207 | 74 | 0 | 26 | 101 | 41 | 50 | 60 | 55 |
| Binary | 10101100 | 10000111 | 111100 | 0 | 10110 | 1000001 | 100001 | 101000 | 110000 | 101101 |
Color Harmonies of #AC873C
Complementary color
Monochromatic Colors of #AC873C
Black with #AC873C
Text Example
Text Example
White with #AC873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC873C; }
p { color: rgb(172,135,60); }
H1.HeaderClassName
{
color: #AC873C;
}
.AnyTagClassName
{
color: #AC873C;
}
</style>
background-color css
<style>
a { background-color: #AC873C; }
a { background-color: rgb(172,135,60); }
div.DivClassName
{
background-color: #AC873C;
}
.BgClassName
{
background-color: #AC873C;
}
</style>
border-color css
<style>
span { border-color: #AC873C; }
span { border-color: rgb(172,135,60); }
td.TdClassName
{
border-color: #AC873C;
}
.TagClassName
{
border-color: #AC873C;
}
</style>