Shades of Alpine #AC8632
Tints of Alpine #AC8632
RGB
CMYK
RGB Variations
Color information
#AC8632 (or 0xAC8632) is known color: Alpine. HEX triplet: AC, 86 and 32. RGB value is (172,134,50). Sum of RGB (Red+Green+Blue) = 172+134+50=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8632 is #5379CD. Grayscale: #888888. Windows color (decimal): -5470670 or 3311276. OLE color: 3311276.
HSL color Cylindrical-coordinate representation of color #AC8632: hue angle of 41.31º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC8632 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 50 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.33 |
| HSL | 41.31º | 0.55% | 0.44% | - |
| HSV(B) | 41.31º | 0.71% | 0.67% | - |
| XYZ | 26.11 | 26.05 | 6.67 | - |
| YUV | 135.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 50 | 0 | 0.22 | 0.71 | 0.33 | 41.31 | 0.55 | 0.44 |
| Hex | AC | 86 | 32 | 0 | 16 | 47 | 21 | 29 | 37 | 2C |
| Octal | 254 | 206 | 62 | 0 | 26 | 107 | 41 | 51 | 67 | 54 |
| Binary | 10101100 | 10000110 | 110010 | 0 | 10110 | 1000111 | 100001 | 101001 | 110111 | 101100 |
Color Harmonies of #AC8632
Complementary color
Monochromatic Colors of #AC8632
Black with #AC8632
Text Example
Text Example
White with #AC8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8632; }
p { color: rgb(172,134,50); }
H1.HeaderClassName
{
color: #AC8632;
}
.AnyTagClassName
{
color: #AC8632;
}
</style>
background-color css
<style>
a { background-color: #AC8632; }
a { background-color: rgb(172,134,50); }
div.DivClassName
{
background-color: #AC8632;
}
.BgClassName
{
background-color: #AC8632;
}
</style>
border-color css
<style>
span { border-color: #AC8632; }
span { border-color: rgb(172,134,50); }
td.TdClassName
{
border-color: #AC8632;
}
.TagClassName
{
border-color: #AC8632;
}
</style>