Shades of Alpine #AA8740
Tints of Alpine #AA8740
RGB
CMYK
RGB Variations
Color information
#AA8740 (or 0xAA8740) is known color: Alpine. HEX triplet: AA, 87 and 40. RGB value is (170,135,64). Sum of RGB (Red+Green+Blue) = 170+135+64=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8740 is #5578BF. Grayscale: #898989. Windows color (decimal): -5601472 or 4229034. OLE color: 4229034.
HSL color Cylindrical-coordinate representation of color #AA8740: hue angle of 40.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8740 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 64 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.33 |
| HSL | 40.19º | 0.45% | 0.46% | - |
| HSV(B) | 40.19º | 0.62% | 0.67% | - |
| XYZ | 26.17 | 26.24 | 8.54 | - |
| YUV | 137.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 64 | 0 | 0.21 | 0.62 | 0.33 | 40.19 | 0.45 | 0.46 |
| Hex | AA | 87 | 40 | 0 | 15 | 3E | 21 | 28 | 2D | 2E |
| Octal | 252 | 207 | 100 | 0 | 25 | 76 | 41 | 50 | 55 | 56 |
| Binary | 10101010 | 10000111 | 1000000 | 0 | 10101 | 111110 | 100001 | 101000 | 101101 | 101110 |
Color Harmonies of #AA8740
Complementary color
Monochromatic Colors of #AA8740
Black with #AA8740
Text Example
Text Example
White with #AA8740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8740; }
p { color: rgb(170,135,64); }
H1.HeaderClassName
{
color: #AA8740;
}
.AnyTagClassName
{
color: #AA8740;
}
</style>
background-color css
<style>
a { background-color: #AA8740; }
a { background-color: rgb(170,135,64); }
div.DivClassName
{
background-color: #AA8740;
}
.BgClassName
{
background-color: #AA8740;
}
</style>
border-color css
<style>
span { border-color: #AA8740; }
span { border-color: rgb(170,135,64); }
td.TdClassName
{
border-color: #AA8740;
}
.TagClassName
{
border-color: #AA8740;
}
</style>