Shades of Alpine #A47E3B
Tints of Alpine #A47E3B
RGB
CMYK
RGB Variations
Color information
#A47E3B (or 0xA47E3B) is known color: Alpine. HEX triplet: A4, 7E and 3B. RGB value is (164,126,59). Sum of RGB (Red+Green+Blue) = 164+126+59=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E3B is #5B81C4. Grayscale: #828282. Windows color (decimal): -5996997 or 3899044. OLE color: 3899044.
HSL color Cylindrical-coordinate representation of color #A47E3B: hue angle of 38.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A47E3B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 59 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.36 |
| HSL | 38.29º | 0.47% | 0.44% | - |
| HSV(B) | 38.29º | 0.64% | 0.64% | - |
| XYZ | 23.56 | 23.13 | 7.36 | - |
| YUV | 129.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 59 | 0 | 0.23 | 0.64 | 0.36 | 38.29 | 0.47 | 0.44 |
| Hex | A4 | 7E | 3B | 0 | 17 | 40 | 24 | 26 | 2F | 2C |
| Octal | 244 | 176 | 73 | 0 | 27 | 100 | 44 | 46 | 57 | 54 |
| Binary | 10100100 | 1111110 | 111011 | 0 | 10111 | 1000000 | 100100 | 100110 | 101111 | 101100 |
Color Harmonies of #A47E3B
Complementary color
Monochromatic Colors of #A47E3B
Black with #A47E3B
Text Example
Text Example
White with #A47E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E3B; }
p { color: rgb(164,126,59); }
H1.HeaderClassName
{
color: #A47E3B;
}
.AnyTagClassName
{
color: #A47E3B;
}
</style>
background-color css
<style>
a { background-color: #A47E3B; }
a { background-color: rgb(164,126,59); }
div.DivClassName
{
background-color: #A47E3B;
}
.BgClassName
{
background-color: #A47E3B;
}
</style>
border-color css
<style>
span { border-color: #A47E3B; }
span { border-color: rgb(164,126,59); }
td.TdClassName
{
border-color: #A47E3B;
}
.TagClassName
{
border-color: #A47E3B;
}
</style>