Shades of Medium Wood #AA7A5E
Tints of Medium Wood #AA7A5E
RGB
CMYK
RGB Variations
Color information
#AA7A5E (or 0xAA7A5E) is known color: Medium Wood. HEX triplet: AA, 7A and 5E. RGB value is (170,122,94). Sum of RGB (Red+Green+Blue) = 170+122+94=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A5E is #5585A1. Grayscale: #858585. Windows color (decimal): -5604770 or 6191786. OLE color: 6191786.
HSL color Cylindrical-coordinate representation of color #AA7A5E: hue angle of 22.11º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7A5E is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 94 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.33 |
| HSL | 22.11º | 0.31% | 0.52% | - |
| HSV(B) | 22.11º | 0.45% | 0.67% | - |
| XYZ | 25.56 | 23.27 | 13.73 | - |
| YUV | 133.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 94 | 0 | 0.28 | 0.45 | 0.33 | 22.11 | 0.31 | 0.52 |
| Hex | AA | 7A | 5E | 0 | 1C | 2D | 21 | 16 | 1F | 34 |
| Octal | 252 | 172 | 136 | 0 | 34 | 55 | 41 | 26 | 37 | 64 |
| Binary | 10101010 | 1111010 | 1011110 | 0 | 11100 | 101101 | 100001 | 10110 | 11111 | 110100 |
Color Harmonies of #AA7A5E
Complementary color
Monochromatic Colors of #AA7A5E
Black with #AA7A5E
Text Example
Text Example
White with #AA7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A5E; }
p { color: rgb(170,122,94); }
H1.HeaderClassName
{
color: #AA7A5E;
}
.AnyTagClassName
{
color: #AA7A5E;
}
</style>
background-color css
<style>
a { background-color: #AA7A5E; }
a { background-color: rgb(170,122,94); }
div.DivClassName
{
background-color: #AA7A5E;
}
.BgClassName
{
background-color: #AA7A5E;
}
</style>
border-color css
<style>
span { border-color: #AA7A5E; }
span { border-color: rgb(170,122,94); }
td.TdClassName
{
border-color: #AA7A5E;
}
.TagClassName
{
border-color: #AA7A5E;
}
</style>