Shades of Alpine #A9853C
Tints of Alpine #A9853C
RGB
CMYK
RGB Variations
Color information
#A9853C (or 0xA9853C) is known color: Alpine. HEX triplet: A9, 85 and 3C. RGB value is (169,133,60). Sum of RGB (Red+Green+Blue) = 169+133+60=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9853C is #567AC3. Grayscale: #878787. Windows color (decimal): -5667524 or 3966377. OLE color: 3966377.
HSL color Cylindrical-coordinate representation of color #A9853C: hue angle of 40.18º degrees, saturation: 0.48, 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 #A9853C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 60 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.34 |
| HSL | 40.18º | 0.48% | 0.45% | - |
| HSV(B) | 40.18º | 0.64% | 0.66% | - |
| XYZ | 25.57 | 25.54 | 7.86 | - |
| YUV | 135.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 60 | 0 | 0.21 | 0.64 | 0.34 | 40.18 | 0.48 | 0.45 |
| Hex | A9 | 85 | 3C | 0 | 15 | 40 | 22 | 28 | 30 | 2D |
| Octal | 251 | 205 | 74 | 0 | 25 | 100 | 42 | 50 | 60 | 55 |
| Binary | 10101001 | 10000101 | 111100 | 0 | 10101 | 1000000 | 100010 | 101000 | 110000 | 101101 |
Color Harmonies of #A9853C
Complementary color
Monochromatic Colors of #A9853C
Black with #A9853C
Text Example
Text Example
White with #A9853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9853C; }
p { color: rgb(169,133,60); }
H1.HeaderClassName
{
color: #A9853C;
}
.AnyTagClassName
{
color: #A9853C;
}
</style>
background-color css
<style>
a { background-color: #A9853C; }
a { background-color: rgb(169,133,60); }
div.DivClassName
{
background-color: #A9853C;
}
.BgClassName
{
background-color: #A9853C;
}
</style>
border-color css
<style>
span { border-color: #A9853C; }
span { border-color: rgb(169,133,60); }
td.TdClassName
{
border-color: #A9853C;
}
.TagClassName
{
border-color: #A9853C;
}
</style>