Shades of Medium Wood #AA7B61
Tints of Medium Wood #AA7B61
RGB
CMYK
RGB Variations
Color information
#AA7B61 (or 0xAA7B61) is known color: Medium Wood. HEX triplet: AA, 7B and 61. RGB value is (170,123,97). Sum of RGB (Red+Green+Blue) = 170+123+97=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B61 is #55849E. Grayscale: #868686. Windows color (decimal): -5604511 or 6388650. OLE color: 6388650.
HSL color Cylindrical-coordinate representation of color #AA7B61: hue angle of 21.37º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7B61 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 97 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.33 |
| HSL | 21.37º | 0.3% | 0.52% | - |
| HSV(B) | 21.37º | 0.43% | 0.67% | - |
| XYZ | 25.82 | 23.58 | 14.5 | - |
| YUV | 134.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 97 | 0 | 0.28 | 0.43 | 0.33 | 21.37 | 0.3 | 0.52 |
| Hex | AA | 7B | 61 | 0 | 1C | 2B | 21 | 15 | 1E | 34 |
| Octal | 252 | 173 | 141 | 0 | 34 | 53 | 41 | 25 | 36 | 64 |
| Binary | 10101010 | 1111011 | 1100001 | 0 | 11100 | 101011 | 100001 | 10101 | 11110 | 110100 |
Color Harmonies of #AA7B61
Complementary color
Monochromatic Colors of #AA7B61
Black with #AA7B61
Text Example
Text Example
White with #AA7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B61; }
p { color: rgb(170,123,97); }
H1.HeaderClassName
{
color: #AA7B61;
}
.AnyTagClassName
{
color: #AA7B61;
}
</style>
background-color css
<style>
a { background-color: #AA7B61; }
a { background-color: rgb(170,123,97); }
div.DivClassName
{
background-color: #AA7B61;
}
.BgClassName
{
background-color: #AA7B61;
}
</style>
border-color css
<style>
span { border-color: #AA7B61; }
span { border-color: rgb(170,123,97); }
td.TdClassName
{
border-color: #AA7B61;
}
.TagClassName
{
border-color: #AA7B61;
}
</style>