Shades of Alpine #AA863F
Tints of Alpine #AA863F
RGB
CMYK
RGB Variations
Color information
#AA863F (or 0xAA863F) is known color: Alpine. HEX triplet: AA, 86 and 3F. RGB value is (170,134,63). Sum of RGB (Red+Green+Blue) = 170+134+63=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA863F is #5579C0. Grayscale: #888888. Windows color (decimal): -5601729 or 4163242. OLE color: 4163242.
HSL color Cylindrical-coordinate representation of color #AA863F: hue angle of 39.81º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA863F is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 63 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.33 |
| HSL | 39.81º | 0.46% | 0.46% | - |
| HSV(B) | 39.81º | 0.63% | 0.67% | - |
| XYZ | 26 | 25.96 | 8.34 | - |
| YUV | 136.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 63 | 0 | 0.21 | 0.63 | 0.33 | 39.81 | 0.46 | 0.46 |
| Hex | AA | 86 | 3F | 0 | 15 | 3F | 21 | 28 | 2E | 2E |
| Octal | 252 | 206 | 77 | 0 | 25 | 77 | 41 | 50 | 56 | 56 |
| Binary | 10101010 | 10000110 | 111111 | 0 | 10101 | 111111 | 100001 | 101000 | 101110 | 101110 |
Color Harmonies of #AA863F
Complementary color
Monochromatic Colors of #AA863F
Black with #AA863F
Text Example
Text Example
White with #AA863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA863F; }
p { color: rgb(170,134,63); }
H1.HeaderClassName
{
color: #AA863F;
}
.AnyTagClassName
{
color: #AA863F;
}
</style>
background-color css
<style>
a { background-color: #AA863F; }
a { background-color: rgb(170,134,63); }
div.DivClassName
{
background-color: #AA863F;
}
.BgClassName
{
background-color: #AA863F;
}
</style>
border-color css
<style>
span { border-color: #AA863F; }
span { border-color: rgb(170,134,63); }
td.TdClassName
{
border-color: #AA863F;
}
.TagClassName
{
border-color: #AA863F;
}
</style>