Shades of Alpine #AA8336
Tints of Alpine #AA8336
RGB
CMYK
RGB Variations
Color information
#AA8336 (or 0xAA8336) is known color: Alpine. HEX triplet: AA, 83 and 36. RGB value is (170,131,54). Sum of RGB (Red+Green+Blue) = 170+131+54=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8336 is #557CC9. Grayscale: #868686. Windows color (decimal): -5602506 or 3572650. OLE color: 3572650.
HSL color Cylindrical-coordinate representation of color #AA8336: hue angle of 39.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA8336 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 54 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.33 |
| HSL | 39.83º | 0.52% | 0.44% | - |
| HSV(B) | 39.83º | 0.68% | 0.67% | - |
| XYZ | 25.36 | 25.04 | 6.99 | - |
| YUV | 133.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 54 | 0 | 0.23 | 0.68 | 0.33 | 39.83 | 0.52 | 0.44 |
| Hex | AA | 83 | 36 | 0 | 17 | 44 | 21 | 28 | 34 | 2C |
| Octal | 252 | 203 | 66 | 0 | 27 | 104 | 41 | 50 | 64 | 54 |
| Binary | 10101010 | 10000011 | 110110 | 0 | 10111 | 1000100 | 100001 | 101000 | 110100 | 101100 |
Color Harmonies of #AA8336
Complementary color
Monochromatic Colors of #AA8336
Black with #AA8336
Text Example
Text Example
White with #AA8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8336; }
p { color: rgb(170,131,54); }
H1.HeaderClassName
{
color: #AA8336;
}
.AnyTagClassName
{
color: #AA8336;
}
</style>
background-color css
<style>
a { background-color: #AA8336; }
a { background-color: rgb(170,131,54); }
div.DivClassName
{
background-color: #AA8336;
}
.BgClassName
{
background-color: #AA8336;
}
</style>
border-color css
<style>
span { border-color: #AA8336; }
span { border-color: rgb(170,131,54); }
td.TdClassName
{
border-color: #AA8336;
}
.TagClassName
{
border-color: #AA8336;
}
</style>