Shades of Alpine #AA7E3B
Tints of Alpine #AA7E3B
RGB
CMYK
RGB Variations
Color information
#AA7E3B (or 0xAA7E3B) is known color: Alpine. HEX triplet: AA, 7E and 3B. RGB value is (170,126,59). Sum of RGB (Red+Green+Blue) = 170+126+59=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E3B is #5581C4. Grayscale: #838383. Windows color (decimal): -5603781 or 3899050. OLE color: 3899050.
HSL color Cylindrical-coordinate representation of color #AA7E3B: hue angle of 36.22º 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 #AA7E3B is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 59 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.33 |
| HSL | 36.22º | 0.48% | 0.45% | - |
| HSV(B) | 36.22º | 0.65% | 0.67% | - |
| XYZ | 24.83 | 23.78 | 7.42 | - |
| YUV | 131.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 59 | 0 | 0.26 | 0.65 | 0.33 | 36.22 | 0.48 | 0.45 |
| Hex | AA | 7E | 3B | 0 | 1A | 41 | 21 | 24 | 30 | 2D |
| Octal | 252 | 176 | 73 | 0 | 32 | 101 | 41 | 44 | 60 | 55 |
| Binary | 10101010 | 1111110 | 111011 | 0 | 11010 | 1000001 | 100001 | 100100 | 110000 | 101101 |
Color Harmonies of #AA7E3B
Complementary color
Monochromatic Colors of #AA7E3B
Black with #AA7E3B
Text Example
Text Example
White with #AA7E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E3B; }
p { color: rgb(170,126,59); }
H1.HeaderClassName
{
color: #AA7E3B;
}
.AnyTagClassName
{
color: #AA7E3B;
}
</style>
background-color css
<style>
a { background-color: #AA7E3B; }
a { background-color: rgb(170,126,59); }
div.DivClassName
{
background-color: #AA7E3B;
}
.BgClassName
{
background-color: #AA7E3B;
}
</style>
border-color css
<style>
span { border-color: #AA7E3B; }
span { border-color: rgb(170,126,59); }
td.TdClassName
{
border-color: #AA7E3B;
}
.TagClassName
{
border-color: #AA7E3B;
}
</style>