Shades of Medium Wood #AA7F5C
Tints of Medium Wood #AA7F5C
RGB
CMYK
RGB Variations
Color information
#AA7F5C (or 0xAA7F5C) is known color: Medium Wood. HEX triplet: AA, 7F and 5C. RGB value is (170,127,92). Sum of RGB (Red+Green+Blue) = 170+127+92=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F5C is #5580A3. Grayscale: #888888. Windows color (decimal): -5603492 or 6061994. OLE color: 6061994.
HSL color Cylindrical-coordinate representation of color #AA7F5C: hue angle of 26.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7F5C is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 92 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.33 |
| HSL | 26.92º | 0.31% | 0.51% | - |
| HSV(B) | 26.92º | 0.46% | 0.67% | - |
| XYZ | 26.1 | 24.5 | 13.48 | - |
| YUV | 135.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 92 | 0 | 0.25 | 0.46 | 0.33 | 26.92 | 0.31 | 0.51 |
| Hex | AA | 7F | 5C | 0 | 19 | 2E | 21 | 1B | 1F | 33 |
| Octal | 252 | 177 | 134 | 0 | 31 | 56 | 41 | 33 | 37 | 63 |
| Binary | 10101010 | 1111111 | 1011100 | 0 | 11001 | 101110 | 100001 | 11011 | 11111 | 110011 |
Color Harmonies of #AA7F5C
Complementary color
Monochromatic Colors of #AA7F5C
Black with #AA7F5C
Text Example
Text Example
White with #AA7F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F5C; }
p { color: rgb(170,127,92); }
H1.HeaderClassName
{
color: #AA7F5C;
}
.AnyTagClassName
{
color: #AA7F5C;
}
</style>
background-color css
<style>
a { background-color: #AA7F5C; }
a { background-color: rgb(170,127,92); }
div.DivClassName
{
background-color: #AA7F5C;
}
.BgClassName
{
background-color: #AA7F5C;
}
</style>
border-color css
<style>
span { border-color: #AA7F5C; }
span { border-color: rgb(170,127,92); }
td.TdClassName
{
border-color: #AA7F5C;
}
.TagClassName
{
border-color: #AA7F5C;
}
</style>