Shades of Alpine #A88242
Tints of Alpine #A88242
RGB
CMYK
RGB Variations
Color information
#A88242 (or 0xA88242) is known color: Alpine. HEX triplet: A8, 82 and 42. RGB value is (168,130,66). Sum of RGB (Red+Green+Blue) = 168+130+66=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A88242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88242 is #577DBD. Grayscale: #868686. Windows color (decimal): -5733822 or 4358824. OLE color: 4358824.
HSL color Cylindrical-coordinate representation of color #A88242: hue angle of 37.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A88242 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 66 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.34 |
| HSL | 37.65º | 0.44% | 0.46% | - |
| HSV(B) | 37.65º | 0.61% | 0.66% | - |
| XYZ | 25.11 | 24.68 | 8.59 | - |
| YUV | 134.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 66 | 0 | 0.23 | 0.61 | 0.34 | 37.65 | 0.44 | 0.46 |
| Hex | A8 | 82 | 42 | 0 | 17 | 3D | 22 | 26 | 2C | 2E |
| Octal | 250 | 202 | 102 | 0 | 27 | 75 | 42 | 46 | 54 | 56 |
| Binary | 10101000 | 10000010 | 1000010 | 0 | 10111 | 111101 | 100010 | 100110 | 101100 | 101110 |
Color Harmonies of #A88242
Complementary color
Monochromatic Colors of #A88242
Black with #A88242
Text Example
Text Example
White with #A88242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88242; }
p { color: rgb(168,130,66); }
H1.HeaderClassName
{
color: #A88242;
}
.AnyTagClassName
{
color: #A88242;
}
</style>
background-color css
<style>
a { background-color: #A88242; }
a { background-color: rgb(168,130,66); }
div.DivClassName
{
background-color: #A88242;
}
.BgClassName
{
background-color: #A88242;
}
</style>
border-color css
<style>
span { border-color: #A88242; }
span { border-color: rgb(168,130,66); }
td.TdClassName
{
border-color: #A88242;
}
.TagClassName
{
border-color: #A88242;
}
</style>