Shades of Alpine #AC7C3E
Tints of Alpine #AC7C3E
RGB
CMYK
RGB Variations
Color information
#AC7C3E (or 0xAC7C3E) is known color: Alpine. HEX triplet: AC, 7C and 3E. RGB value is (172,124,62). Sum of RGB (Red+Green+Blue) = 172+124+62=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C3E is #5383C1. Grayscale: #838383. Windows color (decimal): -5473218 or 4095148. OLE color: 4095148.
HSL color Cylindrical-coordinate representation of color #AC7C3E: hue angle of 33.82º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC7C3E is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 62 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.33 |
| HSL | 33.82º | 0.47% | 0.46% | - |
| HSV(B) | 33.82º | 0.64% | 0.67% | - |
| XYZ | 25.09 | 23.53 | 7.78 | - |
| YUV | 131.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 62 | 0 | 0.28 | 0.64 | 0.33 | 33.82 | 0.47 | 0.46 |
| Hex | AC | 7C | 3E | 0 | 1C | 40 | 21 | 22 | 2F | 2E |
| Octal | 254 | 174 | 76 | 0 | 34 | 100 | 41 | 42 | 57 | 56 |
| Binary | 10101100 | 1111100 | 111110 | 0 | 11100 | 1000000 | 100001 | 100010 | 101111 | 101110 |
Color Harmonies of #AC7C3E
Complementary color
Monochromatic Colors of #AC7C3E
Black with #AC7C3E
Text Example
Text Example
White with #AC7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C3E; }
p { color: rgb(172,124,62); }
H1.HeaderClassName
{
color: #AC7C3E;
}
.AnyTagClassName
{
color: #AC7C3E;
}
</style>
background-color css
<style>
a { background-color: #AC7C3E; }
a { background-color: rgb(172,124,62); }
div.DivClassName
{
background-color: #AC7C3E;
}
.BgClassName
{
background-color: #AC7C3E;
}
</style>
border-color css
<style>
span { border-color: #AC7C3E; }
span { border-color: rgb(172,124,62); }
td.TdClassName
{
border-color: #AC7C3E;
}
.TagClassName
{
border-color: #AC7C3E;
}
</style>