Shades of Medium Wood #AA7E6E
Tints of Medium Wood #AA7E6E
RGB
CMYK
RGB Variations
Color information
#AA7E6E (or 0xAA7E6E) is known color: Medium Wood. HEX triplet: AA, 7E and 6E. RGB value is (170,126,110). Sum of RGB (Red+Green+Blue) = 170+126+110=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E6E is #558191. Grayscale: #898989. Windows color (decimal): -5603730 or 7241386. OLE color: 7241386.
HSL color Cylindrical-coordinate representation of color #AA7E6E: hue angle of 16º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA7E6E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 110 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.33 |
| HSL | 16º | 0.26% | 0.55% | - |
| HSV(B) | 16º | 0.35% | 0.67% | - |
| XYZ | 26.85 | 24.59 | 18.08 | - |
| YUV | 137.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 110 | 0 | 0.26 | 0.35 | 0.33 | 16 | 0.26 | 0.55 |
| Hex | AA | 7E | 6E | 0 | 1A | 23 | 21 | 10 | 1A | 37 |
| Octal | 252 | 176 | 156 | 0 | 32 | 43 | 41 | 20 | 32 | 67 |
| Binary | 10101010 | 1111110 | 1101110 | 0 | 11010 | 100011 | 100001 | 10000 | 11010 | 110111 |
Color Harmonies of #AA7E6E
Complementary color
Monochromatic Colors of #AA7E6E
Black with #AA7E6E
Text Example
Text Example
White with #AA7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E6E; }
p { color: rgb(170,126,110); }
H1.HeaderClassName
{
color: #AA7E6E;
}
.AnyTagClassName
{
color: #AA7E6E;
}
</style>
background-color css
<style>
a { background-color: #AA7E6E; }
a { background-color: rgb(170,126,110); }
div.DivClassName
{
background-color: #AA7E6E;
}
.BgClassName
{
background-color: #AA7E6E;
}
</style>
border-color css
<style>
span { border-color: #AA7E6E; }
span { border-color: rgb(170,126,110); }
td.TdClassName
{
border-color: #AA7E6E;
}
.TagClassName
{
border-color: #AA7E6E;
}
</style>