Shades of Alpine #A78141
Tints of Alpine #A78141
RGB
CMYK
RGB Variations
Color information
#A78141 (or 0xA78141) is known color: Alpine. HEX triplet: A7, 81 and 41. RGB value is (167,129,65). Sum of RGB (Red+Green+Blue) = 167+129+65=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A78141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78141 is #587EBE. Grayscale: #858585. Windows color (decimal): -5799615 or 4293031. OLE color: 4293031.
HSL color Cylindrical-coordinate representation of color #A78141: hue angle of 37.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A78141 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 129 | 65 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.35 |
| HSL | 37.65º | 0.44% | 0.45% | - |
| HSV(B) | 37.65º | 0.61% | 0.65% | - |
| XYZ | 24.74 | 24.3 | 8.39 | - |
| YUV | 133.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 65 | 0 | 0.23 | 0.61 | 0.35 | 37.65 | 0.44 | 0.45 |
| Hex | A7 | 81 | 41 | 0 | 17 | 3D | 23 | 26 | 2C | 2D |
| Octal | 247 | 201 | 101 | 0 | 27 | 75 | 43 | 46 | 54 | 55 |
| Binary | 10100111 | 10000001 | 1000001 | 0 | 10111 | 111101 | 100011 | 100110 | 101100 | 101101 |
Color Harmonies of #A78141
Complementary color
Monochromatic Colors of #A78141
Black with #A78141
Text Example
Text Example
White with #A78141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78141; }
p { color: rgb(167,129,65); }
H1.HeaderClassName
{
color: #A78141;
}
.AnyTagClassName
{
color: #A78141;
}
</style>
background-color css
<style>
a { background-color: #A78141; }
a { background-color: rgb(167,129,65); }
div.DivClassName
{
background-color: #A78141;
}
.BgClassName
{
background-color: #A78141;
}
</style>
border-color css
<style>
span { border-color: #A78141; }
span { border-color: rgb(167,129,65); }
td.TdClassName
{
border-color: #A78141;
}
.TagClassName
{
border-color: #A78141;
}
</style>