Shades of Alpine #AA7F39
Tints of Alpine #AA7F39
RGB
CMYK
RGB Variations
Color information
#AA7F39 (or 0xAA7F39) is known color: Alpine. HEX triplet: AA, 7F and 39. RGB value is (170,127,57). Sum of RGB (Red+Green+Blue) = 170+127+57=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F39 is #5580C6. Grayscale: #848484. Windows color (decimal): -5603527 or 3768234. OLE color: 3768234.
HSL color Cylindrical-coordinate representation of color #AA7F39: hue angle of 37.17º 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 #AA7F39 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 57 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.33 |
| HSL | 37.17º | 0.5% | 0.45% | - |
| HSV(B) | 37.17º | 0.66% | 0.67% | - |
| XYZ | 24.91 | 24.02 | 7.19 | - |
| YUV | 131.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 57 | 0 | 0.25 | 0.66 | 0.33 | 37.17 | 0.5 | 0.45 |
| Hex | AA | 7F | 39 | 0 | 19 | 42 | 21 | 25 | 32 | 2D |
| Octal | 252 | 177 | 71 | 0 | 31 | 102 | 41 | 45 | 62 | 55 |
| Binary | 10101010 | 1111111 | 111001 | 0 | 11001 | 1000010 | 100001 | 100101 | 110010 | 101101 |
Color Harmonies of #AA7F39
Complementary color
Monochromatic Colors of #AA7F39
Black with #AA7F39
Text Example
Text Example
White with #AA7F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F39; }
p { color: rgb(170,127,57); }
H1.HeaderClassName
{
color: #AA7F39;
}
.AnyTagClassName
{
color: #AA7F39;
}
</style>
background-color css
<style>
a { background-color: #AA7F39; }
a { background-color: rgb(170,127,57); }
div.DivClassName
{
background-color: #AA7F39;
}
.BgClassName
{
background-color: #AA7F39;
}
</style>
border-color css
<style>
span { border-color: #AA7F39; }
span { border-color: rgb(170,127,57); }
td.TdClassName
{
border-color: #AA7F39;
}
.TagClassName
{
border-color: #AA7F39;
}
</style>