Shades of Alpine #AA7F36
Tints of Alpine #AA7F36
RGB
CMYK
RGB Variations
Color information
#AA7F36 (or 0xAA7F36) is known color: Alpine. HEX triplet: AA, 7F and 36. RGB value is (170,127,54). Sum of RGB (Red+Green+Blue) = 170+127+54=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F36 is #5580C9. Grayscale: #838383. Windows color (decimal): -5603530 or 3571626. OLE color: 3571626.
HSL color Cylindrical-coordinate representation of color #AA7F36: hue angle of 37.76º degrees, saturation: 0.52, 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 #AA7F36 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 54 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.33 |
| HSL | 37.76º | 0.52% | 0.44% | - |
| HSV(B) | 37.76º | 0.68% | 0.67% | - |
| XYZ | 24.83 | 23.99 | 6.81 | - |
| YUV | 131.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 54 | 0 | 0.25 | 0.68 | 0.33 | 37.76 | 0.52 | 0.44 |
| Hex | AA | 7F | 36 | 0 | 19 | 44 | 21 | 26 | 34 | 2C |
| Octal | 252 | 177 | 66 | 0 | 31 | 104 | 41 | 46 | 64 | 54 |
| Binary | 10101010 | 1111111 | 110110 | 0 | 11001 | 1000100 | 100001 | 100110 | 110100 | 101100 |
Color Harmonies of #AA7F36
Complementary color
Monochromatic Colors of #AA7F36
Black with #AA7F36
Text Example
Text Example
White with #AA7F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F36; }
p { color: rgb(170,127,54); }
H1.HeaderClassName
{
color: #AA7F36;
}
.AnyTagClassName
{
color: #AA7F36;
}
</style>
background-color css
<style>
a { background-color: #AA7F36; }
a { background-color: rgb(170,127,54); }
div.DivClassName
{
background-color: #AA7F36;
}
.BgClassName
{
background-color: #AA7F36;
}
</style>
border-color css
<style>
span { border-color: #AA7F36; }
span { border-color: rgb(170,127,54); }
td.TdClassName
{
border-color: #AA7F36;
}
.TagClassName
{
border-color: #AA7F36;
}
</style>