Shades of Alpine #AA823E
Tints of Alpine #AA823E
RGB
CMYK
RGB Variations
Color information
#AA823E (or 0xAA823E) is known color: Alpine. HEX triplet: AA, 82 and 3E. RGB value is (170,130,62). Sum of RGB (Red+Green+Blue) = 170+130+62=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA823E is #557DC1. Grayscale: #868686. Windows color (decimal): -5602754 or 4096682. OLE color: 4096682.
HSL color Cylindrical-coordinate representation of color #AA823E: hue angle of 37.78º 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 #AA823E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 62 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.33 |
| HSL | 37.78º | 0.47% | 0.45% | - |
| HSV(B) | 37.78º | 0.64% | 0.67% | - |
| XYZ | 25.43 | 24.86 | 8.02 | - |
| YUV | 134.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 62 | 0 | 0.24 | 0.64 | 0.33 | 37.78 | 0.47 | 0.45 |
| Hex | AA | 82 | 3E | 0 | 18 | 40 | 21 | 26 | 2F | 2D |
| Octal | 252 | 202 | 76 | 0 | 30 | 100 | 41 | 46 | 57 | 55 |
| Binary | 10101010 | 10000010 | 111110 | 0 | 11000 | 1000000 | 100001 | 100110 | 101111 | 101101 |
Color Harmonies of #AA823E
Complementary color
Monochromatic Colors of #AA823E
Black with #AA823E
Text Example
Text Example
White with #AA823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA823E; }
p { color: rgb(170,130,62); }
H1.HeaderClassName
{
color: #AA823E;
}
.AnyTagClassName
{
color: #AA823E;
}
</style>
background-color css
<style>
a { background-color: #AA823E; }
a { background-color: rgb(170,130,62); }
div.DivClassName
{
background-color: #AA823E;
}
.BgClassName
{
background-color: #AA823E;
}
</style>
border-color css
<style>
span { border-color: #AA823E; }
span { border-color: rgb(170,130,62); }
td.TdClassName
{
border-color: #AA823E;
}
.TagClassName
{
border-color: #AA823E;
}
</style>