Shades of Alpine #AA8836
Tints of Alpine #AA8836
RGB
CMYK
RGB Variations
Color information
#AA8836 (or 0xAA8836) is known color: Alpine. HEX triplet: AA, 88 and 36. RGB value is (170,136,54). Sum of RGB (Red+Green+Blue) = 170+136+54=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8836 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8836 is #5577C9. Grayscale: #898989. Windows color (decimal): -5601226 or 3573930. OLE color: 3573930.
HSL color Cylindrical-coordinate representation of color #AA8836: hue angle of 42.41º 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 #AA8836 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 54 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.33 |
| HSL | 42.41º | 0.52% | 0.44% | - |
| HSV(B) | 42.41º | 0.68% | 0.67% | - |
| XYZ | 26.05 | 26.42 | 7.22 | - |
| YUV | 136.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 54 | 0 | 0.20 | 0.68 | 0.33 | 42.41 | 0.52 | 0.44 |
| Hex | AA | 88 | 36 | 0 | 14 | 44 | 21 | 2A | 34 | 2C |
| Octal | 252 | 210 | 66 | 0 | 24 | 104 | 41 | 52 | 64 | 54 |
| Binary | 10101010 | 10001000 | 110110 | 0 | 10100 | 1000100 | 100001 | 101010 | 110100 | 101100 |
Color Harmonies of #AA8836
Complementary color
Monochromatic Colors of #AA8836
Black with #AA8836
Text Example
Text Example
White with #AA8836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8836; }
p { color: rgb(170,136,54); }
H1.HeaderClassName
{
color: #AA8836;
}
.AnyTagClassName
{
color: #AA8836;
}
</style>
background-color css
<style>
a { background-color: #AA8836; }
a { background-color: rgb(170,136,54); }
div.DivClassName
{
background-color: #AA8836;
}
.BgClassName
{
background-color: #AA8836;
}
</style>
border-color css
<style>
span { border-color: #AA8836; }
span { border-color: rgb(170,136,54); }
td.TdClassName
{
border-color: #AA8836;
}
.TagClassName
{
border-color: #AA8836;
}
</style>