Shades of Alpine #AA8739
Tints of Alpine #AA8739
RGB
CMYK
RGB Variations
Color information
#AA8739 (or 0xAA8739) is known color: Alpine. HEX triplet: AA, 87 and 39. RGB value is (170,135,57). Sum of RGB (Red+Green+Blue) = 170+135+57=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8739 is #5578C6. Grayscale: #888888. Windows color (decimal): -5601479 or 3770282. OLE color: 3770282.
HSL color Cylindrical-coordinate representation of color #AA8739: hue angle of 41.42º 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 #AA8739 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 57 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.33 |
| HSL | 41.42º | 0.5% | 0.45% | - |
| HSV(B) | 41.42º | 0.66% | 0.67% | - |
| XYZ | 25.98 | 26.17 | 7.55 | - |
| YUV | 136.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 57 | 0 | 0.21 | 0.66 | 0.33 | 41.42 | 0.5 | 0.45 |
| Hex | AA | 87 | 39 | 0 | 15 | 42 | 21 | 29 | 32 | 2D |
| Octal | 252 | 207 | 71 | 0 | 25 | 102 | 41 | 51 | 62 | 55 |
| Binary | 10101010 | 10000111 | 111001 | 0 | 10101 | 1000010 | 100001 | 101001 | 110010 | 101101 |
Color Harmonies of #AA8739
Complementary color
Monochromatic Colors of #AA8739
Black with #AA8739
Text Example
Text Example
White with #AA8739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8739; }
p { color: rgb(170,135,57); }
H1.HeaderClassName
{
color: #AA8739;
}
.AnyTagClassName
{
color: #AA8739;
}
</style>
background-color css
<style>
a { background-color: #AA8739; }
a { background-color: rgb(170,135,57); }
div.DivClassName
{
background-color: #AA8739;
}
.BgClassName
{
background-color: #AA8739;
}
</style>
border-color css
<style>
span { border-color: #AA8739; }
span { border-color: rgb(170,135,57); }
td.TdClassName
{
border-color: #AA8739;
}
.TagClassName
{
border-color: #AA8739;
}
</style>