Shades of Alpine #A07C3E
Tints of Alpine #A07C3E
RGB
CMYK
RGB Variations
Color information
#A07C3E (or 0xA07C3E) is known color: Alpine. HEX triplet: A0, 7C and 3E. RGB value is (160,124,62). Sum of RGB (Red+Green+Blue) = 160+124+62=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C3E is #5F83C1. Grayscale: #7F7F7F. Windows color (decimal): -6259650 or 4095136. OLE color: 4095136.
HSL color Cylindrical-coordinate representation of color #A07C3E: hue angle of 37.96º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A07C3E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 62 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.37 |
| HSL | 37.96º | 0.44% | 0.44% | - |
| HSV(B) | 37.96º | 0.61% | 0.63% | - |
| XYZ | 22.57 | 22.24 | 7.66 | - |
| YUV | 127.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 62 | 0 | 0.22 | 0.61 | 0.37 | 37.96 | 0.44 | 0.44 |
| Hex | A0 | 7C | 3E | 0 | 16 | 3D | 25 | 26 | 2C | 2C |
| Octal | 240 | 174 | 76 | 0 | 26 | 75 | 45 | 46 | 54 | 54 |
| Binary | 10100000 | 1111100 | 111110 | 0 | 10110 | 111101 | 100101 | 100110 | 101100 | 101100 |
Color Harmonies of #A07C3E
Complementary color
Monochromatic Colors of #A07C3E
Black with #A07C3E
Text Example
Text Example
White with #A07C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C3E; }
p { color: rgb(160,124,62); }
H1.HeaderClassName
{
color: #A07C3E;
}
.AnyTagClassName
{
color: #A07C3E;
}
</style>
background-color css
<style>
a { background-color: #A07C3E; }
a { background-color: rgb(160,124,62); }
div.DivClassName
{
background-color: #A07C3E;
}
.BgClassName
{
background-color: #A07C3E;
}
</style>
border-color css
<style>
span { border-color: #A07C3E; }
span { border-color: rgb(160,124,62); }
td.TdClassName
{
border-color: #A07C3E;
}
.TagClassName
{
border-color: #A07C3E;
}
</style>