Shades of Alpine #AA8240
Tints of Alpine #AA8240
RGB
CMYK
RGB Variations
Color information
#AA8240 (or 0xAA8240) is known color: Alpine. HEX triplet: AA, 82 and 40. RGB value is (170,130,64). Sum of RGB (Red+Green+Blue) = 170+130+64=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8240 is #557DBF. Grayscale: #868686. Windows color (decimal): -5602752 or 4227754. OLE color: 4227754.
HSL color Cylindrical-coordinate representation of color #AA8240: hue angle of 37.36º 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 #AA8240 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 64 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.33 |
| HSL | 37.36º | 0.45% | 0.46% | - |
| HSV(B) | 37.36º | 0.62% | 0.67% | - |
| XYZ | 25.49 | 24.88 | 8.31 | - |
| YUV | 134.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 64 | 0 | 0.24 | 0.62 | 0.33 | 37.36 | 0.45 | 0.46 |
| Hex | AA | 82 | 40 | 0 | 18 | 3E | 21 | 25 | 2D | 2E |
| Octal | 252 | 202 | 100 | 0 | 30 | 76 | 41 | 45 | 55 | 56 |
| Binary | 10101010 | 10000010 | 1000000 | 0 | 11000 | 111110 | 100001 | 100101 | 101101 | 101110 |
Color Harmonies of #AA8240
Complementary color
Monochromatic Colors of #AA8240
Black with #AA8240
Text Example
Text Example
White with #AA8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8240; }
p { color: rgb(170,130,64); }
H1.HeaderClassName
{
color: #AA8240;
}
.AnyTagClassName
{
color: #AA8240;
}
</style>
background-color css
<style>
a { background-color: #AA8240; }
a { background-color: rgb(170,130,64); }
div.DivClassName
{
background-color: #AA8240;
}
.BgClassName
{
background-color: #AA8240;
}
</style>
border-color css
<style>
span { border-color: #AA8240; }
span { border-color: rgb(170,130,64); }
td.TdClassName
{
border-color: #AA8240;
}
.TagClassName
{
border-color: #AA8240;
}
</style>