Shades of Alpine #AC8238
Tints of Alpine #AC8238
RGB
CMYK
RGB Variations
Color information
#AC8238 (or 0xAC8238) is known color: Alpine. HEX triplet: AC, 82 and 38. RGB value is (172,130,56). Sum of RGB (Red+Green+Blue) = 172+130+56=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8238 is #537DC7. Grayscale: #868686. Windows color (decimal): -5471688 or 3703468. OLE color: 3703468.
HSL color Cylindrical-coordinate representation of color #AC8238: hue angle of 38.28º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC8238 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 56 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.33 |
| HSL | 38.28º | 0.51% | 0.45% | - |
| HSV(B) | 38.28º | 0.67% | 0.67% | - |
| XYZ | 25.71 | 25.02 | 7.22 | - |
| YUV | 134.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 56 | 0 | 0.24 | 0.67 | 0.33 | 38.28 | 0.51 | 0.45 |
| Hex | AC | 82 | 38 | 0 | 18 | 43 | 21 | 26 | 33 | 2D |
| Octal | 254 | 202 | 70 | 0 | 30 | 103 | 41 | 46 | 63 | 55 |
| Binary | 10101100 | 10000010 | 111000 | 0 | 11000 | 1000011 | 100001 | 100110 | 110011 | 101101 |
Color Harmonies of #AC8238
Complementary color
Monochromatic Colors of #AC8238
Black with #AC8238
Text Example
Text Example
White with #AC8238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8238; }
p { color: rgb(172,130,56); }
H1.HeaderClassName
{
color: #AC8238;
}
.AnyTagClassName
{
color: #AC8238;
}
</style>
background-color css
<style>
a { background-color: #AC8238; }
a { background-color: rgb(172,130,56); }
div.DivClassName
{
background-color: #AC8238;
}
.BgClassName
{
background-color: #AC8238;
}
</style>
border-color css
<style>
span { border-color: #AC8238; }
span { border-color: rgb(172,130,56); }
td.TdClassName
{
border-color: #AC8238;
}
.TagClassName
{
border-color: #AC8238;
}
</style>