Shades of Alpine #AA8A3A
Tints of Alpine #AA8A3A
RGB
CMYK
RGB Variations
Color information
#AA8A3A (or 0xAA8A3A) is known color: Alpine. HEX triplet: AA, 8A and 3A. RGB value is (170,138,58). Sum of RGB (Red+Green+Blue) = 170+138+58=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A3A is #5575C5. Grayscale: #8A8A8A. Windows color (decimal): -5600710 or 3836586. OLE color: 3836586.
HSL color Cylindrical-coordinate representation of color #AA8A3A: hue angle of 42.86º 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 #AA8A3A is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 58 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.33 |
| HSL | 42.86º | 0.49% | 0.45% | - |
| HSV(B) | 42.86º | 0.66% | 0.67% | - |
| XYZ | 26.43 | 27.03 | 7.83 | - |
| YUV | 138.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 58 | 0 | 0.19 | 0.66 | 0.33 | 42.86 | 0.49 | 0.45 |
| Hex | AA | 8A | 3A | 0 | 13 | 42 | 21 | 2B | 31 | 2D |
| Octal | 252 | 212 | 72 | 0 | 23 | 102 | 41 | 53 | 61 | 55 |
| Binary | 10101010 | 10001010 | 111010 | 0 | 10011 | 1000010 | 100001 | 101011 | 110001 | 101101 |
Color Harmonies of #AA8A3A
Complementary color
Monochromatic Colors of #AA8A3A
Black with #AA8A3A
Text Example
Text Example
White with #AA8A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A3A; }
p { color: rgb(170,138,58); }
H1.HeaderClassName
{
color: #AA8A3A;
}
.AnyTagClassName
{
color: #AA8A3A;
}
</style>
background-color css
<style>
a { background-color: #AA8A3A; }
a { background-color: rgb(170,138,58); }
div.DivClassName
{
background-color: #AA8A3A;
}
.BgClassName
{
background-color: #AA8A3A;
}
</style>
border-color css
<style>
span { border-color: #AA8A3A; }
span { border-color: rgb(170,138,58); }
td.TdClassName
{
border-color: #AA8A3A;
}
.TagClassName
{
border-color: #AA8A3A;
}
</style>