Shades of Alpine #AA833D
Tints of Alpine #AA833D
RGB
CMYK
RGB Variations
Color information
#AA833D (or 0xAA833D) is known color: Alpine. HEX triplet: AA, 83 and 3D. RGB value is (170,131,61). Sum of RGB (Red+Green+Blue) = 170+131+61=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA833D is #557CC2. Grayscale: #878787. Windows color (decimal): -5602499 or 4031402. OLE color: 4031402.
HSL color Cylindrical-coordinate representation of color #AA833D: hue angle of 38.53º 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 #AA833D is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 61 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.33 |
| HSL | 38.53º | 0.47% | 0.45% | - |
| HSV(B) | 38.53º | 0.64% | 0.67% | - |
| XYZ | 25.54 | 25.12 | 7.92 | - |
| YUV | 134.68 | 86.42 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 61 | 0 | 0.23 | 0.64 | 0.33 | 38.53 | 0.47 | 0.45 |
| Hex | AA | 83 | 3D | 0 | 17 | 40 | 21 | 27 | 2F | 2D |
| Octal | 252 | 203 | 75 | 0 | 27 | 100 | 41 | 47 | 57 | 55 |
| Binary | 10101010 | 10000011 | 111101 | 0 | 10111 | 1000000 | 100001 | 100111 | 101111 | 101101 |
Color Harmonies of #AA833D
Complementary color
Monochromatic Colors of #AA833D
Black with #AA833D
Text Example
Text Example
White with #AA833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA833D; }
p { color: rgb(170,131,61); }
H1.HeaderClassName
{
color: #AA833D;
}
.AnyTagClassName
{
color: #AA833D;
}
</style>
background-color css
<style>
a { background-color: #AA833D; }
a { background-color: rgb(170,131,61); }
div.DivClassName
{
background-color: #AA833D;
}
.BgClassName
{
background-color: #AA833D;
}
</style>
border-color css
<style>
span { border-color: #AA833D; }
span { border-color: rgb(170,131,61); }
td.TdClassName
{
border-color: #AA833D;
}
.TagClassName
{
border-color: #AA833D;
}
</style>