Shades of Alpine #A07F3B
Tints of Alpine #A07F3B
RGB
CMYK
RGB Variations
Color information
#A07F3B (or 0xA07F3B) is known color: Alpine. HEX triplet: A0, 7F and 3B. RGB value is (160,127,59). Sum of RGB (Red+Green+Blue) = 160+127+59=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F3B is #5F80C4. Grayscale: #818181. Windows color (decimal): -6258885 or 3899296. OLE color: 3899296.
HSL color Cylindrical-coordinate representation of color #A07F3B: hue angle of 40.4º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A07F3B is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 59 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.37 |
| HSL | 40.4º | 0.46% | 0.43% | - |
| HSV(B) | 40.4º | 0.63% | 0.63% | - |
| XYZ | 22.88 | 22.97 | 7.37 | - |
| YUV | 129.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 59 | 0 | 0.21 | 0.63 | 0.37 | 40.4 | 0.46 | 0.43 |
| Hex | A0 | 7F | 3B | 0 | 15 | 3F | 25 | 28 | 2E | 2B |
| Octal | 240 | 177 | 73 | 0 | 25 | 77 | 45 | 50 | 56 | 53 |
| Binary | 10100000 | 1111111 | 111011 | 0 | 10101 | 111111 | 100101 | 101000 | 101110 | 101011 |
Color Harmonies of #A07F3B
Complementary color
Monochromatic Colors of #A07F3B
Black with #A07F3B
Text Example
Text Example
White with #A07F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F3B; }
p { color: rgb(160,127,59); }
H1.HeaderClassName
{
color: #A07F3B;
}
.AnyTagClassName
{
color: #A07F3B;
}
</style>
background-color css
<style>
a { background-color: #A07F3B; }
a { background-color: rgb(160,127,59); }
div.DivClassName
{
background-color: #A07F3B;
}
.BgClassName
{
background-color: #A07F3B;
}
</style>
border-color css
<style>
span { border-color: #A07F3B; }
span { border-color: rgb(160,127,59); }
td.TdClassName
{
border-color: #A07F3B;
}
.TagClassName
{
border-color: #A07F3B;
}
</style>