Shades of Alpine #A78238
Tints of Alpine #A78238
RGB
CMYK
RGB Variations
Color information
#A78238 (or 0xA78238) is known color: Alpine. HEX triplet: A7, 82 and 38. RGB value is (167,130,56). Sum of RGB (Red+Green+Blue) = 167+130+56=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A78238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78238 is #587DC7. Grayscale: #848484. Windows color (decimal): -5799368 or 3703463. OLE color: 3703463.
HSL color Cylindrical-coordinate representation of color #A78238: hue angle of 40º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A78238 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 130 | 56 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.35 |
| HSL | 40º | 0.5% | 0.44% | - |
| HSV(B) | 40º | 0.66% | 0.65% | - |
| XYZ | 24.63 | 24.47 | 7.17 | - |
| YUV | 132.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 56 | 0 | 0.22 | 0.66 | 0.35 | 40 | 0.5 | 0.44 |
| Hex | A7 | 82 | 38 | 0 | 16 | 42 | 23 | 28 | 32 | 2C |
| Octal | 247 | 202 | 70 | 0 | 26 | 102 | 43 | 50 | 62 | 54 |
| Binary | 10100111 | 10000010 | 111000 | 0 | 10110 | 1000010 | 100011 | 101000 | 110010 | 101100 |
Color Harmonies of #A78238
Complementary color
Monochromatic Colors of #A78238
Black with #A78238
Text Example
Text Example
White with #A78238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78238; }
p { color: rgb(167,130,56); }
H1.HeaderClassName
{
color: #A78238;
}
.AnyTagClassName
{
color: #A78238;
}
</style>
background-color css
<style>
a { background-color: #A78238; }
a { background-color: rgb(167,130,56); }
div.DivClassName
{
background-color: #A78238;
}
.BgClassName
{
background-color: #A78238;
}
</style>
border-color css
<style>
span { border-color: #A78238; }
span { border-color: rgb(167,130,56); }
td.TdClassName
{
border-color: #A78238;
}
.TagClassName
{
border-color: #A78238;
}
</style>