Shades of Alpine #A88337
Tints of Alpine #A88337
RGB
CMYK
RGB Variations
Color information
#A88337 (or 0xA88337) is known color: Alpine. HEX triplet: A8, 83 and 37. RGB value is (168,131,55). Sum of RGB (Red+Green+Blue) = 168+131+55=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A88337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88337 is #577CC8. Grayscale: #858585. Windows color (decimal): -5733577 or 3638184. OLE color: 3638184.
HSL color Cylindrical-coordinate representation of color #A88337: hue angle of 40.35º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A88337 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 55 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.34 |
| HSL | 40.35º | 0.51% | 0.44% | - |
| HSV(B) | 40.35º | 0.67% | 0.66% | - |
| XYZ | 24.95 | 24.83 | 7.09 | - |
| YUV | 133.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 55 | 0 | 0.22 | 0.67 | 0.34 | 40.35 | 0.51 | 0.44 |
| Hex | A8 | 83 | 37 | 0 | 16 | 43 | 22 | 28 | 33 | 2C |
| Octal | 250 | 203 | 67 | 0 | 26 | 103 | 42 | 50 | 63 | 54 |
| Binary | 10101000 | 10000011 | 110111 | 0 | 10110 | 1000011 | 100010 | 101000 | 110011 | 101100 |
Color Harmonies of #A88337
Complementary color
Monochromatic Colors of #A88337
Black with #A88337
Text Example
Text Example
White with #A88337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88337; }
p { color: rgb(168,131,55); }
H1.HeaderClassName
{
color: #A88337;
}
.AnyTagClassName
{
color: #A88337;
}
</style>
background-color css
<style>
a { background-color: #A88337; }
a { background-color: rgb(168,131,55); }
div.DivClassName
{
background-color: #A88337;
}
.BgClassName
{
background-color: #A88337;
}
</style>
border-color css
<style>
span { border-color: #A88337; }
span { border-color: rgb(168,131,55); }
td.TdClassName
{
border-color: #A88337;
}
.TagClassName
{
border-color: #A88337;
}
</style>