Shades of Alpine #AA7E39
Tints of Alpine #AA7E39
RGB
CMYK
RGB Variations
Color information
#AA7E39 (or 0xAA7E39) is known color: Alpine. HEX triplet: AA, 7E and 39. RGB value is (170,126,57). Sum of RGB (Red+Green+Blue) = 170+126+57=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E39 is #5581C6. Grayscale: #838383. Windows color (decimal): -5603783 or 3767978. OLE color: 3767978.
HSL color Cylindrical-coordinate representation of color #AA7E39: hue angle of 36.64º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA7E39 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 57 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.33 |
| HSL | 36.64º | 0.5% | 0.45% | - |
| HSV(B) | 36.64º | 0.66% | 0.67% | - |
| XYZ | 24.78 | 23.76 | 7.15 | - |
| YUV | 131.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 57 | 0 | 0.26 | 0.66 | 0.33 | 36.64 | 0.5 | 0.45 |
| Hex | AA | 7E | 39 | 0 | 1A | 42 | 21 | 25 | 32 | 2D |
| Octal | 252 | 176 | 71 | 0 | 32 | 102 | 41 | 45 | 62 | 55 |
| Binary | 10101010 | 1111110 | 111001 | 0 | 11010 | 1000010 | 100001 | 100101 | 110010 | 101101 |
Color Harmonies of #AA7E39
Complementary color
Monochromatic Colors of #AA7E39
Black with #AA7E39
Text Example
Text Example
White with #AA7E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E39; }
p { color: rgb(170,126,57); }
H1.HeaderClassName
{
color: #AA7E39;
}
.AnyTagClassName
{
color: #AA7E39;
}
</style>
background-color css
<style>
a { background-color: #AA7E39; }
a { background-color: rgb(170,126,57); }
div.DivClassName
{
background-color: #AA7E39;
}
.BgClassName
{
background-color: #AA7E39;
}
</style>
border-color css
<style>
span { border-color: #AA7E39; }
span { border-color: rgb(170,126,57); }
td.TdClassName
{
border-color: #AA7E39;
}
.TagClassName
{
border-color: #AA7E39;
}
</style>