Shades of Alpine #AA833E
Tints of Alpine #AA833E
RGB
CMYK
RGB Variations
Color information
#AA833E (or 0xAA833E) is known color: Alpine. HEX triplet: AA, 83 and 3E. RGB value is (170,131,62). Sum of RGB (Red+Green+Blue) = 170+131+62=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA833E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA833E is #557CC1. Grayscale: #878787. Windows color (decimal): -5602498 or 4096938. OLE color: 4096938.
HSL color Cylindrical-coordinate representation of color #AA833E: hue angle of 38.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA833E is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 62 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.33 |
| HSL | 38.33º | 0.47% | 0.45% | - |
| HSV(B) | 38.33º | 0.64% | 0.67% | - |
| XYZ | 25.56 | 25.13 | 8.06 | - |
| YUV | 134.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 62 | 0 | 0.23 | 0.64 | 0.33 | 38.33 | 0.47 | 0.45 |
| Hex | AA | 83 | 3E | 0 | 17 | 40 | 21 | 26 | 2F | 2D |
| Octal | 252 | 203 | 76 | 0 | 27 | 100 | 41 | 46 | 57 | 55 |
| Binary | 10101010 | 10000011 | 111110 | 0 | 10111 | 1000000 | 100001 | 100110 | 101111 | 101101 |
Color Harmonies of #AA833E
Complementary color
Monochromatic Colors of #AA833E
Black with #AA833E
Text Example
Text Example
White with #AA833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA833E; }
p { color: rgb(170,131,62); }
H1.HeaderClassName
{
color: #AA833E;
}
.AnyTagClassName
{
color: #AA833E;
}
</style>
background-color css
<style>
a { background-color: #AA833E; }
a { background-color: rgb(170,131,62); }
div.DivClassName
{
background-color: #AA833E;
}
.BgClassName
{
background-color: #AA833E;
}
</style>
border-color css
<style>
span { border-color: #AA833E; }
span { border-color: rgb(170,131,62); }
td.TdClassName
{
border-color: #AA833E;
}
.TagClassName
{
border-color: #AA833E;
}
</style>