Shades of Alpine #AC8536
Tints of Alpine #AC8536
RGB
CMYK
RGB Variations
Color information
#AC8536 (or 0xAC8536) is known color: Alpine. HEX triplet: AC, 85 and 36. RGB value is (172,133,54). Sum of RGB (Red+Green+Blue) = 172+133+54=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8536 is #537AC9. Grayscale: #888888. Windows color (decimal): -5470922 or 3573164. OLE color: 3573164.
HSL color Cylindrical-coordinate representation of color #AC8536: hue angle of 40.17º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC8536 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 54 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.33 |
| HSL | 40.17º | 0.52% | 0.44% | - |
| HSV(B) | 40.17º | 0.69% | 0.67% | - |
| XYZ | 26.07 | 25.81 | 7.1 | - |
| YUV | 135.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 54 | 0 | 0.23 | 0.69 | 0.33 | 40.17 | 0.52 | 0.44 |
| Hex | AC | 85 | 36 | 0 | 17 | 45 | 21 | 28 | 34 | 2C |
| Octal | 254 | 205 | 66 | 0 | 27 | 105 | 41 | 50 | 64 | 54 |
| Binary | 10101100 | 10000101 | 110110 | 0 | 10111 | 1000101 | 100001 | 101000 | 110100 | 101100 |
Color Harmonies of #AC8536
Complementary color
Monochromatic Colors of #AC8536
Black with #AC8536
Text Example
Text Example
White with #AC8536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8536; }
p { color: rgb(172,133,54); }
H1.HeaderClassName
{
color: #AC8536;
}
.AnyTagClassName
{
color: #AC8536;
}
</style>
background-color css
<style>
a { background-color: #AC8536; }
a { background-color: rgb(172,133,54); }
div.DivClassName
{
background-color: #AC8536;
}
.BgClassName
{
background-color: #AC8536;
}
</style>
border-color css
<style>
span { border-color: #AC8536; }
span { border-color: rgb(172,133,54); }
td.TdClassName
{
border-color: #AC8536;
}
.TagClassName
{
border-color: #AC8536;
}
</style>