Shades of Alpine #AA7D3B
Tints of Alpine #AA7D3B
RGB
CMYK
RGB Variations
Color information
#AA7D3B (or 0xAA7D3B) is known color: Alpine. HEX triplet: AA, 7D and 3B. RGB value is (170,125,59). Sum of RGB (Red+Green+Blue) = 170+125+59=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D3B is #5582C4. Grayscale: #838383. Windows color (decimal): -5604037 or 3898794. OLE color: 3898794.
HSL color Cylindrical-coordinate representation of color #AA7D3B: hue angle of 35.68º 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 #AA7D3B is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 59 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.33 |
| HSL | 35.68º | 0.48% | 0.45% | - |
| HSV(B) | 35.68º | 0.65% | 0.67% | - |
| XYZ | 24.7 | 23.53 | 7.38 | - |
| YUV | 130.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 59 | 0 | 0.26 | 0.65 | 0.33 | 35.68 | 0.48 | 0.45 |
| Hex | AA | 7D | 3B | 0 | 1A | 41 | 21 | 24 | 30 | 2D |
| Octal | 252 | 175 | 73 | 0 | 32 | 101 | 41 | 44 | 60 | 55 |
| Binary | 10101010 | 1111101 | 111011 | 0 | 11010 | 1000001 | 100001 | 100100 | 110000 | 101101 |
Color Harmonies of #AA7D3B
Complementary color
Monochromatic Colors of #AA7D3B
Black with #AA7D3B
Text Example
Text Example
White with #AA7D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D3B; }
p { color: rgb(170,125,59); }
H1.HeaderClassName
{
color: #AA7D3B;
}
.AnyTagClassName
{
color: #AA7D3B;
}
</style>
background-color css
<style>
a { background-color: #AA7D3B; }
a { background-color: rgb(170,125,59); }
div.DivClassName
{
background-color: #AA7D3B;
}
.BgClassName
{
background-color: #AA7D3B;
}
</style>
border-color css
<style>
span { border-color: #AA7D3B; }
span { border-color: rgb(170,125,59); }
td.TdClassName
{
border-color: #AA7D3B;
}
.TagClassName
{
border-color: #AA7D3B;
}
</style>