Shades of Medium Wood #AA7C5E
Tints of Medium Wood #AA7C5E
RGB
CMYK
RGB Variations
Color information
#AA7C5E (or 0xAA7C5E) is known color: Medium Wood. HEX triplet: AA, 7C and 5E. RGB value is (170,124,94). Sum of RGB (Red+Green+Blue) = 170+124+94=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C5E is #5583A1. Grayscale: #868686. Windows color (decimal): -5604258 or 6192298. OLE color: 6192298.
HSL color Cylindrical-coordinate representation of color #AA7C5E: hue angle of 23.68º 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 #AA7C5E is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 94 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.33 |
| HSL | 23.68º | 0.31% | 0.52% | - |
| HSV(B) | 23.68º | 0.45% | 0.67% | - |
| XYZ | 25.81 | 23.77 | 13.82 | - |
| YUV | 134.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 94 | 0 | 0.27 | 0.45 | 0.33 | 23.68 | 0.31 | 0.52 |
| Hex | AA | 7C | 5E | 0 | 1B | 2D | 21 | 18 | 1F | 34 |
| Octal | 252 | 174 | 136 | 0 | 33 | 55 | 41 | 30 | 37 | 64 |
| Binary | 10101010 | 1111100 | 1011110 | 0 | 11011 | 101101 | 100001 | 11000 | 11111 | 110100 |
Color Harmonies of #AA7C5E
Complementary color
Monochromatic Colors of #AA7C5E
Black with #AA7C5E
Text Example
Text Example
White with #AA7C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C5E; }
p { color: rgb(170,124,94); }
H1.HeaderClassName
{
color: #AA7C5E;
}
.AnyTagClassName
{
color: #AA7C5E;
}
</style>
background-color css
<style>
a { background-color: #AA7C5E; }
a { background-color: rgb(170,124,94); }
div.DivClassName
{
background-color: #AA7C5E;
}
.BgClassName
{
background-color: #AA7C5E;
}
</style>
border-color css
<style>
span { border-color: #AA7C5E; }
span { border-color: rgb(170,124,94); }
td.TdClassName
{
border-color: #AA7C5E;
}
.TagClassName
{
border-color: #AA7C5E;
}
</style>