Shades of Alpine #AA853F
Tints of Alpine #AA853F
RGB
CMYK
RGB Variations
Color information
#AA853F (or 0xAA853F) is known color: Alpine. HEX triplet: AA, 85 and 3F. RGB value is (170,133,63). Sum of RGB (Red+Green+Blue) = 170+133+63=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA853F is #557AC0. Grayscale: #888888. Windows color (decimal): -5601985 or 4162986. OLE color: 4162986.
HSL color Cylindrical-coordinate representation of color #AA853F: hue angle of 39.25º 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 #AA853F is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 63 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.33 |
| HSL | 39.25º | 0.46% | 0.46% | - |
| HSV(B) | 39.25º | 0.63% | 0.67% | - |
| XYZ | 25.86 | 25.68 | 8.3 | - |
| YUV | 136.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 63 | 0 | 0.22 | 0.63 | 0.33 | 39.25 | 0.46 | 0.46 |
| Hex | AA | 85 | 3F | 0 | 16 | 3F | 21 | 27 | 2E | 2E |
| Octal | 252 | 205 | 77 | 0 | 26 | 77 | 41 | 47 | 56 | 56 |
| Binary | 10101010 | 10000101 | 111111 | 0 | 10110 | 111111 | 100001 | 100111 | 101110 | 101110 |
Color Harmonies of #AA853F
Complementary color
Monochromatic Colors of #AA853F
Black with #AA853F
Text Example
Text Example
White with #AA853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA853F; }
p { color: rgb(170,133,63); }
H1.HeaderClassName
{
color: #AA853F;
}
.AnyTagClassName
{
color: #AA853F;
}
</style>
background-color css
<style>
a { background-color: #AA853F; }
a { background-color: rgb(170,133,63); }
div.DivClassName
{
background-color: #AA853F;
}
.BgClassName
{
background-color: #AA853F;
}
</style>
border-color css
<style>
span { border-color: #AA853F; }
span { border-color: rgb(170,133,63); }
td.TdClassName
{
border-color: #AA853F;
}
.TagClassName
{
border-color: #AA853F;
}
</style>