Shades of Alpine #AA8230
Tints of Alpine #AA8230
RGB
CMYK
RGB Variations
Color information
#AA8230 (or 0xAA8230) is known color: Alpine. HEX triplet: AA, 82 and 30. RGB value is (170,130,48). Sum of RGB (Red+Green+Blue) = 170+130+48=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8230 is #557DCF. Grayscale: #848484. Windows color (decimal): -5602768 or 3179178. OLE color: 3179178.
HSL color Cylindrical-coordinate representation of color #AA8230: hue angle of 40.33º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA8230 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 48 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.33 |
| HSL | 40.33º | 0.56% | 0.43% | - |
| HSV(B) | 40.33º | 0.72% | 0.67% | - |
| XYZ | 25.09 | 24.72 | 6.25 | - |
| YUV | 132.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 48 | 0 | 0.24 | 0.72 | 0.33 | 40.33 | 0.56 | 0.43 |
| Hex | AA | 82 | 30 | 0 | 18 | 48 | 21 | 28 | 38 | 2B |
| Octal | 252 | 202 | 60 | 0 | 30 | 110 | 41 | 50 | 70 | 53 |
| Binary | 10101010 | 10000010 | 110000 | 0 | 11000 | 1001000 | 100001 | 101000 | 111000 | 101011 |
Color Harmonies of #AA8230
Complementary color
Monochromatic Colors of #AA8230
Black with #AA8230
Text Example
Text Example
White with #AA8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8230; }
p { color: rgb(170,130,48); }
H1.HeaderClassName
{
color: #AA8230;
}
.AnyTagClassName
{
color: #AA8230;
}
</style>
background-color css
<style>
a { background-color: #AA8230; }
a { background-color: rgb(170,130,48); }
div.DivClassName
{
background-color: #AA8230;
}
.BgClassName
{
background-color: #AA8230;
}
</style>
border-color css
<style>
span { border-color: #AA8230; }
span { border-color: rgb(170,130,48); }
td.TdClassName
{
border-color: #AA8230;
}
.TagClassName
{
border-color: #AA8230;
}
</style>