Shades of Alpine #AA843A
Tints of Alpine #AA843A
RGB
CMYK
RGB Variations
Color information
#AA843A (or 0xAA843A) is known color: Alpine. HEX triplet: AA, 84 and 3A. RGB value is (170,132,58). Sum of RGB (Red+Green+Blue) = 170+132+58=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA843A is #557BC5. Grayscale: #878787. Windows color (decimal): -5602246 or 3835050. OLE color: 3835050.
HSL color Cylindrical-coordinate representation of color #AA843A: hue angle of 39.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA843A is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 58 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.33 |
| HSL | 39.64º | 0.49% | 0.45% | - |
| HSV(B) | 39.64º | 0.66% | 0.67% | - |
| XYZ | 25.59 | 25.35 | 7.55 | - |
| YUV | 134.93 | 84.59 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 58 | 0 | 0.22 | 0.66 | 0.33 | 39.64 | 0.49 | 0.45 |
| Hex | AA | 84 | 3A | 0 | 16 | 42 | 21 | 28 | 31 | 2D |
| Octal | 252 | 204 | 72 | 0 | 26 | 102 | 41 | 50 | 61 | 55 |
| Binary | 10101010 | 10000100 | 111010 | 0 | 10110 | 1000010 | 100001 | 101000 | 110001 | 101101 |
Color Harmonies of #AA843A
Complementary color
Monochromatic Colors of #AA843A
Black with #AA843A
Text Example
Text Example
White with #AA843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA843A; }
p { color: rgb(170,132,58); }
H1.HeaderClassName
{
color: #AA843A;
}
.AnyTagClassName
{
color: #AA843A;
}
</style>
background-color css
<style>
a { background-color: #AA843A; }
a { background-color: rgb(170,132,58); }
div.DivClassName
{
background-color: #AA843A;
}
.BgClassName
{
background-color: #AA843A;
}
</style>
border-color css
<style>
span { border-color: #AA843A; }
span { border-color: rgb(170,132,58); }
td.TdClassName
{
border-color: #AA843A;
}
.TagClassName
{
border-color: #AA843A;
}
</style>