Shades of Medium Wood #AA7E68
Tints of Medium Wood #AA7E68
RGB
CMYK
RGB Variations
Color information
#AA7E68 (or 0xAA7E68) is known color: Medium Wood. HEX triplet: AA, 7E and 68. RGB value is (170,126,104). Sum of RGB (Red+Green+Blue) = 170+126+104=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 126 (49.61% from 255 or 31.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E68 is #558197. Grayscale: #888888. Windows color (decimal): -5603736 or 6848170. OLE color: 6848170.
HSL color Cylindrical-coordinate representation of color #AA7E68: hue angle of 20º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA7E68 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 104 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.33 |
| HSL | 20º | 0.28% | 0.54% | - |
| HSV(B) | 20º | 0.39% | 0.67% | - |
| XYZ | 26.54 | 24.47 | 16.42 | - |
| YUV | 136.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 104 | 0 | 0.26 | 0.39 | 0.33 | 20 | 0.28 | 0.54 |
| Hex | AA | 7E | 68 | 0 | 1A | 27 | 21 | 14 | 1C | 36 |
| Octal | 252 | 176 | 150 | 0 | 32 | 47 | 41 | 24 | 34 | 66 |
| Binary | 10101010 | 1111110 | 1101000 | 0 | 11010 | 100111 | 100001 | 10100 | 11100 | 110110 |
Color Harmonies of #AA7E68
Complementary color
Monochromatic Colors of #AA7E68
Black with #AA7E68
Text Example
Text Example
White with #AA7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E68; }
p { color: rgb(170,126,104); }
H1.HeaderClassName
{
color: #AA7E68;
}
.AnyTagClassName
{
color: #AA7E68;
}
</style>
background-color css
<style>
a { background-color: #AA7E68; }
a { background-color: rgb(170,126,104); }
div.DivClassName
{
background-color: #AA7E68;
}
.BgClassName
{
background-color: #AA7E68;
}
</style>
border-color css
<style>
span { border-color: #AA7E68; }
span { border-color: rgb(170,126,104); }
td.TdClassName
{
border-color: #AA7E68;
}
.TagClassName
{
border-color: #AA7E68;
}
</style>