Shades of Medium Wood #AA7956
Tints of Medium Wood #AA7956
RGB
CMYK
RGB Variations
Color information
#AA7956 (or 0xAA7956) is known color: Medium Wood. HEX triplet: AA, 79 and 56. RGB value is (170,121,86). Sum of RGB (Red+Green+Blue) = 170+121+86=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7956 is #5586A9. Grayscale: #838383. Windows color (decimal): -5605034 or 5667242. OLE color: 5667242.
HSL color Cylindrical-coordinate representation of color #AA7956: hue angle of 25º 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 #AA7956 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 86 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.33 |
| HSL | 25º | 0.33% | 0.5% | - |
| HSV(B) | 25º | 0.49% | 0.67% | - |
| XYZ | 25.09 | 22.89 | 11.9 | - |
| YUV | 131.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 86 | 0 | 0.29 | 0.49 | 0.33 | 25 | 0.33 | 0.5 |
| Hex | AA | 79 | 56 | 0 | 1D | 31 | 21 | 19 | 21 | 32 |
| Octal | 252 | 171 | 126 | 0 | 35 | 61 | 41 | 31 | 41 | 62 |
| Binary | 10101010 | 1111001 | 1010110 | 0 | 11101 | 110001 | 100001 | 11001 | 100001 | 110010 |
Color Harmonies of #AA7956
Complementary color
Monochromatic Colors of #AA7956
Black with #AA7956
Text Example
Text Example
White with #AA7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7956; }
p { color: rgb(170,121,86); }
H1.HeaderClassName
{
color: #AA7956;
}
.AnyTagClassName
{
color: #AA7956;
}
</style>
background-color css
<style>
a { background-color: #AA7956; }
a { background-color: rgb(170,121,86); }
div.DivClassName
{
background-color: #AA7956;
}
.BgClassName
{
background-color: #AA7956;
}
</style>
border-color css
<style>
span { border-color: #AA7956; }
span { border-color: rgb(170,121,86); }
td.TdClassName
{
border-color: #AA7956;
}
.TagClassName
{
border-color: #AA7956;
}
</style>