Shades of Alpine #AA7D39
Tints of Alpine #AA7D39
RGB
CMYK
RGB Variations
Color information
#AA7D39 (or 0xAA7D39) is known color: Alpine. HEX triplet: AA, 7D and 39. RGB value is (170,125,57). Sum of RGB (Red+Green+Blue) = 170+125+57=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D39 is #5582C6. Grayscale: #838383. Windows color (decimal): -5604039 or 3767722. OLE color: 3767722.
HSL color Cylindrical-coordinate representation of color #AA7D39: hue angle of 36.11º 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 #AA7D39 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 57 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.33 |
| HSL | 36.11º | 0.5% | 0.45% | - |
| HSV(B) | 36.11º | 0.66% | 0.67% | - |
| XYZ | 24.65 | 23.51 | 7.11 | - |
| YUV | 130.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 57 | 0 | 0.26 | 0.66 | 0.33 | 36.11 | 0.5 | 0.45 |
| Hex | AA | 7D | 39 | 0 | 1A | 42 | 21 | 24 | 32 | 2D |
| Octal | 252 | 175 | 71 | 0 | 32 | 102 | 41 | 44 | 62 | 55 |
| Binary | 10101010 | 1111101 | 111001 | 0 | 11010 | 1000010 | 100001 | 100100 | 110010 | 101101 |
Color Harmonies of #AA7D39
Complementary color
Monochromatic Colors of #AA7D39
Black with #AA7D39
Text Example
Text Example
White with #AA7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D39; }
p { color: rgb(170,125,57); }
H1.HeaderClassName
{
color: #AA7D39;
}
.AnyTagClassName
{
color: #AA7D39;
}
</style>
background-color css
<style>
a { background-color: #AA7D39; }
a { background-color: rgb(170,125,57); }
div.DivClassName
{
background-color: #AA7D39;
}
.BgClassName
{
background-color: #AA7D39;
}
</style>
border-color css
<style>
span { border-color: #AA7D39; }
span { border-color: rgb(170,125,57); }
td.TdClassName
{
border-color: #AA7D39;
}
.TagClassName
{
border-color: #AA7D39;
}
</style>