Shades of Medium Wood #AE785D
Tints of Medium Wood #AE785D
RGB
CMYK
RGB Variations
Color information
#AE785D (or 0xAE785D) is known color: Medium Wood. HEX triplet: AE, 78 and 5D. RGB value is (174,120,93). Sum of RGB (Red+Green+Blue) = 174+120+93=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE785D is #5187A2. Grayscale: #858585. Windows color (decimal): -5343139 or 6125742. OLE color: 6125742.
HSL color Cylindrical-coordinate representation of color #AE785D: hue angle of 20º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE785D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 120 | 93 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.32 |
| HSL | 20º | 0.33% | 0.52% | - |
| HSV(B) | 20º | 0.47% | 0.68% | - |
| XYZ | 26.15 | 23.22 | 13.46 | - |
| YUV | 133.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 120 | 93 | 0 | 0.31 | 0.47 | 0.32 | 20 | 0.33 | 0.52 |
| Hex | AE | 78 | 5D | 0 | 1F | 2F | 20 | 14 | 21 | 34 |
| Octal | 256 | 170 | 135 | 0 | 37 | 57 | 40 | 24 | 41 | 64 |
| Binary | 10101110 | 1111000 | 1011101 | 0 | 11111 | 101111 | 100000 | 10100 | 100001 | 110100 |
Color Harmonies of #AE785D
Complementary color
Monochromatic Colors of #AE785D
Black with #AE785D
Text Example
Text Example
White with #AE785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE785D; }
p { color: rgb(174,120,93); }
H1.HeaderClassName
{
color: #AE785D;
}
.AnyTagClassName
{
color: #AE785D;
}
</style>
background-color css
<style>
a { background-color: #AE785D; }
a { background-color: rgb(174,120,93); }
div.DivClassName
{
background-color: #AE785D;
}
.BgClassName
{
background-color: #AE785D;
}
</style>
border-color css
<style>
span { border-color: #AE785D; }
span { border-color: rgb(174,120,93); }
td.TdClassName
{
border-color: #AE785D;
}
.TagClassName
{
border-color: #AE785D;
}
</style>