Shades of Alpine #AA8041
Tints of Alpine #AA8041
RGB
CMYK
RGB Variations
Color information
#AA8041 (or 0xAA8041) is known color: Alpine. HEX triplet: AA, 80 and 41. RGB value is (170,128,65). Sum of RGB (Red+Green+Blue) = 170+128+65=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8041 is #557FBE. Grayscale: #858585. Windows color (decimal): -5603263 or 4292778. OLE color: 4292778.
HSL color Cylindrical-coordinate representation of color #AA8041: hue angle of 36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8041 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 65 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.33 |
| HSL | 36º | 0.45% | 0.46% | - |
| HSV(B) | 36º | 0.62% | 0.67% | - |
| XYZ | 25.25 | 24.37 | 8.37 | - |
| YUV | 133.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 65 | 0 | 0.25 | 0.62 | 0.33 | 36 | 0.45 | 0.46 |
| Hex | AA | 80 | 41 | 0 | 19 | 3E | 21 | 24 | 2D | 2E |
| Octal | 252 | 200 | 101 | 0 | 31 | 76 | 41 | 44 | 55 | 56 |
| Binary | 10101010 | 10000000 | 1000001 | 0 | 11001 | 111110 | 100001 | 100100 | 101101 | 101110 |
Color Harmonies of #AA8041
Complementary color
Monochromatic Colors of #AA8041
Black with #AA8041
Text Example
Text Example
White with #AA8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8041; }
p { color: rgb(170,128,65); }
H1.HeaderClassName
{
color: #AA8041;
}
.AnyTagClassName
{
color: #AA8041;
}
</style>
background-color css
<style>
a { background-color: #AA8041; }
a { background-color: rgb(170,128,65); }
div.DivClassName
{
background-color: #AA8041;
}
.BgClassName
{
background-color: #AA8041;
}
</style>
border-color css
<style>
span { border-color: #AA8041; }
span { border-color: rgb(170,128,65); }
td.TdClassName
{
border-color: #AA8041;
}
.TagClassName
{
border-color: #AA8041;
}
</style>