Shades of Medium Wood #AA7C5D
Tints of Medium Wood #AA7C5D
RGB
CMYK
RGB Variations
Color information
#AA7C5D (or 0xAA7C5D) is known color: Medium Wood. HEX triplet: AA, 7C and 5D. RGB value is (170,124,93). Sum of RGB (Red+Green+Blue) = 170+124+93=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7C5D is #5583A2. Grayscale: #868686. Windows color (decimal): -5604259 or 6126762. OLE color: 6126762.
HSL color Cylindrical-coordinate representation of color #AA7C5D: hue angle of 24.16º 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 #AA7C5D is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 93 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.33 |
| HSL | 24.16º | 0.31% | 0.52% | - |
| HSV(B) | 24.16º | 0.45% | 0.67% | - |
| XYZ | 25.76 | 23.75 | 13.58 | - |
| YUV | 134.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 93 | 0 | 0.27 | 0.45 | 0.33 | 24.16 | 0.31 | 0.52 |
| Hex | AA | 7C | 5D | 0 | 1B | 2D | 21 | 18 | 1F | 34 |
| Octal | 252 | 174 | 135 | 0 | 33 | 55 | 41 | 30 | 37 | 64 |
| Binary | 10101010 | 1111100 | 1011101 | 0 | 11011 | 101101 | 100001 | 11000 | 11111 | 110100 |
Color Harmonies of #AA7C5D
Complementary color
Monochromatic Colors of #AA7C5D
Black with #AA7C5D
Text Example
Text Example
White with #AA7C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C5D; }
p { color: rgb(170,124,93); }
H1.HeaderClassName
{
color: #AA7C5D;
}
.AnyTagClassName
{
color: #AA7C5D;
}
</style>
background-color css
<style>
a { background-color: #AA7C5D; }
a { background-color: rgb(170,124,93); }
div.DivClassName
{
background-color: #AA7C5D;
}
.BgClassName
{
background-color: #AA7C5D;
}
</style>
border-color css
<style>
span { border-color: #AA7C5D; }
span { border-color: rgb(170,124,93); }
td.TdClassName
{
border-color: #AA7C5D;
}
.TagClassName
{
border-color: #AA7C5D;
}
</style>