Shades of Alpine #AA873C
Tints of Alpine #AA873C
RGB
CMYK
RGB Variations
Color information
#AA873C (or 0xAA873C) is known color: Alpine. HEX triplet: AA, 87 and 3C. RGB value is (170,135,60). Sum of RGB (Red+Green+Blue) = 170+135+60=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA873C is #5578C3. Grayscale: #898989. Windows color (decimal): -5601476 or 3966890. OLE color: 3966890.
HSL color Cylindrical-coordinate representation of color #AA873C: hue angle of 40.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA873C is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 60 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.33 |
| HSL | 40.91º | 0.48% | 0.45% | - |
| HSV(B) | 40.91º | 0.65% | 0.67% | - |
| XYZ | 26.06 | 26.2 | 7.96 | - |
| YUV | 136.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 60 | 0 | 0.21 | 0.65 | 0.33 | 40.91 | 0.48 | 0.45 |
| Hex | AA | 87 | 3C | 0 | 15 | 41 | 21 | 29 | 30 | 2D |
| Octal | 252 | 207 | 74 | 0 | 25 | 101 | 41 | 51 | 60 | 55 |
| Binary | 10101010 | 10000111 | 111100 | 0 | 10101 | 1000001 | 100001 | 101001 | 110000 | 101101 |
Color Harmonies of #AA873C
Complementary color
Monochromatic Colors of #AA873C
Black with #AA873C
Text Example
Text Example
White with #AA873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA873C; }
p { color: rgb(170,135,60); }
H1.HeaderClassName
{
color: #AA873C;
}
.AnyTagClassName
{
color: #AA873C;
}
</style>
background-color css
<style>
a { background-color: #AA873C; }
a { background-color: rgb(170,135,60); }
div.DivClassName
{
background-color: #AA873C;
}
.BgClassName
{
background-color: #AA873C;
}
</style>
border-color css
<style>
span { border-color: #AA873C; }
span { border-color: rgb(170,135,60); }
td.TdClassName
{
border-color: #AA873C;
}
.TagClassName
{
border-color: #AA873C;
}
</style>