Shades of Medium Wood #AE7D59
Tints of Medium Wood #AE7D59
RGB
CMYK
RGB Variations
Color information
#AE7D59 (or 0xAE7D59) is known color: Medium Wood. HEX triplet: AE, 7D and 59. RGB value is (174,125,89). Sum of RGB (Red+Green+Blue) = 174+125+89=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D59 is #5182A6. Grayscale: #878787. Windows color (decimal): -5341863 or 5864878. OLE color: 5864878.
HSL color Cylindrical-coordinate representation of color #AE7D59: hue angle of 25.41º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE7D59 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 89 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.32 |
| HSL | 25.41º | 0.34% | 0.52% | - |
| HSV(B) | 25.41º | 0.49% | 0.68% | - |
| XYZ | 26.59 | 24.39 | 12.76 | - |
| YUV | 135.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 89 | 0 | 0.28 | 0.49 | 0.32 | 25.41 | 0.34 | 0.52 |
| Hex | AE | 7D | 59 | 0 | 1C | 31 | 20 | 19 | 22 | 34 |
| Octal | 256 | 175 | 131 | 0 | 34 | 61 | 40 | 31 | 42 | 64 |
| Binary | 10101110 | 1111101 | 1011001 | 0 | 11100 | 110001 | 100000 | 11001 | 100010 | 110100 |
Color Harmonies of #AE7D59
Complementary color
Monochromatic Colors of #AE7D59
Black with #AE7D59
Text Example
Text Example
White with #AE7D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7D59; }
p { color: rgb(174,125,89); }
H1.HeaderClassName
{
color: #AE7D59;
}
.AnyTagClassName
{
color: #AE7D59;
}
</style>
background-color css
<style>
a { background-color: #AE7D59; }
a { background-color: rgb(174,125,89); }
div.DivClassName
{
background-color: #AE7D59;
}
.BgClassName
{
background-color: #AE7D59;
}
</style>
border-color css
<style>
span { border-color: #AE7D59; }
span { border-color: rgb(174,125,89); }
td.TdClassName
{
border-color: #AE7D59;
}
.TagClassName
{
border-color: #AE7D59;
}
</style>