Shades of Alpine #AA7E40
Tints of Alpine #AA7E40
RGB
CMYK
RGB Variations
Color information
#AA7E40 (or 0xAA7E40) is known color: Alpine. HEX triplet: AA, 7E and 40. RGB value is (170,126,64). Sum of RGB (Red+Green+Blue) = 170+126+64=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E40 is #5581BF. Grayscale: #848484. Windows color (decimal): -5603776 or 4226730. OLE color: 4226730.
HSL color Cylindrical-coordinate representation of color #AA7E40: hue angle of 35.09º 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 #AA7E40 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 64 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.33 |
| HSL | 35.09º | 0.45% | 0.46% | - |
| HSV(B) | 35.09º | 0.62% | 0.67% | - |
| XYZ | 24.96 | 23.84 | 8.14 | - |
| YUV | 132.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 64 | 0 | 0.26 | 0.62 | 0.33 | 35.09 | 0.45 | 0.46 |
| Hex | AA | 7E | 40 | 0 | 1A | 3E | 21 | 23 | 2D | 2E |
| Octal | 252 | 176 | 100 | 0 | 32 | 76 | 41 | 43 | 55 | 56 |
| Binary | 10101010 | 1111110 | 1000000 | 0 | 11010 | 111110 | 100001 | 100011 | 101101 | 101110 |
Color Harmonies of #AA7E40
Complementary color
Monochromatic Colors of #AA7E40
Black with #AA7E40
Text Example
Text Example
White with #AA7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E40; }
p { color: rgb(170,126,64); }
H1.HeaderClassName
{
color: #AA7E40;
}
.AnyTagClassName
{
color: #AA7E40;
}
</style>
background-color css
<style>
a { background-color: #AA7E40; }
a { background-color: rgb(170,126,64); }
div.DivClassName
{
background-color: #AA7E40;
}
.BgClassName
{
background-color: #AA7E40;
}
</style>
border-color css
<style>
span { border-color: #AA7E40; }
span { border-color: rgb(170,126,64); }
td.TdClassName
{
border-color: #AA7E40;
}
.TagClassName
{
border-color: #AA7E40;
}
</style>