Shades of Medium Wood #AA785D
Tints of Medium Wood #AA785D
RGB
CMYK
RGB Variations
Color information
#AA785D (or 0xAA785D) is known color: Medium Wood. HEX triplet: AA, 78 and 5D. RGB value is (170,120,93). Sum of RGB (Red+Green+Blue) = 170+120+93=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA785D is #5587A2. Grayscale: #848484. Windows color (decimal): -5605283 or 6125738. OLE color: 6125738.
HSL color Cylindrical-coordinate representation of color #AA785D: hue angle of 21.04º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA785D is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 93 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.33 |
| HSL | 21.04º | 0.31% | 0.52% | - |
| HSV(B) | 21.04º | 0.45% | 0.67% | - |
| XYZ | 25.27 | 22.77 | 13.42 | - |
| YUV | 131.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 93 | 0 | 0.29 | 0.45 | 0.33 | 21.04 | 0.31 | 0.52 |
| Hex | AA | 78 | 5D | 0 | 1D | 2D | 21 | 15 | 1F | 34 |
| Octal | 252 | 170 | 135 | 0 | 35 | 55 | 41 | 25 | 37 | 64 |
| Binary | 10101010 | 1111000 | 1011101 | 0 | 11101 | 101101 | 100001 | 10101 | 11111 | 110100 |
Color Harmonies of #AA785D
Complementary color
Monochromatic Colors of #AA785D
Black with #AA785D
Text Example
Text Example
White with #AA785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA785D; }
p { color: rgb(170,120,93); }
H1.HeaderClassName
{
color: #AA785D;
}
.AnyTagClassName
{
color: #AA785D;
}
</style>
background-color css
<style>
a { background-color: #AA785D; }
a { background-color: rgb(170,120,93); }
div.DivClassName
{
background-color: #AA785D;
}
.BgClassName
{
background-color: #AA785D;
}
</style>
border-color css
<style>
span { border-color: #AA785D; }
span { border-color: rgb(170,120,93); }
td.TdClassName
{
border-color: #AA785D;
}
.TagClassName
{
border-color: #AA785D;
}
</style>