Shades of Medium Wood #AA7C69
Tints of Medium Wood #AA7C69
RGB
CMYK
RGB Variations
Color information
#AA7C69 (or 0xAA7C69) is known color: Medium Wood. HEX triplet: AA, 7C and 69. RGB value is (170,124,105). Sum of RGB (Red+Green+Blue) = 170+124+105=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C69 is #558396. Grayscale: #878787. Windows color (decimal): -5604247 or 6913194. OLE color: 6913194.
HSL color Cylindrical-coordinate representation of color #AA7C69: hue angle of 17.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA7C69 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 105 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.33 |
| HSL | 17.54º | 0.28% | 0.54% | - |
| HSV(B) | 17.54º | 0.38% | 0.67% | - |
| XYZ | 26.34 | 23.98 | 16.61 | - |
| YUV | 135.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 105 | 0 | 0.27 | 0.38 | 0.33 | 17.54 | 0.28 | 0.54 |
| Hex | AA | 7C | 69 | 0 | 1B | 26 | 21 | 12 | 1C | 36 |
| Octal | 252 | 174 | 151 | 0 | 33 | 46 | 41 | 22 | 34 | 66 |
| Binary | 10101010 | 1111100 | 1101001 | 0 | 11011 | 100110 | 100001 | 10010 | 11100 | 110110 |
Color Harmonies of #AA7C69
Complementary color
Monochromatic Colors of #AA7C69
Black with #AA7C69
Text Example
Text Example
White with #AA7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C69; }
p { color: rgb(170,124,105); }
H1.HeaderClassName
{
color: #AA7C69;
}
.AnyTagClassName
{
color: #AA7C69;
}
</style>
background-color css
<style>
a { background-color: #AA7C69; }
a { background-color: rgb(170,124,105); }
div.DivClassName
{
background-color: #AA7C69;
}
.BgClassName
{
background-color: #AA7C69;
}
</style>
border-color css
<style>
span { border-color: #AA7C69; }
span { border-color: rgb(170,124,105); }
td.TdClassName
{
border-color: #AA7C69;
}
.TagClassName
{
border-color: #AA7C69;
}
</style>