Shades of Alpine #AA813B
Tints of Alpine #AA813B
RGB
CMYK
RGB Variations
Color information
#AA813B (or 0xAA813B) is known color: Alpine. HEX triplet: AA, 81 and 3B. RGB value is (170,129,59). Sum of RGB (Red+Green+Blue) = 170+129+59=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA813B is #557EC4. Grayscale: #858585. Windows color (decimal): -5603013 or 3899818. OLE color: 3899818.
HSL color Cylindrical-coordinate representation of color #AA813B: hue angle of 37.84º 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 #AA813B is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 59 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.33 |
| HSL | 37.84º | 0.48% | 0.45% | - |
| HSV(B) | 37.84º | 0.65% | 0.67% | - |
| XYZ | 25.22 | 24.56 | 7.55 | - |
| YUV | 133.28 | 86.08 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 59 | 0 | 0.24 | 0.65 | 0.33 | 37.84 | 0.48 | 0.45 |
| Hex | AA | 81 | 3B | 0 | 18 | 41 | 21 | 26 | 30 | 2D |
| Octal | 252 | 201 | 73 | 0 | 30 | 101 | 41 | 46 | 60 | 55 |
| Binary | 10101010 | 10000001 | 111011 | 0 | 11000 | 1000001 | 100001 | 100110 | 110000 | 101101 |
Color Harmonies of #AA813B
Complementary color
Monochromatic Colors of #AA813B
Black with #AA813B
Text Example
Text Example
White with #AA813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA813B; }
p { color: rgb(170,129,59); }
H1.HeaderClassName
{
color: #AA813B;
}
.AnyTagClassName
{
color: #AA813B;
}
</style>
background-color css
<style>
a { background-color: #AA813B; }
a { background-color: rgb(170,129,59); }
div.DivClassName
{
background-color: #AA813B;
}
.BgClassName
{
background-color: #AA813B;
}
</style>
border-color css
<style>
span { border-color: #AA813B; }
span { border-color: rgb(170,129,59); }
td.TdClassName
{
border-color: #AA813B;
}
.TagClassName
{
border-color: #AA813B;
}
</style>