Shades of Alpine #A78240
Tints of Alpine #A78240
RGB
CMYK
RGB Variations
Color information
#A78240 (or 0xA78240) is known color: Alpine. HEX triplet: A7, 82 and 40. RGB value is (167,130,64). Sum of RGB (Red+Green+Blue) = 167+130+64=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A78240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78240 is #587DBF. Grayscale: #858585. Windows color (decimal): -5799360 or 4227751. OLE color: 4227751.
HSL color Cylindrical-coordinate representation of color #A78240: hue angle of 38.45º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A78240 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 130 | 64 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.35 |
| HSL | 38.45º | 0.45% | 0.45% | - |
| HSV(B) | 38.45º | 0.62% | 0.65% | - |
| XYZ | 24.84 | 24.55 | 8.28 | - |
| YUV | 133.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 64 | 0 | 0.22 | 0.62 | 0.35 | 38.45 | 0.45 | 0.45 |
| Hex | A7 | 82 | 40 | 0 | 16 | 3E | 23 | 26 | 2D | 2D |
| Octal | 247 | 202 | 100 | 0 | 26 | 76 | 43 | 46 | 55 | 55 |
| Binary | 10100111 | 10000010 | 1000000 | 0 | 10110 | 111110 | 100011 | 100110 | 101101 | 101101 |
Color Harmonies of #A78240
Complementary color
Monochromatic Colors of #A78240
Black with #A78240
Text Example
Text Example
White with #A78240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78240; }
p { color: rgb(167,130,64); }
H1.HeaderClassName
{
color: #A78240;
}
.AnyTagClassName
{
color: #A78240;
}
</style>
background-color css
<style>
a { background-color: #A78240; }
a { background-color: rgb(167,130,64); }
div.DivClassName
{
background-color: #A78240;
}
.BgClassName
{
background-color: #A78240;
}
</style>
border-color css
<style>
span { border-color: #A78240; }
span { border-color: rgb(167,130,64); }
td.TdClassName
{
border-color: #A78240;
}
.TagClassName
{
border-color: #A78240;
}
</style>