Shades of Alpine #AA813E
Tints of Alpine #AA813E
RGB
CMYK
RGB Variations
Color information
#AA813E (or 0xAA813E) is known color: Alpine. HEX triplet: AA, 81 and 3E. RGB value is (170,129,62). Sum of RGB (Red+Green+Blue) = 170+129+62=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA813E is #557EC1. Grayscale: #858585. Windows color (decimal): -5603010 or 4096426. OLE color: 4096426.
HSL color Cylindrical-coordinate representation of color #AA813E: hue angle of 37.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA813E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 62 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.33 |
| HSL | 37.22º | 0.47% | 0.45% | - |
| HSV(B) | 37.22º | 0.64% | 0.67% | - |
| XYZ | 25.3 | 24.59 | 7.97 | - |
| YUV | 133.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 62 | 0 | 0.24 | 0.64 | 0.33 | 37.22 | 0.47 | 0.45 |
| Hex | AA | 81 | 3E | 0 | 18 | 40 | 21 | 25 | 2F | 2D |
| Octal | 252 | 201 | 76 | 0 | 30 | 100 | 41 | 45 | 57 | 55 |
| Binary | 10101010 | 10000001 | 111110 | 0 | 11000 | 1000000 | 100001 | 100101 | 101111 | 101101 |
Color Harmonies of #AA813E
Complementary color
Monochromatic Colors of #AA813E
Black with #AA813E
Text Example
Text Example
White with #AA813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA813E; }
p { color: rgb(170,129,62); }
H1.HeaderClassName
{
color: #AA813E;
}
.AnyTagClassName
{
color: #AA813E;
}
</style>
background-color css
<style>
a { background-color: #AA813E; }
a { background-color: rgb(170,129,62); }
div.DivClassName
{
background-color: #AA813E;
}
.BgClassName
{
background-color: #AA813E;
}
</style>
border-color css
<style>
span { border-color: #AA813E; }
span { border-color: rgb(170,129,62); }
td.TdClassName
{
border-color: #AA813E;
}
.TagClassName
{
border-color: #AA813E;
}
</style>