Shades of Medium Wood #AA7D6B
Tints of Medium Wood #AA7D6B
RGB
CMYK
RGB Variations
Color information
#AA7D6B (or 0xAA7D6B) is known color: Medium Wood. HEX triplet: AA, 7D and 6B. RGB value is (170,125,107). Sum of RGB (Red+Green+Blue) = 170+125+107=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D6B is #558294. Grayscale: #888888. Windows color (decimal): -5603989 or 7044522. OLE color: 7044522.
HSL color Cylindrical-coordinate representation of color #AA7D6B: hue angle of 17.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA7D6B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 107 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.33 |
| HSL | 17.14º | 0.27% | 0.54% | - |
| HSV(B) | 17.14º | 0.37% | 0.67% | - |
| XYZ | 26.57 | 24.27 | 17.2 | - |
| YUV | 136.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 107 | 0 | 0.26 | 0.37 | 0.33 | 17.14 | 0.27 | 0.54 |
| Hex | AA | 7D | 6B | 0 | 1A | 25 | 21 | 11 | 1B | 36 |
| Octal | 252 | 175 | 153 | 0 | 32 | 45 | 41 | 21 | 33 | 66 |
| Binary | 10101010 | 1111101 | 1101011 | 0 | 11010 | 100101 | 100001 | 10001 | 11011 | 110110 |
Color Harmonies of #AA7D6B
Complementary color
Monochromatic Colors of #AA7D6B
Black with #AA7D6B
Text Example
Text Example
White with #AA7D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D6B; }
p { color: rgb(170,125,107); }
H1.HeaderClassName
{
color: #AA7D6B;
}
.AnyTagClassName
{
color: #AA7D6B;
}
</style>
background-color css
<style>
a { background-color: #AA7D6B; }
a { background-color: rgb(170,125,107); }
div.DivClassName
{
background-color: #AA7D6B;
}
.BgClassName
{
background-color: #AA7D6B;
}
</style>
border-color css
<style>
span { border-color: #AA7D6B; }
span { border-color: rgb(170,125,107); }
td.TdClassName
{
border-color: #AA7D6B;
}
.TagClassName
{
border-color: #AA7D6B;
}
</style>