Shades of Alpine #AA8839
Tints of Alpine #AA8839
RGB
CMYK
RGB Variations
Color information
#AA8839 (or 0xAA8839) is known color: Alpine. HEX triplet: AA, 88 and 39. RGB value is (170,136,57). Sum of RGB (Red+Green+Blue) = 170+136+57=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8839 is #5577C6. Grayscale: #898989. Windows color (decimal): -5601223 or 3770538. OLE color: 3770538.
HSL color Cylindrical-coordinate representation of color #AA8839: hue angle of 41.95º 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 #AA8839 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 57 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.33 |
| HSL | 41.95º | 0.5% | 0.45% | - |
| HSV(B) | 41.95º | 0.66% | 0.67% | - |
| XYZ | 26.12 | 26.45 | 7.6 | - |
| YUV | 137.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 57 | 0 | 0.20 | 0.66 | 0.33 | 41.95 | 0.5 | 0.45 |
| Hex | AA | 88 | 39 | 0 | 14 | 42 | 21 | 2A | 32 | 2D |
| Octal | 252 | 210 | 71 | 0 | 24 | 102 | 41 | 52 | 62 | 55 |
| Binary | 10101010 | 10001000 | 111001 | 0 | 10100 | 1000010 | 100001 | 101010 | 110010 | 101101 |
Color Harmonies of #AA8839
Complementary color
Monochromatic Colors of #AA8839
Black with #AA8839
Text Example
Text Example
White with #AA8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8839; }
p { color: rgb(170,136,57); }
H1.HeaderClassName
{
color: #AA8839;
}
.AnyTagClassName
{
color: #AA8839;
}
</style>
background-color css
<style>
a { background-color: #AA8839; }
a { background-color: rgb(170,136,57); }
div.DivClassName
{
background-color: #AA8839;
}
.BgClassName
{
background-color: #AA8839;
}
</style>
border-color css
<style>
span { border-color: #AA8839; }
span { border-color: rgb(170,136,57); }
td.TdClassName
{
border-color: #AA8839;
}
.TagClassName
{
border-color: #AA8839;
}
</style>