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