Shades of Alpine #A9863A
Tints of Alpine #A9863A
RGB
CMYK
RGB Variations
Color information
#A9863A (or 0xA9863A) is known color: Alpine. HEX triplet: A9, 86 and 3A. RGB value is (169,134,58). Sum of RGB (Red+Green+Blue) = 169+134+58=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A9863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9863A is #5679C5. Grayscale: #888888. Windows color (decimal): -5667270 or 3835561. OLE color: 3835561.
HSL color Cylindrical-coordinate representation of color #A9863A: hue angle of 41.08º 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 #A9863A is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 58 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.34 |
| HSL | 41.08º | 0.49% | 0.45% | - |
| HSV(B) | 41.08º | 0.66% | 0.66% | - |
| XYZ | 25.65 | 25.79 | 7.63 | - |
| YUV | 135.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 58 | 0 | 0.21 | 0.66 | 0.34 | 41.08 | 0.49 | 0.45 |
| Hex | A9 | 86 | 3A | 0 | 15 | 42 | 22 | 29 | 31 | 2D |
| Octal | 251 | 206 | 72 | 0 | 25 | 102 | 42 | 51 | 61 | 55 |
| Binary | 10101001 | 10000110 | 111010 | 0 | 10101 | 1000010 | 100010 | 101001 | 110001 | 101101 |
Color Harmonies of #A9863A
Complementary color
Monochromatic Colors of #A9863A
Black with #A9863A
Text Example
Text Example
White with #A9863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9863A; }
p { color: rgb(169,134,58); }
H1.HeaderClassName
{
color: #A9863A;
}
.AnyTagClassName
{
color: #A9863A;
}
</style>
background-color css
<style>
a { background-color: #A9863A; }
a { background-color: rgb(169,134,58); }
div.DivClassName
{
background-color: #A9863A;
}
.BgClassName
{
background-color: #A9863A;
}
</style>
border-color css
<style>
span { border-color: #A9863A; }
span { border-color: rgb(169,134,58); }
td.TdClassName
{
border-color: #A9863A;
}
.TagClassName
{
border-color: #A9863A;
}
</style>