Shades of Alpine #AA7F37
Tints of Alpine #AA7F37
RGB
CMYK
RGB Variations
Color information
#AA7F37 (or 0xAA7F37) is known color: Alpine. HEX triplet: AA, 7F and 37. RGB value is (170,127,55). Sum of RGB (Red+Green+Blue) = 170+127+55=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F37 is #5580C8. Grayscale: #838383. Windows color (decimal): -5603529 or 3637162. OLE color: 3637162.
HSL color Cylindrical-coordinate representation of color #AA7F37: hue angle of 37.57º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA7F37 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 55 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.33 |
| HSL | 37.57º | 0.51% | 0.44% | - |
| HSV(B) | 37.57º | 0.68% | 0.67% | - |
| XYZ | 24.86 | 24 | 6.94 | - |
| YUV | 131.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 55 | 0 | 0.25 | 0.68 | 0.33 | 37.57 | 0.51 | 0.44 |
| Hex | AA | 7F | 37 | 0 | 19 | 44 | 21 | 26 | 33 | 2C |
| Octal | 252 | 177 | 67 | 0 | 31 | 104 | 41 | 46 | 63 | 54 |
| Binary | 10101010 | 1111111 | 110111 | 0 | 11001 | 1000100 | 100001 | 100110 | 110011 | 101100 |
Color Harmonies of #AA7F37
Complementary color
Monochromatic Colors of #AA7F37
Black with #AA7F37
Text Example
Text Example
White with #AA7F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F37; }
p { color: rgb(170,127,55); }
H1.HeaderClassName
{
color: #AA7F37;
}
.AnyTagClassName
{
color: #AA7F37;
}
</style>
background-color css
<style>
a { background-color: #AA7F37; }
a { background-color: rgb(170,127,55); }
div.DivClassName
{
background-color: #AA7F37;
}
.BgClassName
{
background-color: #AA7F37;
}
</style>
border-color css
<style>
span { border-color: #AA7F37; }
span { border-color: rgb(170,127,55); }
td.TdClassName
{
border-color: #AA7F37;
}
.TagClassName
{
border-color: #AA7F37;
}
</style>