Shades of Medium Wood #AA7F58
Tints of Medium Wood #AA7F58
RGB
CMYK
RGB Variations
Color information
#AA7F58 (or 0xAA7F58) is known color: Medium Wood. HEX triplet: AA, 7F and 58. RGB value is (170,127,88). Sum of RGB (Red+Green+Blue) = 170+127+88=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F58 is #5580A7. Grayscale: #878787. Windows color (decimal): -5603496 or 5799850. OLE color: 5799850.
HSL color Cylindrical-coordinate representation of color #AA7F58: hue angle of 28.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7F58 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 88 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.33 |
| HSL | 28.54º | 0.33% | 0.51% | - |
| HSV(B) | 28.54º | 0.48% | 0.67% | - |
| XYZ | 25.93 | 24.43 | 12.58 | - |
| YUV | 135.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 88 | 0 | 0.25 | 0.48 | 0.33 | 28.54 | 0.33 | 0.51 |
| Hex | AA | 7F | 58 | 0 | 19 | 30 | 21 | 1D | 21 | 33 |
| Octal | 252 | 177 | 130 | 0 | 31 | 60 | 41 | 35 | 41 | 63 |
| Binary | 10101010 | 1111111 | 1011000 | 0 | 11001 | 110000 | 100001 | 11101 | 100001 | 110011 |
Color Harmonies of #AA7F58
Complementary color
Monochromatic Colors of #AA7F58
Black with #AA7F58
Text Example
Text Example
White with #AA7F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F58; }
p { color: rgb(170,127,88); }
H1.HeaderClassName
{
color: #AA7F58;
}
.AnyTagClassName
{
color: #AA7F58;
}
</style>
background-color css
<style>
a { background-color: #AA7F58; }
a { background-color: rgb(170,127,88); }
div.DivClassName
{
background-color: #AA7F58;
}
.BgClassName
{
background-color: #AA7F58;
}
</style>
border-color css
<style>
span { border-color: #AA7F58; }
span { border-color: rgb(170,127,88); }
td.TdClassName
{
border-color: #AA7F58;
}
.TagClassName
{
border-color: #AA7F58;
}
</style>