Shades of Alpine #AA8634
Tints of Alpine #AA8634
RGB
CMYK
RGB Variations
Color information
#AA8634 (or 0xAA8634) is known color: Alpine. HEX triplet: AA, 86 and 34. RGB value is (170,134,52). Sum of RGB (Red+Green+Blue) = 170+134+52=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8634 is #5579CB. Grayscale: #878787. Windows color (decimal): -5601740 or 3442346. OLE color: 3442346.
HSL color Cylindrical-coordinate representation of color #AA8634: hue angle of 41.69º degrees, saturation: 0.53, 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 #AA8634 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 52 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.33 |
| HSL | 41.69º | 0.53% | 0.44% | - |
| HSV(B) | 41.69º | 0.69% | 0.67% | - |
| XYZ | 25.72 | 25.84 | 6.88 | - |
| YUV | 135.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 52 | 0 | 0.21 | 0.69 | 0.33 | 41.69 | 0.53 | 0.44 |
| Hex | AA | 86 | 34 | 0 | 15 | 45 | 21 | 2A | 35 | 2C |
| Octal | 252 | 206 | 64 | 0 | 25 | 105 | 41 | 52 | 65 | 54 |
| Binary | 10101010 | 10000110 | 110100 | 0 | 10101 | 1000101 | 100001 | 101010 | 110101 | 101100 |
Color Harmonies of #AA8634
Complementary color
Monochromatic Colors of #AA8634
Black with #AA8634
Text Example
Text Example
White with #AA8634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8634; }
p { color: rgb(170,134,52); }
H1.HeaderClassName
{
color: #AA8634;
}
.AnyTagClassName
{
color: #AA8634;
}
</style>
background-color css
<style>
a { background-color: #AA8634; }
a { background-color: rgb(170,134,52); }
div.DivClassName
{
background-color: #AA8634;
}
.BgClassName
{
background-color: #AA8634;
}
</style>
border-color css
<style>
span { border-color: #AA8634; }
span { border-color: rgb(170,134,52); }
td.TdClassName
{
border-color: #AA8634;
}
.TagClassName
{
border-color: #AA8634;
}
</style>