Shades of Alpine #AA803A
Tints of Alpine #AA803A
RGB
CMYK
RGB Variations
Color information
#AA803A (or 0xAA803A) is known color: Alpine. HEX triplet: AA, 80 and 3A. RGB value is (170,128,58). Sum of RGB (Red+Green+Blue) = 170+128+58=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA803A is #557FC5. Grayscale: #848484. Windows color (decimal): -5603270 or 3834026. OLE color: 3834026.
HSL color Cylindrical-coordinate representation of color #AA803A: hue angle of 37.5º 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 #AA803A is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 58 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.33 |
| HSL | 37.5º | 0.49% | 0.45% | - |
| HSV(B) | 37.5º | 0.66% | 0.67% | - |
| XYZ | 25.06 | 24.29 | 7.37 | - |
| YUV | 132.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 58 | 0 | 0.25 | 0.66 | 0.33 | 37.5 | 0.49 | 0.45 |
| Hex | AA | 80 | 3A | 0 | 19 | 42 | 21 | 26 | 31 | 2D |
| Octal | 252 | 200 | 72 | 0 | 31 | 102 | 41 | 46 | 61 | 55 |
| Binary | 10101010 | 10000000 | 111010 | 0 | 11001 | 1000010 | 100001 | 100110 | 110001 | 101101 |
Color Harmonies of #AA803A
Complementary color
Monochromatic Colors of #AA803A
Black with #AA803A
Text Example
Text Example
White with #AA803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA803A; }
p { color: rgb(170,128,58); }
H1.HeaderClassName
{
color: #AA803A;
}
.AnyTagClassName
{
color: #AA803A;
}
</style>
background-color css
<style>
a { background-color: #AA803A; }
a { background-color: rgb(170,128,58); }
div.DivClassName
{
background-color: #AA803A;
}
.BgClassName
{
background-color: #AA803A;
}
</style>
border-color css
<style>
span { border-color: #AA803A; }
span { border-color: rgb(170,128,58); }
td.TdClassName
{
border-color: #AA803A;
}
.TagClassName
{
border-color: #AA803A;
}
</style>