Shades of Alpine #AA843B
Tints of Alpine #AA843B
RGB
CMYK
RGB Variations
Color information
#AA843B (or 0xAA843B) is known color: Alpine. HEX triplet: AA, 84 and 3B. RGB value is (170,132,59). Sum of RGB (Red+Green+Blue) = 170+132+59=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA843B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA843B is #557BC4. Grayscale: #878787. Windows color (decimal): -5602245 or 3900586. OLE color: 3900586.
HSL color Cylindrical-coordinate representation of color #AA843B: hue angle of 39.46º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA843B is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 59 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.33 |
| HSL | 39.46º | 0.48% | 0.45% | - |
| HSV(B) | 39.46º | 0.65% | 0.67% | - |
| XYZ | 25.62 | 25.36 | 7.68 | - |
| YUV | 135.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 59 | 0 | 0.22 | 0.65 | 0.33 | 39.46 | 0.48 | 0.45 |
| Hex | AA | 84 | 3B | 0 | 16 | 41 | 21 | 27 | 30 | 2D |
| Octal | 252 | 204 | 73 | 0 | 26 | 101 | 41 | 47 | 60 | 55 |
| Binary | 10101010 | 10000100 | 111011 | 0 | 10110 | 1000001 | 100001 | 100111 | 110000 | 101101 |
Color Harmonies of #AA843B
Complementary color
Monochromatic Colors of #AA843B
Black with #AA843B
Text Example
Text Example
White with #AA843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA843B; }
p { color: rgb(170,132,59); }
H1.HeaderClassName
{
color: #AA843B;
}
.AnyTagClassName
{
color: #AA843B;
}
</style>
background-color css
<style>
a { background-color: #AA843B; }
a { background-color: rgb(170,132,59); }
div.DivClassName
{
background-color: #AA843B;
}
.BgClassName
{
background-color: #AA843B;
}
</style>
border-color css
<style>
span { border-color: #AA843B; }
span { border-color: rgb(170,132,59); }
td.TdClassName
{
border-color: #AA843B;
}
.TagClassName
{
border-color: #AA843B;
}
</style>