Shades of Alpine #AC873A
Tints of Alpine #AC873A
RGB
CMYK
RGB Variations
Color information
#AC873A (or 0xAC873A) is known color: Alpine. HEX triplet: AC, 87 and 3A. RGB value is (172,135,58). Sum of RGB (Red+Green+Blue) = 172+135+58=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC873A is #5378C5. Grayscale: #898989. Windows color (decimal): -5470406 or 3835820. OLE color: 3835820.
HSL color Cylindrical-coordinate representation of color #AC873A: hue angle of 40.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC873A is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 58 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.33 |
| HSL | 40.53º | 0.5% | 0.45% | - |
| HSV(B) | 40.53º | 0.66% | 0.67% | - |
| XYZ | 26.44 | 26.4 | 7.71 | - |
| YUV | 137.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 58 | 0 | 0.22 | 0.66 | 0.33 | 40.53 | 0.5 | 0.45 |
| Hex | AC | 87 | 3A | 0 | 16 | 42 | 21 | 29 | 32 | 2D |
| Octal | 254 | 207 | 72 | 0 | 26 | 102 | 41 | 51 | 62 | 55 |
| Binary | 10101100 | 10000111 | 111010 | 0 | 10110 | 1000010 | 100001 | 101001 | 110010 | 101101 |
Color Harmonies of #AC873A
Complementary color
Monochromatic Colors of #AC873A
Black with #AC873A
Text Example
Text Example
White with #AC873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC873A; }
p { color: rgb(172,135,58); }
H1.HeaderClassName
{
color: #AC873A;
}
.AnyTagClassName
{
color: #AC873A;
}
</style>
background-color css
<style>
a { background-color: #AC873A; }
a { background-color: rgb(172,135,58); }
div.DivClassName
{
background-color: #AC873A;
}
.BgClassName
{
background-color: #AC873A;
}
</style>
border-color css
<style>
span { border-color: #AC873A; }
span { border-color: rgb(172,135,58); }
td.TdClassName
{
border-color: #AC873A;
}
.TagClassName
{
border-color: #AC873A;
}
</style>