Shades of Alpine #AA8333
Tints of Alpine #AA8333
RGB
CMYK
RGB Variations
Color information
#AA8333 (or 0xAA8333) is known color: Alpine. HEX triplet: AA, 83 and 33. RGB value is (170,131,51). Sum of RGB (Red+Green+Blue) = 170+131+51=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8333 is #557CCC. Grayscale: #858585. Windows color (decimal): -5602509 or 3376042. OLE color: 3376042.
HSL color Cylindrical-coordinate representation of color #AA8333: hue angle of 40.34º 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 #AA8333 is Cyan = 0, Magento = 0.23, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 51 | - |
| CMYK | 0 | 0.23 | 0.7 | 0.33 |
| HSL | 40.34º | 0.54% | 0.43% | - |
| HSV(B) | 40.34º | 0.7% | 0.67% | - |
| XYZ | 25.29 | 25.02 | 6.63 | - |
| YUV | 133.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 51 | 0 | 0.23 | 0.7 | 0.33 | 40.34 | 0.54 | 0.43 |
| Hex | AA | 83 | 33 | 0 | 17 | 46 | 21 | 28 | 36 | 2B |
| Octal | 252 | 203 | 63 | 0 | 27 | 106 | 41 | 50 | 66 | 53 |
| Binary | 10101010 | 10000011 | 110011 | 0 | 10111 | 1000110 | 100001 | 101000 | 110110 | 101011 |
Color Harmonies of #AA8333
Complementary color
Monochromatic Colors of #AA8333
Black with #AA8333
Text Example
Text Example
White with #AA8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8333; }
p { color: rgb(170,131,51); }
H1.HeaderClassName
{
color: #AA8333;
}
.AnyTagClassName
{
color: #AA8333;
}
</style>
background-color css
<style>
a { background-color: #AA8333; }
a { background-color: rgb(170,131,51); }
div.DivClassName
{
background-color: #AA8333;
}
.BgClassName
{
background-color: #AA8333;
}
</style>
border-color css
<style>
span { border-color: #AA8333; }
span { border-color: rgb(170,131,51); }
td.TdClassName
{
border-color: #AA8333;
}
.TagClassName
{
border-color: #AA8333;
}
</style>