Shades of Alpine #A07E3F
Tints of Alpine #A07E3F
RGB
CMYK
RGB Variations
Color information
#A07E3F (or 0xA07E3F) is known color: Alpine. HEX triplet: A0, 7E and 3F. RGB value is (160,126,63). Sum of RGB (Red+Green+Blue) = 160+126+63=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E3F is #5F81C0. Grayscale: #818181. Windows color (decimal): -6259137 or 4161184. OLE color: 4161184.
HSL color Cylindrical-coordinate representation of color #A07E3F: hue angle of 38.97º degrees, saturation: 0.43, 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 #A07E3F is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 63 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.37 |
| HSL | 38.97º | 0.43% | 0.44% | - |
| HSV(B) | 38.97º | 0.61% | 0.63% | - |
| XYZ | 22.86 | 22.75 | 7.89 | - |
| YUV | 128.98 | 90.76 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 63 | 0 | 0.21 | 0.61 | 0.37 | 38.97 | 0.43 | 0.44 |
| Hex | A0 | 7E | 3F | 0 | 15 | 3D | 25 | 27 | 2B | 2C |
| Octal | 240 | 176 | 77 | 0 | 25 | 75 | 45 | 47 | 53 | 54 |
| Binary | 10100000 | 1111110 | 111111 | 0 | 10101 | 111101 | 100101 | 100111 | 101011 | 101100 |
Color Harmonies of #A07E3F
Complementary color
Monochromatic Colors of #A07E3F
Black with #A07E3F
Text Example
Text Example
White with #A07E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E3F; }
p { color: rgb(160,126,63); }
H1.HeaderClassName
{
color: #A07E3F;
}
.AnyTagClassName
{
color: #A07E3F;
}
</style>
background-color css
<style>
a { background-color: #A07E3F; }
a { background-color: rgb(160,126,63); }
div.DivClassName
{
background-color: #A07E3F;
}
.BgClassName
{
background-color: #A07E3F;
}
</style>
border-color css
<style>
span { border-color: #A07E3F; }
span { border-color: rgb(160,126,63); }
td.TdClassName
{
border-color: #A07E3F;
}
.TagClassName
{
border-color: #A07E3F;
}
</style>