Shades of Alpine #AA8736
Tints of Alpine #AA8736
RGB
CMYK
RGB Variations
Color information
#AA8736 (or 0xAA8736) is known color: Alpine. HEX triplet: AA, 87 and 36. RGB value is (170,135,54). Sum of RGB (Red+Green+Blue) = 170+135+54=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8736 is #5578C9. Grayscale: #888888. Windows color (decimal): -5601482 or 3573674. OLE color: 3573674.
HSL color Cylindrical-coordinate representation of color #AA8736: hue angle of 41.9º 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 #AA8736 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 54 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.33 |
| HSL | 41.9º | 0.52% | 0.44% | - |
| HSV(B) | 41.9º | 0.68% | 0.67% | - |
| XYZ | 25.91 | 26.14 | 7.17 | - |
| YUV | 136.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 54 | 0 | 0.21 | 0.68 | 0.33 | 41.9 | 0.52 | 0.44 |
| Hex | AA | 87 | 36 | 0 | 15 | 44 | 21 | 2A | 34 | 2C |
| Octal | 252 | 207 | 66 | 0 | 25 | 104 | 41 | 52 | 64 | 54 |
| Binary | 10101010 | 10000111 | 110110 | 0 | 10101 | 1000100 | 100001 | 101010 | 110100 | 101100 |
Color Harmonies of #AA8736
Complementary color
Monochromatic Colors of #AA8736
Black with #AA8736
Text Example
Text Example
White with #AA8736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8736; }
p { color: rgb(170,135,54); }
H1.HeaderClassName
{
color: #AA8736;
}
.AnyTagClassName
{
color: #AA8736;
}
</style>
background-color css
<style>
a { background-color: #AA8736; }
a { background-color: rgb(170,135,54); }
div.DivClassName
{
background-color: #AA8736;
}
.BgClassName
{
background-color: #AA8736;
}
</style>
border-color css
<style>
span { border-color: #AA8736; }
span { border-color: rgb(170,135,54); }
td.TdClassName
{
border-color: #AA8736;
}
.TagClassName
{
border-color: #AA8736;
}
</style>