Shades of Alpine #AC8440
Tints of Alpine #AC8440
RGB
CMYK
RGB Variations
Color information
#AC8440 (or 0xAC8440) is known color: Alpine. HEX triplet: AC, 84 and 40. RGB value is (172,132,64). Sum of RGB (Red+Green+Blue) = 172+132+64=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8440 is #537BBF. Grayscale: #888888. Windows color (decimal): -5471168 or 4228268. OLE color: 4228268.
HSL color Cylindrical-coordinate representation of color #AC8440: hue angle of 37.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC8440 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 64 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.33 |
| HSL | 37.78º | 0.46% | 0.46% | - |
| HSV(B) | 37.78º | 0.63% | 0.67% | - |
| XYZ | 26.19 | 25.64 | 8.42 | - |
| YUV | 136.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 64 | 0 | 0.23 | 0.63 | 0.33 | 37.78 | 0.46 | 0.46 |
| Hex | AC | 84 | 40 | 0 | 17 | 3F | 21 | 26 | 2E | 2E |
| Octal | 254 | 204 | 100 | 0 | 27 | 77 | 41 | 46 | 56 | 56 |
| Binary | 10101100 | 10000100 | 1000000 | 0 | 10111 | 111111 | 100001 | 100110 | 101110 | 101110 |
Color Harmonies of #AC8440
Complementary color
Monochromatic Colors of #AC8440
Black with #AC8440
Text Example
Text Example
White with #AC8440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8440; }
p { color: rgb(172,132,64); }
H1.HeaderClassName
{
color: #AC8440;
}
.AnyTagClassName
{
color: #AC8440;
}
</style>
background-color css
<style>
a { background-color: #AC8440; }
a { background-color: rgb(172,132,64); }
div.DivClassName
{
background-color: #AC8440;
}
.BgClassName
{
background-color: #AC8440;
}
</style>
border-color css
<style>
span { border-color: #AC8440; }
span { border-color: rgb(172,132,64); }
td.TdClassName
{
border-color: #AC8440;
}
.TagClassName
{
border-color: #AC8440;
}
</style>