Shades of Medium Wood #AE7D68
Tints of Medium Wood #AE7D68
RGB
CMYK
RGB Variations
Color information
#AE7D68 (or 0xAE7D68) is known color: Medium Wood. HEX triplet: AE, 7D and 68. RGB value is (174,125,104). Sum of RGB (Red+Green+Blue) = 174+125+104=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D68 is #518297. Grayscale: #898989. Windows color (decimal): -5341848 or 6847918. OLE color: 6847918.
HSL color Cylindrical-coordinate representation of color #AE7D68: hue angle of 18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE7D68 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 104 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.32 |
| HSL | 18º | 0.3% | 0.55% | - |
| HSV(B) | 18º | 0.4% | 0.68% | - |
| XYZ | 27.29 | 24.67 | 16.42 | - |
| YUV | 137.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 104 | 0 | 0.28 | 0.40 | 0.32 | 18 | 0.3 | 0.55 |
| Hex | AE | 7D | 68 | 0 | 1C | 28 | 20 | 12 | 1E | 37 |
| Octal | 256 | 175 | 150 | 0 | 34 | 50 | 40 | 22 | 36 | 67 |
| Binary | 10101110 | 1111101 | 1101000 | 0 | 11100 | 101000 | 100000 | 10010 | 11110 | 110111 |
Color Harmonies of #AE7D68
Complementary color
Monochromatic Colors of #AE7D68
Black with #AE7D68
Text Example
Text Example
White with #AE7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7D68; }
p { color: rgb(174,125,104); }
H1.HeaderClassName
{
color: #AE7D68;
}
.AnyTagClassName
{
color: #AE7D68;
}
</style>
background-color css
<style>
a { background-color: #AE7D68; }
a { background-color: rgb(174,125,104); }
div.DivClassName
{
background-color: #AE7D68;
}
.BgClassName
{
background-color: #AE7D68;
}
</style>
border-color css
<style>
span { border-color: #AE7D68; }
span { border-color: rgb(174,125,104); }
td.TdClassName
{
border-color: #AE7D68;
}
.TagClassName
{
border-color: #AE7D68;
}
</style>