Shades of Alpine #A98034
Tints of Alpine #A98034
RGB
CMYK
RGB Variations
Color information
#A98034 (or 0xA98034) is known color: Alpine. HEX triplet: A9, 80 and 34. RGB value is (169,128,52). Sum of RGB (Red+Green+Blue) = 169+128+52=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A98034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98034 is #567FCB. Grayscale: #838383. Windows color (decimal): -5668812 or 3440809. OLE color: 3440809.
HSL color Cylindrical-coordinate representation of color #A98034: hue angle of 38.97º 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 #A98034 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 52 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.34 |
| HSL | 38.97º | 0.53% | 0.43% | - |
| HSV(B) | 38.97º | 0.69% | 0.66% | - |
| XYZ | 24.7 | 24.12 | 6.6 | - |
| YUV | 131.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 52 | 0 | 0.24 | 0.69 | 0.34 | 38.97 | 0.53 | 0.43 |
| Hex | A9 | 80 | 34 | 0 | 18 | 45 | 22 | 27 | 35 | 2B |
| Octal | 251 | 200 | 64 | 0 | 30 | 105 | 42 | 47 | 65 | 53 |
| Binary | 10101001 | 10000000 | 110100 | 0 | 11000 | 1000101 | 100010 | 100111 | 110101 | 101011 |
Color Harmonies of #A98034
Complementary color
Monochromatic Colors of #A98034
Black with #A98034
Text Example
Text Example
White with #A98034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98034; }
p { color: rgb(169,128,52); }
H1.HeaderClassName
{
color: #A98034;
}
.AnyTagClassName
{
color: #A98034;
}
</style>
background-color css
<style>
a { background-color: #A98034; }
a { background-color: rgb(169,128,52); }
div.DivClassName
{
background-color: #A98034;
}
.BgClassName
{
background-color: #A98034;
}
</style>
border-color css
<style>
span { border-color: #A98034; }
span { border-color: rgb(169,128,52); }
td.TdClassName
{
border-color: #A98034;
}
.TagClassName
{
border-color: #A98034;
}
</style>