Shades of Alpine #A07E3D
Tints of Alpine #A07E3D
RGB
CMYK
RGB Variations
Color information
#A07E3D (or 0xA07E3D) is known color: Alpine. HEX triplet: A0, 7E and 3D. RGB value is (160,126,61). Sum of RGB (Red+Green+Blue) = 160+126+61=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E3D is #5F81C2. Grayscale: #818181. Windows color (decimal): -6259139 or 4030112. OLE color: 4030112.
HSL color Cylindrical-coordinate representation of color #A07E3D: hue angle of 39.39º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A07E3D is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 61 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.37 |
| HSL | 39.39º | 0.45% | 0.43% | - |
| HSV(B) | 39.39º | 0.62% | 0.63% | - |
| XYZ | 22.8 | 22.73 | 7.6 | - |
| YUV | 128.76 | 89.76 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 61 | 0 | 0.21 | 0.62 | 0.37 | 39.39 | 0.45 | 0.43 |
| Hex | A0 | 7E | 3D | 0 | 15 | 3E | 25 | 27 | 2D | 2B |
| Octal | 240 | 176 | 75 | 0 | 25 | 76 | 45 | 47 | 55 | 53 |
| Binary | 10100000 | 1111110 | 111101 | 0 | 10101 | 111110 | 100101 | 100111 | 101101 | 101011 |
Color Harmonies of #A07E3D
Complementary color
Monochromatic Colors of #A07E3D
Black with #A07E3D
Text Example
Text Example
White with #A07E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E3D; }
p { color: rgb(160,126,61); }
H1.HeaderClassName
{
color: #A07E3D;
}
.AnyTagClassName
{
color: #A07E3D;
}
</style>
background-color css
<style>
a { background-color: #A07E3D; }
a { background-color: rgb(160,126,61); }
div.DivClassName
{
background-color: #A07E3D;
}
.BgClassName
{
background-color: #A07E3D;
}
</style>
border-color css
<style>
span { border-color: #A07E3D; }
span { border-color: rgb(160,126,61); }
td.TdClassName
{
border-color: #A07E3D;
}
.TagClassName
{
border-color: #A07E3D;
}
</style>