Shades of Alpine #AA8242
Tints of Alpine #AA8242
RGB
CMYK
RGB Variations
Color information
#AA8242 (or 0xAA8242) is known color: Alpine. HEX triplet: AA, 82 and 42. RGB value is (170,130,66). Sum of RGB (Red+Green+Blue) = 170+130+66=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8242 is #557DBD. Grayscale: #868686. Windows color (decimal): -5602750 or 4358826. OLE color: 4358826.
HSL color Cylindrical-coordinate representation of color #AA8242: hue angle of 36.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA8242 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 66 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.33 |
| HSL | 36.92º | 0.44% | 0.46% | - |
| HSV(B) | 36.92º | 0.61% | 0.67% | - |
| XYZ | 25.54 | 24.9 | 8.62 | - |
| YUV | 134.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 66 | 0 | 0.24 | 0.61 | 0.33 | 36.92 | 0.44 | 0.46 |
| Hex | AA | 82 | 42 | 0 | 18 | 3D | 21 | 25 | 2C | 2E |
| Octal | 252 | 202 | 102 | 0 | 30 | 75 | 41 | 45 | 54 | 56 |
| Binary | 10101010 | 10000010 | 1000010 | 0 | 11000 | 111101 | 100001 | 100101 | 101100 | 101110 |
Color Harmonies of #AA8242
Complementary color
Monochromatic Colors of #AA8242
Black with #AA8242
Text Example
Text Example
White with #AA8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8242; }
p { color: rgb(170,130,66); }
H1.HeaderClassName
{
color: #AA8242;
}
.AnyTagClassName
{
color: #AA8242;
}
</style>
background-color css
<style>
a { background-color: #AA8242; }
a { background-color: rgb(170,130,66); }
div.DivClassName
{
background-color: #AA8242;
}
.BgClassName
{
background-color: #AA8242;
}
</style>
border-color css
<style>
span { border-color: #AA8242; }
span { border-color: rgb(170,130,66); }
td.TdClassName
{
border-color: #AA8242;
}
.TagClassName
{
border-color: #AA8242;
}
</style>