Shades of Alpine #A98534
Tints of Alpine #A98534
RGB
CMYK
RGB Variations
Color information
#A98534 (or 0xA98534) is known color: Alpine. HEX triplet: A9, 85 and 34. RGB value is (169,133,52). Sum of RGB (Red+Green+Blue) = 169+133+52=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A98534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98534 is #567ACB. Grayscale: #868686. Windows color (decimal): -5667532 or 3442089. OLE color: 3442089.
HSL color Cylindrical-coordinate representation of color #A98534: hue angle of 41.54º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A98534 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 52 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.34 |
| HSL | 41.54º | 0.53% | 0.43% | - |
| HSV(B) | 41.54º | 0.69% | 0.66% | - |
| XYZ | 25.37 | 25.46 | 6.83 | - |
| YUV | 134.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 52 | 0 | 0.21 | 0.69 | 0.34 | 41.54 | 0.53 | 0.43 |
| Hex | A9 | 85 | 34 | 0 | 15 | 45 | 22 | 2A | 35 | 2B |
| Octal | 251 | 205 | 64 | 0 | 25 | 105 | 42 | 52 | 65 | 53 |
| Binary | 10101001 | 10000101 | 110100 | 0 | 10101 | 1000101 | 100010 | 101010 | 110101 | 101011 |
Color Harmonies of #A98534
Complementary color
Monochromatic Colors of #A98534
Black with #A98534
Text Example
Text Example
White with #A98534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98534; }
p { color: rgb(169,133,52); }
H1.HeaderClassName
{
color: #A98534;
}
.AnyTagClassName
{
color: #A98534;
}
</style>
background-color css
<style>
a { background-color: #A98534; }
a { background-color: rgb(169,133,52); }
div.DivClassName
{
background-color: #A98534;
}
.BgClassName
{
background-color: #A98534;
}
</style>
border-color css
<style>
span { border-color: #A98534; }
span { border-color: rgb(169,133,52); }
td.TdClassName
{
border-color: #A98534;
}
.TagClassName
{
border-color: #A98534;
}
</style>