Shades of Alpine #AC8A36
Tints of Alpine #AC8A36
RGB
CMYK
RGB Variations
Color information
#AC8A36 (or 0xAC8A36) is known color: Alpine. HEX triplet: AC, 8A and 36. RGB value is (172,138,54). Sum of RGB (Red+Green+Blue) = 172+138+54=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8A36 is #5375C9. Grayscale: #8A8A8A. Windows color (decimal): -5469642 or 3574444. OLE color: 3574444.
HSL color Cylindrical-coordinate representation of color #AC8A36: hue angle of 42.71º 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 #AC8A36 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 54 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.33 |
| HSL | 42.71º | 0.52% | 0.44% | - |
| HSV(B) | 42.71º | 0.69% | 0.67% | - |
| XYZ | 26.77 | 27.21 | 7.33 | - |
| YUV | 138.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 54 | 0 | 0.20 | 0.69 | 0.33 | 42.71 | 0.52 | 0.44 |
| Hex | AC | 8A | 36 | 0 | 14 | 45 | 21 | 2B | 34 | 2C |
| Octal | 254 | 212 | 66 | 0 | 24 | 105 | 41 | 53 | 64 | 54 |
| Binary | 10101100 | 10001010 | 110110 | 0 | 10100 | 1000101 | 100001 | 101011 | 110100 | 101100 |
Color Harmonies of #AC8A36
Complementary color
Monochromatic Colors of #AC8A36
Black with #AC8A36
Text Example
Text Example
White with #AC8A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A36; }
p { color: rgb(172,138,54); }
H1.HeaderClassName
{
color: #AC8A36;
}
.AnyTagClassName
{
color: #AC8A36;
}
</style>
background-color css
<style>
a { background-color: #AC8A36; }
a { background-color: rgb(172,138,54); }
div.DivClassName
{
background-color: #AC8A36;
}
.BgClassName
{
background-color: #AC8A36;
}
</style>
border-color css
<style>
span { border-color: #AC8A36; }
span { border-color: rgb(172,138,54); }
td.TdClassName
{
border-color: #AC8A36;
}
.TagClassName
{
border-color: #AC8A36;
}
</style>