Shades of Alpine #AA803B
Tints of Alpine #AA803B
RGB
CMYK
RGB Variations
Color information
#AA803B (or 0xAA803B) is known color: Alpine. HEX triplet: AA, 80 and 3B. RGB value is (170,128,59). Sum of RGB (Red+Green+Blue) = 170+128+59=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA803B is #557FC4. Grayscale: #858585. Windows color (decimal): -5603269 or 3899562. OLE color: 3899562.
HSL color Cylindrical-coordinate representation of color #AA803B: hue angle of 37.3º 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 #AA803B is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 59 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.33 |
| HSL | 37.3º | 0.48% | 0.45% | - |
| HSV(B) | 37.3º | 0.65% | 0.67% | - |
| XYZ | 25.09 | 24.3 | 7.51 | - |
| YUV | 132.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 59 | 0 | 0.25 | 0.65 | 0.33 | 37.3 | 0.48 | 0.45 |
| Hex | AA | 80 | 3B | 0 | 19 | 41 | 21 | 25 | 30 | 2D |
| Octal | 252 | 200 | 73 | 0 | 31 | 101 | 41 | 45 | 60 | 55 |
| Binary | 10101010 | 10000000 | 111011 | 0 | 11001 | 1000001 | 100001 | 100101 | 110000 | 101101 |
Color Harmonies of #AA803B
Complementary color
Monochromatic Colors of #AA803B
Black with #AA803B
Text Example
Text Example
White with #AA803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA803B; }
p { color: rgb(170,128,59); }
H1.HeaderClassName
{
color: #AA803B;
}
.AnyTagClassName
{
color: #AA803B;
}
</style>
background-color css
<style>
a { background-color: #AA803B; }
a { background-color: rgb(170,128,59); }
div.DivClassName
{
background-color: #AA803B;
}
.BgClassName
{
background-color: #AA803B;
}
</style>
border-color css
<style>
span { border-color: #AA803B; }
span { border-color: rgb(170,128,59); }
td.TdClassName
{
border-color: #AA803B;
}
.TagClassName
{
border-color: #AA803B;
}
</style>