Shades of Medium Wood #AA7E6C
Tints of Medium Wood #AA7E6C
RGB
CMYK
RGB Variations
Color information
#AA7E6C (or 0xAA7E6C) is known color: Medium Wood. HEX triplet: AA, 7E and 6C. RGB value is (170,126,108). Sum of RGB (Red+Green+Blue) = 170+126+108=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E6C is #558193. Grayscale: #898989. Windows color (decimal): -5603732 or 7110314. OLE color: 7110314.
HSL color Cylindrical-coordinate representation of color #AA7E6C: hue angle of 17.42º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA7E6C is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 108 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.33 |
| HSL | 17.42º | 0.27% | 0.55% | - |
| HSV(B) | 17.42º | 0.36% | 0.67% | - |
| XYZ | 26.75 | 24.55 | 17.52 | - |
| YUV | 137.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 108 | 0 | 0.26 | 0.36 | 0.33 | 17.42 | 0.27 | 0.55 |
| Hex | AA | 7E | 6C | 0 | 1A | 24 | 21 | 11 | 1B | 37 |
| Octal | 252 | 176 | 154 | 0 | 32 | 44 | 41 | 21 | 33 | 67 |
| Binary | 10101010 | 1111110 | 1101100 | 0 | 11010 | 100100 | 100001 | 10001 | 11011 | 110111 |
Color Harmonies of #AA7E6C
Complementary color
Monochromatic Colors of #AA7E6C
Black with #AA7E6C
Text Example
Text Example
White with #AA7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E6C; }
p { color: rgb(170,126,108); }
H1.HeaderClassName
{
color: #AA7E6C;
}
.AnyTagClassName
{
color: #AA7E6C;
}
</style>
background-color css
<style>
a { background-color: #AA7E6C; }
a { background-color: rgb(170,126,108); }
div.DivClassName
{
background-color: #AA7E6C;
}
.BgClassName
{
background-color: #AA7E6C;
}
</style>
border-color css
<style>
span { border-color: #AA7E6C; }
span { border-color: rgb(170,126,108); }
td.TdClassName
{
border-color: #AA7E6C;
}
.TagClassName
{
border-color: #AA7E6C;
}
</style>