Shades of Alpine #A98041
Tints of Alpine #A98041
RGB
CMYK
RGB Variations
Color information
#A98041 (or 0xA98041) is known color: Alpine. HEX triplet: A9, 80 and 41. RGB value is (169,128,65). Sum of RGB (Red+Green+Blue) = 169+128+65=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A98041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98041 is #567FBE. Grayscale: #858585. Windows color (decimal): -5668799 or 4292777. OLE color: 4292777.
HSL color Cylindrical-coordinate representation of color #A98041: hue angle of 36.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A98041 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 65 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.34 |
| HSL | 36.35º | 0.44% | 0.46% | - |
| HSV(B) | 36.35º | 0.62% | 0.66% | - |
| XYZ | 25.04 | 24.26 | 8.36 | - |
| YUV | 133.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 65 | 0 | 0.24 | 0.62 | 0.34 | 36.35 | 0.44 | 0.46 |
| Hex | A9 | 80 | 41 | 0 | 18 | 3E | 22 | 24 | 2C | 2E |
| Octal | 251 | 200 | 101 | 0 | 30 | 76 | 42 | 44 | 54 | 56 |
| Binary | 10101001 | 10000000 | 1000001 | 0 | 11000 | 111110 | 100010 | 100100 | 101100 | 101110 |
Color Harmonies of #A98041
Complementary color
Monochromatic Colors of #A98041
Black with #A98041
Text Example
Text Example
White with #A98041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98041; }
p { color: rgb(169,128,65); }
H1.HeaderClassName
{
color: #A98041;
}
.AnyTagClassName
{
color: #A98041;
}
</style>
background-color css
<style>
a { background-color: #A98041; }
a { background-color: rgb(169,128,65); }
div.DivClassName
{
background-color: #A98041;
}
.BgClassName
{
background-color: #A98041;
}
</style>
border-color css
<style>
span { border-color: #A98041; }
span { border-color: rgb(169,128,65); }
td.TdClassName
{
border-color: #A98041;
}
.TagClassName
{
border-color: #A98041;
}
</style>