Shades of Alpine #AA873A
Tints of Alpine #AA873A
RGB
CMYK
RGB Variations
Color information
#AA873A (or 0xAA873A) is known color: Alpine. HEX triplet: AA, 87 and 3A. RGB value is (170,135,58). Sum of RGB (Red+Green+Blue) = 170+135+58=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA873A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA873A is #5578C5. Grayscale: #898989. Windows color (decimal): -5601478 or 3835818. OLE color: 3835818.
HSL color Cylindrical-coordinate representation of color #AA873A: hue angle of 41.25º degrees, saturation: 0.49, 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 #AA873A is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 58 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.33 |
| HSL | 41.25º | 0.49% | 0.45% | - |
| HSV(B) | 41.25º | 0.66% | 0.67% | - |
| XYZ | 26.01 | 26.18 | 7.69 | - |
| YUV | 136.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 58 | 0 | 0.21 | 0.66 | 0.33 | 41.25 | 0.49 | 0.45 |
| Hex | AA | 87 | 3A | 0 | 15 | 42 | 21 | 29 | 31 | 2D |
| Octal | 252 | 207 | 72 | 0 | 25 | 102 | 41 | 51 | 61 | 55 |
| Binary | 10101010 | 10000111 | 111010 | 0 | 10101 | 1000010 | 100001 | 101001 | 110001 | 101101 |
Color Harmonies of #AA873A
Complementary color
Monochromatic Colors of #AA873A
Black with #AA873A
Text Example
Text Example
White with #AA873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA873A; }
p { color: rgb(170,135,58); }
H1.HeaderClassName
{
color: #AA873A;
}
.AnyTagClassName
{
color: #AA873A;
}
</style>
background-color css
<style>
a { background-color: #AA873A; }
a { background-color: rgb(170,135,58); }
div.DivClassName
{
background-color: #AA873A;
}
.BgClassName
{
background-color: #AA873A;
}
</style>
border-color css
<style>
span { border-color: #AA873A; }
span { border-color: rgb(170,135,58); }
td.TdClassName
{
border-color: #AA873A;
}
.TagClassName
{
border-color: #AA873A;
}
</style>