Shades of Alpine #AA8639
Tints of Alpine #AA8639
RGB
CMYK
RGB Variations
Color information
#AA8639 (or 0xAA8639) is known color: Alpine. HEX triplet: AA, 86 and 39. RGB value is (170,134,57). Sum of RGB (Red+Green+Blue) = 170+134+57=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8639 is #5579C6. Grayscale: #888888. Windows color (decimal): -5601735 or 3770026. OLE color: 3770026.
HSL color Cylindrical-coordinate representation of color #AA8639: hue angle of 40.88º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA8639 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 57 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.33 |
| HSL | 40.88º | 0.5% | 0.45% | - |
| HSV(B) | 40.88º | 0.66% | 0.67% | - |
| XYZ | 25.84 | 25.89 | 7.51 | - |
| YUV | 135.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 57 | 0 | 0.21 | 0.66 | 0.33 | 40.88 | 0.5 | 0.45 |
| Hex | AA | 86 | 39 | 0 | 15 | 42 | 21 | 29 | 32 | 2D |
| Octal | 252 | 206 | 71 | 0 | 25 | 102 | 41 | 51 | 62 | 55 |
| Binary | 10101010 | 10000110 | 111001 | 0 | 10101 | 1000010 | 100001 | 101001 | 110010 | 101101 |
Color Harmonies of #AA8639
Complementary color
Monochromatic Colors of #AA8639
Black with #AA8639
Text Example
Text Example
White with #AA8639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8639; }
p { color: rgb(170,134,57); }
H1.HeaderClassName
{
color: #AA8639;
}
.AnyTagClassName
{
color: #AA8639;
}
</style>
background-color css
<style>
a { background-color: #AA8639; }
a { background-color: rgb(170,134,57); }
div.DivClassName
{
background-color: #AA8639;
}
.BgClassName
{
background-color: #AA8639;
}
</style>
border-color css
<style>
span { border-color: #AA8639; }
span { border-color: rgb(170,134,57); }
td.TdClassName
{
border-color: #AA8639;
}
.TagClassName
{
border-color: #AA8639;
}
</style>