Shades of Alpine #A88342
Tints of Alpine #A88342
RGB
CMYK
RGB Variations
Color information
#A88342 (or 0xA88342) is known color: Alpine. HEX triplet: A8, 83 and 42. RGB value is (168,131,66). Sum of RGB (Red+Green+Blue) = 168+131+66=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A88342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88342 is #577CBD. Grayscale: #868686. Windows color (decimal): -5733566 or 4359080. OLE color: 4359080.
HSL color Cylindrical-coordinate representation of color #A88342: hue angle of 38.24º 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 #A88342 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 66 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.34 |
| HSL | 38.24º | 0.44% | 0.46% | - |
| HSV(B) | 38.24º | 0.61% | 0.66% | - |
| XYZ | 25.25 | 24.95 | 8.64 | - |
| YUV | 134.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 66 | 0 | 0.22 | 0.61 | 0.34 | 38.24 | 0.44 | 0.46 |
| Hex | A8 | 83 | 42 | 0 | 16 | 3D | 22 | 26 | 2C | 2E |
| Octal | 250 | 203 | 102 | 0 | 26 | 75 | 42 | 46 | 54 | 56 |
| Binary | 10101000 | 10000011 | 1000010 | 0 | 10110 | 111101 | 100010 | 100110 | 101100 | 101110 |
Color Harmonies of #A88342
Complementary color
Monochromatic Colors of #A88342
Black with #A88342
Text Example
Text Example
White with #A88342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88342; }
p { color: rgb(168,131,66); }
H1.HeaderClassName
{
color: #A88342;
}
.AnyTagClassName
{
color: #A88342;
}
</style>
background-color css
<style>
a { background-color: #A88342; }
a { background-color: rgb(168,131,66); }
div.DivClassName
{
background-color: #A88342;
}
.BgClassName
{
background-color: #A88342;
}
</style>
border-color css
<style>
span { border-color: #A88342; }
span { border-color: rgb(168,131,66); }
td.TdClassName
{
border-color: #A88342;
}
.TagClassName
{
border-color: #A88342;
}
</style>