Shades of Alpine #A98537
Tints of Alpine #A98537
RGB
CMYK
RGB Variations
Color information
#A98537 (or 0xA98537) is known color: Alpine. HEX triplet: A9, 85 and 37. RGB value is (169,133,55). Sum of RGB (Red+Green+Blue) = 169+133+55=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A98537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98537 is #567AC8. Grayscale: #878787. Windows color (decimal): -5667529 or 3638697. OLE color: 3638697.
HSL color Cylindrical-coordinate representation of color #A98537: hue angle of 41.05º 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 #A98537 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 55 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.34 |
| HSL | 41.05º | 0.51% | 0.44% | - |
| HSV(B) | 41.05º | 0.67% | 0.66% | - |
| XYZ | 25.44 | 25.49 | 7.19 | - |
| YUV | 134.87 | 82.93 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 55 | 0 | 0.21 | 0.67 | 0.34 | 41.05 | 0.51 | 0.44 |
| Hex | A9 | 85 | 37 | 0 | 15 | 43 | 22 | 29 | 33 | 2C |
| Octal | 251 | 205 | 67 | 0 | 25 | 103 | 42 | 51 | 63 | 54 |
| Binary | 10101001 | 10000101 | 110111 | 0 | 10101 | 1000011 | 100010 | 101001 | 110011 | 101100 |
Color Harmonies of #A98537
Complementary color
Monochromatic Colors of #A98537
Black with #A98537
Text Example
Text Example
White with #A98537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98537; }
p { color: rgb(169,133,55); }
H1.HeaderClassName
{
color: #A98537;
}
.AnyTagClassName
{
color: #A98537;
}
</style>
background-color css
<style>
a { background-color: #A98537; }
a { background-color: rgb(169,133,55); }
div.DivClassName
{
background-color: #A98537;
}
.BgClassName
{
background-color: #A98537;
}
</style>
border-color css
<style>
span { border-color: #A98537; }
span { border-color: rgb(169,133,55); }
td.TdClassName
{
border-color: #A98537;
}
.TagClassName
{
border-color: #A98537;
}
</style>