Shades of Alpine #A9803D
Tints of Alpine #A9803D
RGB
CMYK
RGB Variations
Color information
#A9803D (or 0xA9803D) is known color: Alpine. HEX triplet: A9, 80 and 3D. RGB value is (169,128,61). Sum of RGB (Red+Green+Blue) = 169+128+61=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9803D is #567FC2. Grayscale: #848484. Windows color (decimal): -5668803 or 4030633. OLE color: 4030633.
HSL color Cylindrical-coordinate representation of color #A9803D: hue angle of 37.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9803D is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 61 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.34 |
| HSL | 37.22º | 0.47% | 0.45% | - |
| HSV(B) | 37.22º | 0.64% | 0.66% | - |
| XYZ | 24.92 | 24.21 | 7.77 | - |
| YUV | 132.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 61 | 0 | 0.24 | 0.64 | 0.34 | 37.22 | 0.47 | 0.45 |
| Hex | A9 | 80 | 3D | 0 | 18 | 40 | 22 | 25 | 2F | 2D |
| Octal | 251 | 200 | 75 | 0 | 30 | 100 | 42 | 45 | 57 | 55 |
| Binary | 10101001 | 10000000 | 111101 | 0 | 11000 | 1000000 | 100010 | 100101 | 101111 | 101101 |
Color Harmonies of #A9803D
Complementary color
Monochromatic Colors of #A9803D
Black with #A9803D
Text Example
Text Example
White with #A9803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9803D; }
p { color: rgb(169,128,61); }
H1.HeaderClassName
{
color: #A9803D;
}
.AnyTagClassName
{
color: #A9803D;
}
</style>
background-color css
<style>
a { background-color: #A9803D; }
a { background-color: rgb(169,128,61); }
div.DivClassName
{
background-color: #A9803D;
}
.BgClassName
{
background-color: #A9803D;
}
</style>
border-color css
<style>
span { border-color: #A9803D; }
span { border-color: rgb(169,128,61); }
td.TdClassName
{
border-color: #A9803D;
}
.TagClassName
{
border-color: #A9803D;
}
</style>