Shades of Alpine #AA823D
Tints of Alpine #AA823D
RGB
CMYK
RGB Variations
Color information
#AA823D (or 0xAA823D) is known color: Alpine. HEX triplet: AA, 82 and 3D. RGB value is (170,130,61). Sum of RGB (Red+Green+Blue) = 170+130+61=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA823D is #557DC2. Grayscale: #868686. Windows color (decimal): -5602755 or 4031146. OLE color: 4031146.
HSL color Cylindrical-coordinate representation of color #AA823D: hue angle of 37.98º 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 #AA823D is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 61 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.33 |
| HSL | 37.98º | 0.47% | 0.45% | - |
| HSV(B) | 37.98º | 0.64% | 0.67% | - |
| XYZ | 25.4 | 24.85 | 7.87 | - |
| YUV | 134.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 61 | 0 | 0.24 | 0.64 | 0.33 | 37.98 | 0.47 | 0.45 |
| Hex | AA | 82 | 3D | 0 | 18 | 40 | 21 | 26 | 2F | 2D |
| Octal | 252 | 202 | 75 | 0 | 30 | 100 | 41 | 46 | 57 | 55 |
| Binary | 10101010 | 10000010 | 111101 | 0 | 11000 | 1000000 | 100001 | 100110 | 101111 | 101101 |
Color Harmonies of #AA823D
Complementary color
Monochromatic Colors of #AA823D
Black with #AA823D
Text Example
Text Example
White with #AA823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA823D; }
p { color: rgb(170,130,61); }
H1.HeaderClassName
{
color: #AA823D;
}
.AnyTagClassName
{
color: #AA823D;
}
</style>
background-color css
<style>
a { background-color: #AA823D; }
a { background-color: rgb(170,130,61); }
div.DivClassName
{
background-color: #AA823D;
}
.BgClassName
{
background-color: #AA823D;
}
</style>
border-color css
<style>
span { border-color: #AA823D; }
span { border-color: rgb(170,130,61); }
td.TdClassName
{
border-color: #AA823D;
}
.TagClassName
{
border-color: #AA823D;
}
</style>