Shades of Alpine #AA833B
Tints of Alpine #AA833B
RGB
CMYK
RGB Variations
Color information
#AA833B (or 0xAA833B) is known color: Alpine. HEX triplet: AA, 83 and 3B. RGB value is (170,131,59). Sum of RGB (Red+Green+Blue) = 170+131+59=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA833B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA833B is #557CC4. Grayscale: #868686. Windows color (decimal): -5602501 or 3900330. OLE color: 3900330.
HSL color Cylindrical-coordinate representation of color #AA833B: hue angle of 38.92º 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 #AA833B is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 59 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.33 |
| HSL | 38.92º | 0.48% | 0.45% | - |
| HSV(B) | 38.92º | 0.65% | 0.67% | - |
| XYZ | 25.48 | 25.09 | 7.64 | - |
| YUV | 134.45 | 85.42 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 59 | 0 | 0.23 | 0.65 | 0.33 | 38.92 | 0.48 | 0.45 |
| Hex | AA | 83 | 3B | 0 | 17 | 41 | 21 | 27 | 30 | 2D |
| Octal | 252 | 203 | 73 | 0 | 27 | 101 | 41 | 47 | 60 | 55 |
| Binary | 10101010 | 10000011 | 111011 | 0 | 10111 | 1000001 | 100001 | 100111 | 110000 | 101101 |
Color Harmonies of #AA833B
Complementary color
Monochromatic Colors of #AA833B
Black with #AA833B
Text Example
Text Example
White with #AA833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA833B; }
p { color: rgb(170,131,59); }
H1.HeaderClassName
{
color: #AA833B;
}
.AnyTagClassName
{
color: #AA833B;
}
</style>
background-color css
<style>
a { background-color: #AA833B; }
a { background-color: rgb(170,131,59); }
div.DivClassName
{
background-color: #AA833B;
}
.BgClassName
{
background-color: #AA833B;
}
</style>
border-color css
<style>
span { border-color: #AA833B; }
span { border-color: rgb(170,131,59); }
td.TdClassName
{
border-color: #AA833B;
}
.TagClassName
{
border-color: #AA833B;
}
</style>