Shades of Medium Wood #AA7A57
Tints of Medium Wood #AA7A57
RGB
CMYK
RGB Variations
Color information
#AA7A57 (or 0xAA7A57) is known color: Medium Wood. HEX triplet: AA, 7A and 57. RGB value is (170,122,87). Sum of RGB (Red+Green+Blue) = 170+122+87=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A57 is #5585A8. Grayscale: #848484. Windows color (decimal): -5604777 or 5733034. OLE color: 5733034.
HSL color Cylindrical-coordinate representation of color #AA7A57: hue angle of 25.3º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7A57 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 87 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.33 |
| HSL | 25.3º | 0.33% | 0.5% | - |
| HSV(B) | 25.3º | 0.49% | 0.67% | - |
| XYZ | 25.26 | 23.15 | 12.15 | - |
| YUV | 132.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 87 | 0 | 0.28 | 0.49 | 0.33 | 25.3 | 0.33 | 0.5 |
| Hex | AA | 7A | 57 | 0 | 1C | 31 | 21 | 19 | 21 | 32 |
| Octal | 252 | 172 | 127 | 0 | 34 | 61 | 41 | 31 | 41 | 62 |
| Binary | 10101010 | 1111010 | 1010111 | 0 | 11100 | 110001 | 100001 | 11001 | 100001 | 110010 |
Color Harmonies of #AA7A57
Complementary color
Monochromatic Colors of #AA7A57
Black with #AA7A57
Text Example
Text Example
White with #AA7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A57; }
p { color: rgb(170,122,87); }
H1.HeaderClassName
{
color: #AA7A57;
}
.AnyTagClassName
{
color: #AA7A57;
}
</style>
background-color css
<style>
a { background-color: #AA7A57; }
a { background-color: rgb(170,122,87); }
div.DivClassName
{
background-color: #AA7A57;
}
.BgClassName
{
background-color: #AA7A57;
}
</style>
border-color css
<style>
span { border-color: #AA7A57; }
span { border-color: rgb(170,122,87); }
td.TdClassName
{
border-color: #AA7A57;
}
.TagClassName
{
border-color: #AA7A57;
}
</style>