Shades of Alpine #AA873E
Tints of Alpine #AA873E
RGB
CMYK
RGB Variations
Color information
#AA873E (or 0xAA873E) is known color: Alpine. HEX triplet: AA, 87 and 3E. RGB value is (170,135,62). Sum of RGB (Red+Green+Blue) = 170+135+62=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA873E is #5578C1. Grayscale: #898989. Windows color (decimal): -5601474 or 4097962. OLE color: 4097962.
HSL color Cylindrical-coordinate representation of color #AA873E: hue angle of 40.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA873E is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 62 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.33 |
| HSL | 40.56º | 0.47% | 0.45% | - |
| HSV(B) | 40.56º | 0.64% | 0.67% | - |
| XYZ | 26.11 | 26.22 | 8.24 | - |
| YUV | 137.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 62 | 0 | 0.21 | 0.64 | 0.33 | 40.56 | 0.47 | 0.45 |
| Hex | AA | 87 | 3E | 0 | 15 | 40 | 21 | 29 | 2F | 2D |
| Octal | 252 | 207 | 76 | 0 | 25 | 100 | 41 | 51 | 57 | 55 |
| Binary | 10101010 | 10000111 | 111110 | 0 | 10101 | 1000000 | 100001 | 101001 | 101111 | 101101 |
Color Harmonies of #AA873E
Complementary color
Monochromatic Colors of #AA873E
Black with #AA873E
Text Example
Text Example
White with #AA873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA873E; }
p { color: rgb(170,135,62); }
H1.HeaderClassName
{
color: #AA873E;
}
.AnyTagClassName
{
color: #AA873E;
}
</style>
background-color css
<style>
a { background-color: #AA873E; }
a { background-color: rgb(170,135,62); }
div.DivClassName
{
background-color: #AA873E;
}
.BgClassName
{
background-color: #AA873E;
}
</style>
border-color css
<style>
span { border-color: #AA873E; }
span { border-color: rgb(170,135,62); }
td.TdClassName
{
border-color: #AA873E;
}
.TagClassName
{
border-color: #AA873E;
}
</style>