Shades of Medium Wood #AA7B58
Tints of Medium Wood #AA7B58
RGB
CMYK
RGB Variations
Color information
#AA7B58 (or 0xAA7B58) is known color: Medium Wood. HEX triplet: AA, 7B and 58. RGB value is (170,123,88). Sum of RGB (Red+Green+Blue) = 170+123+88=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B58 is #5584A7. Grayscale: #858585. Windows color (decimal): -5604520 or 5798826. OLE color: 5798826.
HSL color Cylindrical-coordinate representation of color #AA7B58: hue angle of 25.61º 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 #AA7B58 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 88 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.33 |
| HSL | 25.61º | 0.33% | 0.51% | - |
| HSV(B) | 25.61º | 0.48% | 0.67% | - |
| XYZ | 25.42 | 23.42 | 12.41 | - |
| YUV | 133.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 88 | 0 | 0.28 | 0.48 | 0.33 | 25.61 | 0.33 | 0.51 |
| Hex | AA | 7B | 58 | 0 | 1C | 30 | 21 | 1A | 21 | 33 |
| Octal | 252 | 173 | 130 | 0 | 34 | 60 | 41 | 32 | 41 | 63 |
| Binary | 10101010 | 1111011 | 1011000 | 0 | 11100 | 110000 | 100001 | 11010 | 100001 | 110011 |
Color Harmonies of #AA7B58
Complementary color
Monochromatic Colors of #AA7B58
Black with #AA7B58
Text Example
Text Example
White with #AA7B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B58; }
p { color: rgb(170,123,88); }
H1.HeaderClassName
{
color: #AA7B58;
}
.AnyTagClassName
{
color: #AA7B58;
}
</style>
background-color css
<style>
a { background-color: #AA7B58; }
a { background-color: rgb(170,123,88); }
div.DivClassName
{
background-color: #AA7B58;
}
.BgClassName
{
background-color: #AA7B58;
}
</style>
border-color css
<style>
span { border-color: #AA7B58; }
span { border-color: rgb(170,123,88); }
td.TdClassName
{
border-color: #AA7B58;
}
.TagClassName
{
border-color: #AA7B58;
}
</style>