Shades of Alpine #A9893A
Tints of Alpine #A9893A
RGB
CMYK
RGB Variations
Color information
#A9893A (or 0xA9893A) is known color: Alpine. HEX triplet: A9, 89 and 3A. RGB value is (169,137,58). Sum of RGB (Red+Green+Blue) = 169+137+58=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9893A is #5676C5. Grayscale: #898989. Windows color (decimal): -5666502 or 3836329. OLE color: 3836329.
HSL color Cylindrical-coordinate representation of color #A9893A: hue angle of 42.7º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9893A is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 58 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.34 |
| HSL | 42.7º | 0.49% | 0.45% | - |
| HSV(B) | 42.7º | 0.66% | 0.66% | - |
| XYZ | 26.07 | 26.63 | 7.77 | - |
| YUV | 137.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 58 | 0 | 0.19 | 0.66 | 0.34 | 42.7 | 0.49 | 0.45 |
| Hex | A9 | 89 | 3A | 0 | 13 | 42 | 22 | 2B | 31 | 2D |
| Octal | 251 | 211 | 72 | 0 | 23 | 102 | 42 | 53 | 61 | 55 |
| Binary | 10101001 | 10001001 | 111010 | 0 | 10011 | 1000010 | 100010 | 101011 | 110001 | 101101 |
Color Harmonies of #A9893A
Complementary color
Monochromatic Colors of #A9893A
Black with #A9893A
Text Example
Text Example
White with #A9893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9893A; }
p { color: rgb(169,137,58); }
H1.HeaderClassName
{
color: #A9893A;
}
.AnyTagClassName
{
color: #A9893A;
}
</style>
background-color css
<style>
a { background-color: #A9893A; }
a { background-color: rgb(169,137,58); }
div.DivClassName
{
background-color: #A9893A;
}
.BgClassName
{
background-color: #A9893A;
}
</style>
border-color css
<style>
span { border-color: #A9893A; }
span { border-color: rgb(169,137,58); }
td.TdClassName
{
border-color: #A9893A;
}
.TagClassName
{
border-color: #A9893A;
}
</style>