Shades of Alpine #AA863B
Tints of Alpine #AA863B
RGB
CMYK
RGB Variations
Color information
#AA863B (or 0xAA863B) is known color: Alpine. HEX triplet: AA, 86 and 3B. RGB value is (170,134,59). Sum of RGB (Red+Green+Blue) = 170+134+59=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA863B is #5579C4. Grayscale: #888888. Windows color (decimal): -5601733 or 3901098. OLE color: 3901098.
HSL color Cylindrical-coordinate representation of color #AA863B: hue angle of 40.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA863B is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 59 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.33 |
| HSL | 40.54º | 0.48% | 0.45% | - |
| HSV(B) | 40.54º | 0.65% | 0.67% | - |
| XYZ | 25.89 | 25.91 | 7.77 | - |
| YUV | 136.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 59 | 0 | 0.21 | 0.65 | 0.33 | 40.54 | 0.48 | 0.45 |
| Hex | AA | 86 | 3B | 0 | 15 | 41 | 21 | 29 | 30 | 2D |
| Octal | 252 | 206 | 73 | 0 | 25 | 101 | 41 | 51 | 60 | 55 |
| Binary | 10101010 | 10000110 | 111011 | 0 | 10101 | 1000001 | 100001 | 101001 | 110000 | 101101 |
Color Harmonies of #AA863B
Complementary color
Monochromatic Colors of #AA863B
Black with #AA863B
Text Example
Text Example
White with #AA863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA863B; }
p { color: rgb(170,134,59); }
H1.HeaderClassName
{
color: #AA863B;
}
.AnyTagClassName
{
color: #AA863B;
}
</style>
background-color css
<style>
a { background-color: #AA863B; }
a { background-color: rgb(170,134,59); }
div.DivClassName
{
background-color: #AA863B;
}
.BgClassName
{
background-color: #AA863B;
}
</style>
border-color css
<style>
span { border-color: #AA863B; }
span { border-color: rgb(170,134,59); }
td.TdClassName
{
border-color: #AA863B;
}
.TagClassName
{
border-color: #AA863B;
}
</style>