Shades of Alpine #AA8433
Tints of Alpine #AA8433
RGB
CMYK
RGB Variations
Color information
#AA8433 (or 0xAA8433) is known color: Alpine. HEX triplet: AA, 84 and 33. RGB value is (170,132,51). Sum of RGB (Red+Green+Blue) = 170+132+51=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8433 is #557BCC. Grayscale: #868686. Windows color (decimal): -5602253 or 3376298. OLE color: 3376298.
HSL color Cylindrical-coordinate representation of color #AA8433: hue angle of 40.84º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA8433 is Cyan = 0, Magento = 0.22, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 51 | - |
| CMYK | 0 | 0.22 | 0.7 | 0.33 |
| HSL | 40.84º | 0.54% | 0.43% | - |
| HSV(B) | 40.84º | 0.7% | 0.67% | - |
| XYZ | 25.43 | 25.29 | 6.67 | - |
| YUV | 134.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 51 | 0 | 0.22 | 0.7 | 0.33 | 40.84 | 0.54 | 0.43 |
| Hex | AA | 84 | 33 | 0 | 16 | 46 | 21 | 29 | 36 | 2B |
| Octal | 252 | 204 | 63 | 0 | 26 | 106 | 41 | 51 | 66 | 53 |
| Binary | 10101010 | 10000100 | 110011 | 0 | 10110 | 1000110 | 100001 | 101001 | 110110 | 101011 |
Color Harmonies of #AA8433
Complementary color
Monochromatic Colors of #AA8433
Black with #AA8433
Text Example
Text Example
White with #AA8433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8433; }
p { color: rgb(170,132,51); }
H1.HeaderClassName
{
color: #AA8433;
}
.AnyTagClassName
{
color: #AA8433;
}
</style>
background-color css
<style>
a { background-color: #AA8433; }
a { background-color: rgb(170,132,51); }
div.DivClassName
{
background-color: #AA8433;
}
.BgClassName
{
background-color: #AA8433;
}
</style>
border-color css
<style>
span { border-color: #AA8433; }
span { border-color: rgb(170,132,51); }
td.TdClassName
{
border-color: #AA8433;
}
.TagClassName
{
border-color: #AA8433;
}
</style>