Shades of Alpine #AA7E3F
Tints of Alpine #AA7E3F
RGB
CMYK
RGB Variations
Color information
#AA7E3F (or 0xAA7E3F) is known color: Alpine. HEX triplet: AA, 7E and 3F. RGB value is (170,126,63). Sum of RGB (Red+Green+Blue) = 170+126+63=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E3F is #5581C0. Grayscale: #848484. Windows color (decimal): -5603777 or 4161194. OLE color: 4161194.
HSL color Cylindrical-coordinate representation of color #AA7E3F: hue angle of 35.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA7E3F is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 63 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.33 |
| HSL | 35.33º | 0.46% | 0.46% | - |
| HSV(B) | 35.33º | 0.63% | 0.67% | - |
| XYZ | 24.94 | 23.83 | 7.99 | - |
| YUV | 131.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 63 | 0 | 0.26 | 0.63 | 0.33 | 35.33 | 0.46 | 0.46 |
| Hex | AA | 7E | 3F | 0 | 1A | 3F | 21 | 23 | 2E | 2E |
| Octal | 252 | 176 | 77 | 0 | 32 | 77 | 41 | 43 | 56 | 56 |
| Binary | 10101010 | 1111110 | 111111 | 0 | 11010 | 111111 | 100001 | 100011 | 101110 | 101110 |
Color Harmonies of #AA7E3F
Complementary color
Monochromatic Colors of #AA7E3F
Black with #AA7E3F
Text Example
Text Example
White with #AA7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E3F; }
p { color: rgb(170,126,63); }
H1.HeaderClassName
{
color: #AA7E3F;
}
.AnyTagClassName
{
color: #AA7E3F;
}
</style>
background-color css
<style>
a { background-color: #AA7E3F; }
a { background-color: rgb(170,126,63); }
div.DivClassName
{
background-color: #AA7E3F;
}
.BgClassName
{
background-color: #AA7E3F;
}
</style>
border-color css
<style>
span { border-color: #AA7E3F; }
span { border-color: rgb(170,126,63); }
td.TdClassName
{
border-color: #AA7E3F;
}
.TagClassName
{
border-color: #AA7E3F;
}
</style>