Shades of Alpine #AA823B
Tints of Alpine #AA823B
RGB
CMYK
RGB Variations
Color information
#AA823B (or 0xAA823B) is known color: Alpine. HEX triplet: AA, 82 and 3B. RGB value is (170,130,59). Sum of RGB (Red+Green+Blue) = 170+130+59=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA823B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA823B is #557DC4. Grayscale: #868686. Windows color (decimal): -5602757 or 3900074. OLE color: 3900074.
HSL color Cylindrical-coordinate representation of color #AA823B: hue angle of 38.38º 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 #AA823B is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 59 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.33 |
| HSL | 38.38º | 0.48% | 0.45% | - |
| HSV(B) | 38.38º | 0.65% | 0.67% | - |
| XYZ | 25.35 | 24.83 | 7.59 | - |
| YUV | 133.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 59 | 0 | 0.24 | 0.65 | 0.33 | 38.38 | 0.48 | 0.45 |
| Hex | AA | 82 | 3B | 0 | 18 | 41 | 21 | 26 | 30 | 2D |
| Octal | 252 | 202 | 73 | 0 | 30 | 101 | 41 | 46 | 60 | 55 |
| Binary | 10101010 | 10000010 | 111011 | 0 | 11000 | 1000001 | 100001 | 100110 | 110000 | 101101 |
Color Harmonies of #AA823B
Complementary color
Monochromatic Colors of #AA823B
Black with #AA823B
Text Example
Text Example
White with #AA823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA823B; }
p { color: rgb(170,130,59); }
H1.HeaderClassName
{
color: #AA823B;
}
.AnyTagClassName
{
color: #AA823B;
}
</style>
background-color css
<style>
a { background-color: #AA823B; }
a { background-color: rgb(170,130,59); }
div.DivClassName
{
background-color: #AA823B;
}
.BgClassName
{
background-color: #AA823B;
}
</style>
border-color css
<style>
span { border-color: #AA823B; }
span { border-color: rgb(170,130,59); }
td.TdClassName
{
border-color: #AA823B;
}
.TagClassName
{
border-color: #AA823B;
}
</style>