Shades of Alpine #AA883F
Tints of Alpine #AA883F
RGB
CMYK
RGB Variations
Color information
#AA883F (or 0xAA883F) is known color: Alpine. HEX triplet: AA, 88 and 3F. RGB value is (170,136,63). Sum of RGB (Red+Green+Blue) = 170+136+63=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA883F is #5577C0. Grayscale: #8A8A8A. Windows color (decimal): -5601217 or 4163754. OLE color: 4163754.
HSL color Cylindrical-coordinate representation of color #AA883F: hue angle of 40.93º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA883F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 63 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.33 |
| HSL | 40.93º | 0.46% | 0.46% | - |
| HSV(B) | 40.93º | 0.63% | 0.67% | - |
| XYZ | 26.28 | 26.51 | 8.44 | - |
| YUV | 137.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 63 | 0 | 0.20 | 0.63 | 0.33 | 40.93 | 0.46 | 0.46 |
| Hex | AA | 88 | 3F | 0 | 14 | 3F | 21 | 29 | 2E | 2E |
| Octal | 252 | 210 | 77 | 0 | 24 | 77 | 41 | 51 | 56 | 56 |
| Binary | 10101010 | 10001000 | 111111 | 0 | 10100 | 111111 | 100001 | 101001 | 101110 | 101110 |
Color Harmonies of #AA883F
Complementary color
Monochromatic Colors of #AA883F
Black with #AA883F
Text Example
Text Example
White with #AA883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA883F; }
p { color: rgb(170,136,63); }
H1.HeaderClassName
{
color: #AA883F;
}
.AnyTagClassName
{
color: #AA883F;
}
</style>
background-color css
<style>
a { background-color: #AA883F; }
a { background-color: rgb(170,136,63); }
div.DivClassName
{
background-color: #AA883F;
}
.BgClassName
{
background-color: #AA883F;
}
</style>
border-color css
<style>
span { border-color: #AA883F; }
span { border-color: rgb(170,136,63); }
td.TdClassName
{
border-color: #AA883F;
}
.TagClassName
{
border-color: #AA883F;
}
</style>