Shades of Medium Wood #AA7F63
Tints of Medium Wood #AA7F63
RGB
CMYK
RGB Variations
Color information
#AA7F63 (or 0xAA7F63) is known color: Medium Wood. HEX triplet: AA, 7F and 63. RGB value is (170,127,99). Sum of RGB (Red+Green+Blue) = 170+127+99=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F63 is #55809C. Grayscale: #888888. Windows color (decimal): -5603485 or 6520746. OLE color: 6520746.
HSL color Cylindrical-coordinate representation of color #AA7F63: hue angle of 23.66º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7F63 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 99 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.33 |
| HSL | 23.66º | 0.29% | 0.53% | - |
| HSV(B) | 23.66º | 0.42% | 0.67% | - |
| XYZ | 26.42 | 24.63 | 15.17 | - |
| YUV | 136.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 99 | 0 | 0.25 | 0.42 | 0.33 | 23.66 | 0.29 | 0.53 |
| Hex | AA | 7F | 63 | 0 | 19 | 2A | 21 | 18 | 1D | 35 |
| Octal | 252 | 177 | 143 | 0 | 31 | 52 | 41 | 30 | 35 | 65 |
| Binary | 10101010 | 1111111 | 1100011 | 0 | 11001 | 101010 | 100001 | 11000 | 11101 | 110101 |
Color Harmonies of #AA7F63
Complementary color
Monochromatic Colors of #AA7F63
Black with #AA7F63
Text Example
Text Example
White with #AA7F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F63; }
p { color: rgb(170,127,99); }
H1.HeaderClassName
{
color: #AA7F63;
}
.AnyTagClassName
{
color: #AA7F63;
}
</style>
background-color css
<style>
a { background-color: #AA7F63; }
a { background-color: rgb(170,127,99); }
div.DivClassName
{
background-color: #AA7F63;
}
.BgClassName
{
background-color: #AA7F63;
}
</style>
border-color css
<style>
span { border-color: #AA7F63; }
span { border-color: rgb(170,127,99); }
td.TdClassName
{
border-color: #AA7F63;
}
.TagClassName
{
border-color: #AA7F63;
}
</style>