Shades of Alpine #AC8242
Tints of Alpine #AC8242
RGB
CMYK
RGB Variations
Color information
#AC8242 (or 0xAC8242) is known color: Alpine. HEX triplet: AC, 82 and 42. RGB value is (172,130,66). Sum of RGB (Red+Green+Blue) = 172+130+66=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8242 is #537DBD. Grayscale: #878787. Windows color (decimal): -5471678 or 4358828. OLE color: 4358828.
HSL color Cylindrical-coordinate representation of color #AC8242: hue angle of 36.23º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC8242 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 66 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.33 |
| HSL | 36.23º | 0.45% | 0.47% | - |
| HSV(B) | 36.23º | 0.62% | 0.67% | - |
| XYZ | 25.98 | 25.13 | 8.64 | - |
| YUV | 135.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 66 | 0 | 0.24 | 0.62 | 0.33 | 36.23 | 0.45 | 0.47 |
| Hex | AC | 82 | 42 | 0 | 18 | 3E | 21 | 24 | 2D | 2F |
| Octal | 254 | 202 | 102 | 0 | 30 | 76 | 41 | 44 | 55 | 57 |
| Binary | 10101100 | 10000010 | 1000010 | 0 | 11000 | 111110 | 100001 | 100100 | 101101 | 101111 |
Color Harmonies of #AC8242
Complementary color
Monochromatic Colors of #AC8242
Black with #AC8242
Text Example
Text Example
White with #AC8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8242; }
p { color: rgb(172,130,66); }
H1.HeaderClassName
{
color: #AC8242;
}
.AnyTagClassName
{
color: #AC8242;
}
</style>
background-color css
<style>
a { background-color: #AC8242; }
a { background-color: rgb(172,130,66); }
div.DivClassName
{
background-color: #AC8242;
}
.BgClassName
{
background-color: #AC8242;
}
</style>
border-color css
<style>
span { border-color: #AC8242; }
span { border-color: rgb(172,130,66); }
td.TdClassName
{
border-color: #AC8242;
}
.TagClassName
{
border-color: #AC8242;
}
</style>