Shades of Alpine #AC7E3E
Tints of Alpine #AC7E3E
RGB
CMYK
RGB Variations
Color information
#AC7E3E (or 0xAC7E3E) is known color: Alpine. HEX triplet: AC, 7E and 3E. RGB value is (172,126,62). Sum of RGB (Red+Green+Blue) = 172+126+62=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E3E is #5381C1. Grayscale: #848484. Windows color (decimal): -5472706 or 4095660. OLE color: 4095660.
HSL color Cylindrical-coordinate representation of color #AC7E3E: hue angle of 34.91º 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 #AC7E3E is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 62 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.33 |
| HSL | 34.91º | 0.47% | 0.46% | - |
| HSV(B) | 34.91º | 0.64% | 0.67% | - |
| XYZ | 25.34 | 24.04 | 7.86 | - |
| YUV | 132.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 62 | 0 | 0.27 | 0.64 | 0.33 | 34.91 | 0.47 | 0.46 |
| Hex | AC | 7E | 3E | 0 | 1B | 40 | 21 | 23 | 2F | 2E |
| Octal | 254 | 176 | 76 | 0 | 33 | 100 | 41 | 43 | 57 | 56 |
| Binary | 10101100 | 1111110 | 111110 | 0 | 11011 | 1000000 | 100001 | 100011 | 101111 | 101110 |
Color Harmonies of #AC7E3E
Complementary color
Monochromatic Colors of #AC7E3E
Black with #AC7E3E
Text Example
Text Example
White with #AC7E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E3E; }
p { color: rgb(172,126,62); }
H1.HeaderClassName
{
color: #AC7E3E;
}
.AnyTagClassName
{
color: #AC7E3E;
}
</style>
background-color css
<style>
a { background-color: #AC7E3E; }
a { background-color: rgb(172,126,62); }
div.DivClassName
{
background-color: #AC7E3E;
}
.BgClassName
{
background-color: #AC7E3E;
}
</style>
border-color css
<style>
span { border-color: #AC7E3E; }
span { border-color: rgb(172,126,62); }
td.TdClassName
{
border-color: #AC7E3E;
}
.TagClassName
{
border-color: #AC7E3E;
}
</style>