Shades of Medium Wood #AA785A
Tints of Medium Wood #AA785A
RGB
CMYK
RGB Variations
Color information
#AA785A (or 0xAA785A) is known color: Medium Wood. HEX triplet: AA, 78 and 5A. RGB value is (170,120,90). Sum of RGB (Red+Green+Blue) = 170+120+90=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA785A is #5587A5. Grayscale: #838383. Windows color (decimal): -5605286 or 5929130. OLE color: 5929130.
HSL color Cylindrical-coordinate representation of color #AA785A: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA785A is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 90 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.33 |
| HSL | 22.5º | 0.32% | 0.51% | - |
| HSV(B) | 22.5º | 0.47% | 0.67% | - |
| XYZ | 25.14 | 22.72 | 12.73 | - |
| YUV | 131.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 90 | 0 | 0.29 | 0.47 | 0.33 | 22.5 | 0.32 | 0.51 |
| Hex | AA | 78 | 5A | 0 | 1D | 2F | 21 | 16 | 20 | 33 |
| Octal | 252 | 170 | 132 | 0 | 35 | 57 | 41 | 26 | 40 | 63 |
| Binary | 10101010 | 1111000 | 1011010 | 0 | 11101 | 101111 | 100001 | 10110 | 100000 | 110011 |
Color Harmonies of #AA785A
Complementary color
Monochromatic Colors of #AA785A
Black with #AA785A
Text Example
Text Example
White with #AA785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA785A; }
p { color: rgb(170,120,90); }
H1.HeaderClassName
{
color: #AA785A;
}
.AnyTagClassName
{
color: #AA785A;
}
</style>
background-color css
<style>
a { background-color: #AA785A; }
a { background-color: rgb(170,120,90); }
div.DivClassName
{
background-color: #AA785A;
}
.BgClassName
{
background-color: #AA785A;
}
</style>
border-color css
<style>
span { border-color: #AA785A; }
span { border-color: rgb(170,120,90); }
td.TdClassName
{
border-color: #AA785A;
}
.TagClassName
{
border-color: #AA785A;
}
</style>