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