Shades of Alpine #A07F3C
Tints of Alpine #A07F3C
RGB
CMYK
RGB Variations
Color information
#A07F3C (or 0xA07F3C) is known color: Alpine. HEX triplet: A0, 7F and 3C. RGB value is (160,127,60). Sum of RGB (Red+Green+Blue) = 160+127+60=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F3C is #5F80C3. Grayscale: #818181. Windows color (decimal): -6258884 or 3964832. OLE color: 3964832.
HSL color Cylindrical-coordinate representation of color #A07F3C: hue angle of 40.2º 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 #A07F3C is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 60 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.37 |
| HSL | 40.2º | 0.45% | 0.43% | - |
| HSV(B) | 40.2º | 0.63% | 0.63% | - |
| XYZ | 22.9 | 22.98 | 7.5 | - |
| YUV | 129.23 | 88.93 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 60 | 0 | 0.21 | 0.62 | 0.37 | 40.2 | 0.45 | 0.43 |
| Hex | A0 | 7F | 3C | 0 | 15 | 3E | 25 | 28 | 2D | 2B |
| Octal | 240 | 177 | 74 | 0 | 25 | 76 | 45 | 50 | 55 | 53 |
| Binary | 10100000 | 1111111 | 111100 | 0 | 10101 | 111110 | 100101 | 101000 | 101101 | 101011 |
Color Harmonies of #A07F3C
Complementary color
Monochromatic Colors of #A07F3C
Black with #A07F3C
Text Example
Text Example
White with #A07F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F3C; }
p { color: rgb(160,127,60); }
H1.HeaderClassName
{
color: #A07F3C;
}
.AnyTagClassName
{
color: #A07F3C;
}
</style>
background-color css
<style>
a { background-color: #A07F3C; }
a { background-color: rgb(160,127,60); }
div.DivClassName
{
background-color: #A07F3C;
}
.BgClassName
{
background-color: #A07F3C;
}
</style>
border-color css
<style>
span { border-color: #A07F3C; }
span { border-color: rgb(160,127,60); }
td.TdClassName
{
border-color: #A07F3C;
}
.TagClassName
{
border-color: #A07F3C;
}
</style>