Shades of Medium Wood #AA7F6A
Tints of Medium Wood #AA7F6A
RGB
CMYK
RGB Variations
Color information
#AA7F6A (or 0xAA7F6A) is known color: Medium Wood. HEX triplet: AA, 7F and 6A. RGB value is (170,127,106). Sum of RGB (Red+Green+Blue) = 170+127+106=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F6A is #558095. Grayscale: #898989. Windows color (decimal): -5603478 or 6979498. OLE color: 6979498.
HSL color Cylindrical-coordinate representation of color #AA7F6A: hue angle of 19.69º degrees, saturation: 0.27, 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 #AA7F6A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 106 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.33 |
| HSL | 19.69º | 0.27% | 0.54% | - |
| HSV(B) | 19.69º | 0.38% | 0.67% | - |
| XYZ | 26.77 | 24.77 | 17.01 | - |
| YUV | 137.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 106 | 0 | 0.25 | 0.38 | 0.33 | 19.69 | 0.27 | 0.54 |
| Hex | AA | 7F | 6A | 0 | 19 | 26 | 21 | 14 | 1B | 36 |
| Octal | 252 | 177 | 152 | 0 | 31 | 46 | 41 | 24 | 33 | 66 |
| Binary | 10101010 | 1111111 | 1101010 | 0 | 11001 | 100110 | 100001 | 10100 | 11011 | 110110 |
Color Harmonies of #AA7F6A
Complementary color
Monochromatic Colors of #AA7F6A
Black with #AA7F6A
Text Example
Text Example
White with #AA7F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F6A; }
p { color: rgb(170,127,106); }
H1.HeaderClassName
{
color: #AA7F6A;
}
.AnyTagClassName
{
color: #AA7F6A;
}
</style>
background-color css
<style>
a { background-color: #AA7F6A; }
a { background-color: rgb(170,127,106); }
div.DivClassName
{
background-color: #AA7F6A;
}
.BgClassName
{
background-color: #AA7F6A;
}
</style>
border-color css
<style>
span { border-color: #AA7F6A; }
span { border-color: rgb(170,127,106); }
td.TdClassName
{
border-color: #AA7F6A;
}
.TagClassName
{
border-color: #AA7F6A;
}
</style>