Shades of Medium Wood #AA7B63
Tints of Medium Wood #AA7B63
RGB
CMYK
RGB Variations
Color information
#AA7B63 (or 0xAA7B63) is known color: Medium Wood. HEX triplet: AA, 7B and 63. RGB value is (170,123,99). Sum of RGB (Red+Green+Blue) = 170+123+99=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B63 is #55849C. Grayscale: #868686. Windows color (decimal): -5604509 or 6519722. OLE color: 6519722.
HSL color Cylindrical-coordinate representation of color #AA7B63: hue angle of 20.28º 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 #AA7B63 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 99 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.33 |
| HSL | 20.28º | 0.29% | 0.53% | - |
| HSV(B) | 20.28º | 0.42% | 0.67% | - |
| XYZ | 25.91 | 23.61 | 15 | - |
| YUV | 134.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 99 | 0 | 0.28 | 0.42 | 0.33 | 20.28 | 0.29 | 0.53 |
| Hex | AA | 7B | 63 | 0 | 1C | 2A | 21 | 14 | 1D | 35 |
| Octal | 252 | 173 | 143 | 0 | 34 | 52 | 41 | 24 | 35 | 65 |
| Binary | 10101010 | 1111011 | 1100011 | 0 | 11100 | 101010 | 100001 | 10100 | 11101 | 110101 |
Color Harmonies of #AA7B63
Complementary color
Monochromatic Colors of #AA7B63
Black with #AA7B63
Text Example
Text Example
White with #AA7B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B63; }
p { color: rgb(170,123,99); }
H1.HeaderClassName
{
color: #AA7B63;
}
.AnyTagClassName
{
color: #AA7B63;
}
</style>
background-color css
<style>
a { background-color: #AA7B63; }
a { background-color: rgb(170,123,99); }
div.DivClassName
{
background-color: #AA7B63;
}
.BgClassName
{
background-color: #AA7B63;
}
</style>
border-color css
<style>
span { border-color: #AA7B63; }
span { border-color: rgb(170,123,99); }
td.TdClassName
{
border-color: #AA7B63;
}
.TagClassName
{
border-color: #AA7B63;
}
</style>