Shades of Alpine #AA883A
Tints of Alpine #AA883A
RGB
CMYK
RGB Variations
Color information
#AA883A (or 0xAA883A) is known color: Alpine. HEX triplet: AA, 88 and 3A. RGB value is (170,136,58). Sum of RGB (Red+Green+Blue) = 170+136+58=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA883A is #5577C5. Grayscale: #898989. Windows color (decimal): -5601222 or 3836074. OLE color: 3836074.
HSL color Cylindrical-coordinate representation of color #AA883A: hue angle of 41.79º 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 #AA883A is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 58 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.33 |
| HSL | 41.79º | 0.49% | 0.45% | - |
| HSV(B) | 41.79º | 0.66% | 0.67% | - |
| XYZ | 26.15 | 26.46 | 7.73 | - |
| YUV | 137.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 58 | 0 | 0.20 | 0.66 | 0.33 | 41.79 | 0.49 | 0.45 |
| Hex | AA | 88 | 3A | 0 | 14 | 42 | 21 | 2A | 31 | 2D |
| Octal | 252 | 210 | 72 | 0 | 24 | 102 | 41 | 52 | 61 | 55 |
| Binary | 10101010 | 10001000 | 111010 | 0 | 10100 | 1000010 | 100001 | 101010 | 110001 | 101101 |
Color Harmonies of #AA883A
Complementary color
Monochromatic Colors of #AA883A
Black with #AA883A
Text Example
Text Example
White with #AA883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA883A; }
p { color: rgb(170,136,58); }
H1.HeaderClassName
{
color: #AA883A;
}
.AnyTagClassName
{
color: #AA883A;
}
</style>
background-color css
<style>
a { background-color: #AA883A; }
a { background-color: rgb(170,136,58); }
div.DivClassName
{
background-color: #AA883A;
}
.BgClassName
{
background-color: #AA883A;
}
</style>
border-color css
<style>
span { border-color: #AA883A; }
span { border-color: rgb(170,136,58); }
td.TdClassName
{
border-color: #AA883A;
}
.TagClassName
{
border-color: #AA883A;
}
</style>