Shades of Alpine #A47E38
Tints of Alpine #A47E38
RGB
CMYK
RGB Variations
Color information
#A47E38 (or 0xA47E38) is known color: Alpine. HEX triplet: A4, 7E and 38. RGB value is (164,126,56). Sum of RGB (Red+Green+Blue) = 164+126+56=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 56 (22.27% from 255 or 16.18% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E38 is #5B81C7. Grayscale: #818181. Windows color (decimal): -5997000 or 3702436. OLE color: 3702436.
HSL color Cylindrical-coordinate representation of color #A47E38: hue angle of 38.89º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A47E38 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 56 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.36 |
| HSL | 38.89º | 0.49% | 0.43% | - |
| HSV(B) | 38.89º | 0.66% | 0.64% | - |
| XYZ | 23.48 | 23.1 | 6.96 | - |
| YUV | 129.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 56 | 0 | 0.23 | 0.66 | 0.36 | 38.89 | 0.49 | 0.43 |
| Hex | A4 | 7E | 38 | 0 | 17 | 42 | 24 | 27 | 31 | 2B |
| Octal | 244 | 176 | 70 | 0 | 27 | 102 | 44 | 47 | 61 | 53 |
| Binary | 10100100 | 1111110 | 111000 | 0 | 10111 | 1000010 | 100100 | 100111 | 110001 | 101011 |
Color Harmonies of #A47E38
Complementary color
Monochromatic Colors of #A47E38
Black with #A47E38
Text Example
Text Example
White with #A47E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E38; }
p { color: rgb(164,126,56); }
H1.HeaderClassName
{
color: #A47E38;
}
.AnyTagClassName
{
color: #A47E38;
}
</style>
background-color css
<style>
a { background-color: #A47E38; }
a { background-color: rgb(164,126,56); }
div.DivClassName
{
background-color: #A47E38;
}
.BgClassName
{
background-color: #A47E38;
}
</style>
border-color css
<style>
span { border-color: #A47E38; }
span { border-color: rgb(164,126,56); }
td.TdClassName
{
border-color: #A47E38;
}
.TagClassName
{
border-color: #A47E38;
}
</style>