Shades of Alpine #AA863E
Tints of Alpine #AA863E
RGB
CMYK
RGB Variations
Color information
#AA863E (or 0xAA863E) is known color: Alpine. HEX triplet: AA, 86 and 3E. RGB value is (170,134,62). Sum of RGB (Red+Green+Blue) = 170+134+62=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA863E is #5579C1. Grayscale: #888888. Windows color (decimal): -5601730 or 4097706. OLE color: 4097706.
HSL color Cylindrical-coordinate representation of color #AA863E: hue angle of 40º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA863E is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 62 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.33 |
| HSL | 40º | 0.47% | 0.45% | - |
| HSV(B) | 40º | 0.64% | 0.67% | - |
| XYZ | 25.97 | 25.94 | 8.2 | - |
| YUV | 136.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 62 | 0 | 0.21 | 0.64 | 0.33 | 40 | 0.47 | 0.45 |
| Hex | AA | 86 | 3E | 0 | 15 | 40 | 21 | 28 | 2F | 2D |
| Octal | 252 | 206 | 76 | 0 | 25 | 100 | 41 | 50 | 57 | 55 |
| Binary | 10101010 | 10000110 | 111110 | 0 | 10101 | 1000000 | 100001 | 101000 | 101111 | 101101 |
Color Harmonies of #AA863E
Complementary color
Monochromatic Colors of #AA863E
Black with #AA863E
Text Example
Text Example
White with #AA863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA863E; }
p { color: rgb(170,134,62); }
H1.HeaderClassName
{
color: #AA863E;
}
.AnyTagClassName
{
color: #AA863E;
}
</style>
background-color css
<style>
a { background-color: #AA863E; }
a { background-color: rgb(170,134,62); }
div.DivClassName
{
background-color: #AA863E;
}
.BgClassName
{
background-color: #AA863E;
}
</style>
border-color css
<style>
span { border-color: #AA863E; }
span { border-color: rgb(170,134,62); }
td.TdClassName
{
border-color: #AA863E;
}
.TagClassName
{
border-color: #AA863E;
}
</style>