Shades of Medium Wood #AA7957
Tints of Medium Wood #AA7957
RGB
CMYK
RGB Variations
Color information
#AA7957 (or 0xAA7957) is known color: Medium Wood. HEX triplet: AA, 79 and 57. RGB value is (170,121,87). Sum of RGB (Red+Green+Blue) = 170+121+87=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7957 is #5586A8. Grayscale: #838383. Windows color (decimal): -5605033 or 5732778. OLE color: 5732778.
HSL color Cylindrical-coordinate representation of color #AA7957: hue angle of 24.58º 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 #AA7957 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 87 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.33 |
| HSL | 24.58º | 0.33% | 0.5% | - |
| HSV(B) | 24.58º | 0.49% | 0.67% | - |
| XYZ | 25.14 | 22.91 | 12.11 | - |
| YUV | 131.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 87 | 0 | 0.29 | 0.49 | 0.33 | 24.58 | 0.33 | 0.5 |
| Hex | AA | 79 | 57 | 0 | 1D | 31 | 21 | 19 | 21 | 32 |
| Octal | 252 | 171 | 127 | 0 | 35 | 61 | 41 | 31 | 41 | 62 |
| Binary | 10101010 | 1111001 | 1010111 | 0 | 11101 | 110001 | 100001 | 11001 | 100001 | 110010 |
Color Harmonies of #AA7957
Complementary color
Monochromatic Colors of #AA7957
Black with #AA7957
Text Example
Text Example
White with #AA7957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7957; }
p { color: rgb(170,121,87); }
H1.HeaderClassName
{
color: #AA7957;
}
.AnyTagClassName
{
color: #AA7957;
}
</style>
background-color css
<style>
a { background-color: #AA7957; }
a { background-color: rgb(170,121,87); }
div.DivClassName
{
background-color: #AA7957;
}
.BgClassName
{
background-color: #AA7957;
}
</style>
border-color css
<style>
span { border-color: #AA7957; }
span { border-color: rgb(170,121,87); }
td.TdClassName
{
border-color: #AA7957;
}
.TagClassName
{
border-color: #AA7957;
}
</style>