Shades of Alpine #AA8635
Tints of Alpine #AA8635
RGB
CMYK
RGB Variations
Color information
#AA8635 (or 0xAA8635) is known color: Alpine. HEX triplet: AA, 86 and 35. RGB value is (170,134,53). Sum of RGB (Red+Green+Blue) = 170+134+53=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8635 is #5579CA. Grayscale: #878787. Windows color (decimal): -5601739 or 3507882. OLE color: 3507882.
HSL color Cylindrical-coordinate representation of color #AA8635: hue angle of 41.54º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA8635 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 53 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.33 |
| HSL | 41.54º | 0.52% | 0.44% | - |
| HSV(B) | 41.54º | 0.69% | 0.67% | - |
| XYZ | 25.75 | 25.85 | 7 | - |
| YUV | 135.53 | 81.43 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 53 | 0 | 0.21 | 0.69 | 0.33 | 41.54 | 0.52 | 0.44 |
| Hex | AA | 86 | 35 | 0 | 15 | 45 | 21 | 2A | 34 | 2C |
| Octal | 252 | 206 | 65 | 0 | 25 | 105 | 41 | 52 | 64 | 54 |
| Binary | 10101010 | 10000110 | 110101 | 0 | 10101 | 1000101 | 100001 | 101010 | 110100 | 101100 |
Color Harmonies of #AA8635
Complementary color
Monochromatic Colors of #AA8635
Black with #AA8635
Text Example
Text Example
White with #AA8635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8635; }
p { color: rgb(170,134,53); }
H1.HeaderClassName
{
color: #AA8635;
}
.AnyTagClassName
{
color: #AA8635;
}
</style>
background-color css
<style>
a { background-color: #AA8635; }
a { background-color: rgb(170,134,53); }
div.DivClassName
{
background-color: #AA8635;
}
.BgClassName
{
background-color: #AA8635;
}
</style>
border-color css
<style>
span { border-color: #AA8635; }
span { border-color: rgb(170,134,53); }
td.TdClassName
{
border-color: #AA8635;
}
.TagClassName
{
border-color: #AA8635;
}
</style>