Shades of Medium Wood #AE7F6C
Tints of Medium Wood #AE7F6C
RGB
CMYK
RGB Variations
Color information
#AE7F6C (or 0xAE7F6C) is known color: Medium Wood. HEX triplet: AE, 7F and 6C. RGB value is (174,127,108). Sum of RGB (Red+Green+Blue) = 174+127+108=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F6C is #518093. Grayscale: #8B8B8B. Windows color (decimal): -5341332 or 7110574. OLE color: 7110574.
HSL color Cylindrical-coordinate representation of color #AE7F6C: hue angle of 17.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE7F6C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 127 | 108 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.32 |
| HSL | 17.27º | 0.29% | 0.55% | - |
| HSV(B) | 17.27º | 0.38% | 0.68% | - |
| XYZ | 27.75 | 25.26 | 17.6 | - |
| YUV | 138.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 127 | 108 | 0 | 0.27 | 0.38 | 0.32 | 17.27 | 0.29 | 0.55 |
| Hex | AE | 7F | 6C | 0 | 1B | 26 | 20 | 11 | 1D | 37 |
| Octal | 256 | 177 | 154 | 0 | 33 | 46 | 40 | 21 | 35 | 67 |
| Binary | 10101110 | 1111111 | 1101100 | 0 | 11011 | 100110 | 100000 | 10001 | 11101 | 110111 |
Color Harmonies of #AE7F6C
Complementary color
Monochromatic Colors of #AE7F6C
Black with #AE7F6C
Text Example
Text Example
White with #AE7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7F6C; }
p { color: rgb(174,127,108); }
H1.HeaderClassName
{
color: #AE7F6C;
}
.AnyTagClassName
{
color: #AE7F6C;
}
</style>
background-color css
<style>
a { background-color: #AE7F6C; }
a { background-color: rgb(174,127,108); }
div.DivClassName
{
background-color: #AE7F6C;
}
.BgClassName
{
background-color: #AE7F6C;
}
</style>
border-color css
<style>
span { border-color: #AE7F6C; }
span { border-color: rgb(174,127,108); }
td.TdClassName
{
border-color: #AE7F6C;
}
.TagClassName
{
border-color: #AE7F6C;
}
</style>