Shades of Medium Wood #AE7F68
Tints of Medium Wood #AE7F68
RGB
CMYK
RGB Variations
Color information
#AE7F68 (or 0xAE7F68) is known color: Medium Wood. HEX triplet: AE, 7F and 68. RGB value is (174,127,104). Sum of RGB (Red+Green+Blue) = 174+127+104=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F68 is #518097. Grayscale: #8A8A8A. Windows color (decimal): -5341336 or 6848430. OLE color: 6848430.
HSL color Cylindrical-coordinate representation of color #AE7F68: hue angle of 19.71º 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 #AE7F68 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 127 | 104 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.32 |
| HSL | 19.71º | 0.3% | 0.55% | - |
| HSV(B) | 19.71º | 0.4% | 0.68% | - |
| XYZ | 27.54 | 25.18 | 16.5 | - |
| YUV | 138.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 104 | 0 | 0.27 | 0.40 | 0.32 | 19.71 | 0.3 | 0.55 |
| Hex | AE | 7F | 68 | 0 | 1B | 28 | 20 | 14 | 1E | 37 |
| Octal | 256 | 177 | 150 | 0 | 33 | 50 | 40 | 24 | 36 | 67 |
| Binary | 10101110 | 1111111 | 1101000 | 0 | 11011 | 101000 | 100000 | 10100 | 11110 | 110111 |
Color Harmonies of #AE7F68
Complementary color
Monochromatic Colors of #AE7F68
Black with #AE7F68
Text Example
Text Example
White with #AE7F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7F68; }
p { color: rgb(174,127,104); }
H1.HeaderClassName
{
color: #AE7F68;
}
.AnyTagClassName
{
color: #AE7F68;
}
</style>
background-color css
<style>
a { background-color: #AE7F68; }
a { background-color: rgb(174,127,104); }
div.DivClassName
{
background-color: #AE7F68;
}
.BgClassName
{
background-color: #AE7F68;
}
</style>
border-color css
<style>
span { border-color: #AE7F68; }
span { border-color: rgb(174,127,104); }
td.TdClassName
{
border-color: #AE7F68;
}
.TagClassName
{
border-color: #AE7F68;
}
</style>