Shades of Alpine #AA8131
Tints of Alpine #AA8131
RGB
CMYK
RGB Variations
Color information
#AA8131 (or 0xAA8131) is known color: Alpine. HEX triplet: AA, 81 and 31. RGB value is (170,129,49). Sum of RGB (Red+Green+Blue) = 170+129+49=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8131 is #557ECE. Grayscale: #848484. Windows color (decimal): -5603023 or 3244458. OLE color: 3244458.
HSL color Cylindrical-coordinate representation of color #AA8131: hue angle of 39.67º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA8131 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 49 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.33 |
| HSL | 39.67º | 0.55% | 0.43% | - |
| HSV(B) | 39.67º | 0.71% | 0.67% | - |
| XYZ | 24.98 | 24.47 | 6.31 | - |
| YUV | 132.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 49 | 0 | 0.24 | 0.71 | 0.33 | 39.67 | 0.55 | 0.43 |
| Hex | AA | 81 | 31 | 0 | 18 | 47 | 21 | 28 | 37 | 2B |
| Octal | 252 | 201 | 61 | 0 | 30 | 107 | 41 | 50 | 67 | 53 |
| Binary | 10101010 | 10000001 | 110001 | 0 | 11000 | 1000111 | 100001 | 101000 | 110111 | 101011 |
Color Harmonies of #AA8131
Complementary color
Monochromatic Colors of #AA8131
Black with #AA8131
Text Example
Text Example
White with #AA8131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8131; }
p { color: rgb(170,129,49); }
H1.HeaderClassName
{
color: #AA8131;
}
.AnyTagClassName
{
color: #AA8131;
}
</style>
background-color css
<style>
a { background-color: #AA8131; }
a { background-color: rgb(170,129,49); }
div.DivClassName
{
background-color: #AA8131;
}
.BgClassName
{
background-color: #AA8131;
}
</style>
border-color css
<style>
span { border-color: #AA8131; }
span { border-color: rgb(170,129,49); }
td.TdClassName
{
border-color: #AA8131;
}
.TagClassName
{
border-color: #AA8131;
}
</style>