Shades of Alpine #A47E3C
Tints of Alpine #A47E3C
RGB
CMYK
RGB Variations
Color information
#A47E3C (or 0xA47E3C) is known color: Alpine. HEX triplet: A4, 7E and 3C. RGB value is (164,126,60). Sum of RGB (Red+Green+Blue) = 164+126+60=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E3C is #5B81C3. Grayscale: #828282. Windows color (decimal): -5996996 or 3964580. OLE color: 3964580.
HSL color Cylindrical-coordinate representation of color #A47E3C: hue angle of 38.08º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A47E3C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 60 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.36 |
| HSL | 38.08º | 0.46% | 0.44% | - |
| HSV(B) | 38.08º | 0.63% | 0.64% | - |
| XYZ | 23.59 | 23.14 | 7.5 | - |
| YUV | 129.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 60 | 0 | 0.23 | 0.63 | 0.36 | 38.08 | 0.46 | 0.44 |
| Hex | A4 | 7E | 3C | 0 | 17 | 3F | 24 | 26 | 2E | 2C |
| Octal | 244 | 176 | 74 | 0 | 27 | 77 | 44 | 46 | 56 | 54 |
| Binary | 10100100 | 1111110 | 111100 | 0 | 10111 | 111111 | 100100 | 100110 | 101110 | 101100 |
Color Harmonies of #A47E3C
Complementary color
Monochromatic Colors of #A47E3C
Black with #A47E3C
Text Example
Text Example
White with #A47E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E3C; }
p { color: rgb(164,126,60); }
H1.HeaderClassName
{
color: #A47E3C;
}
.AnyTagClassName
{
color: #A47E3C;
}
</style>
background-color css
<style>
a { background-color: #A47E3C; }
a { background-color: rgb(164,126,60); }
div.DivClassName
{
background-color: #A47E3C;
}
.BgClassName
{
background-color: #A47E3C;
}
</style>
border-color css
<style>
span { border-color: #A47E3C; }
span { border-color: rgb(164,126,60); }
td.TdClassName
{
border-color: #A47E3C;
}
.TagClassName
{
border-color: #A47E3C;
}
</style>