Shades of Medium Wood #AE8766
Tints of Medium Wood #AE8766
RGB
CMYK
RGB Variations
Color information
#AE8766 (or 0xAE8766) is known color: Medium Wood. HEX triplet: AE, 87 and 66. RGB value is (174,135,102). Sum of RGB (Red+Green+Blue) = 174+135+102=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8766 is #517899. Grayscale: #8F8F8F. Windows color (decimal): -5339290 or 6719406. OLE color: 6719406.
HSL color Cylindrical-coordinate representation of color #AE8766: hue angle of 27.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8766 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 135 | 102 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.32 |
| HSL | 27.5º | 0.31% | 0.54% | - |
| HSV(B) | 27.5º | 0.41% | 0.68% | - |
| XYZ | 28.52 | 27.29 | 16.33 | - |
| YUV | 142.9 | 104.92 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 135 | 102 | 0 | 0.22 | 0.41 | 0.32 | 27.5 | 0.31 | 0.54 |
| Hex | AE | 87 | 66 | 0 | 16 | 29 | 20 | 1C | 1F | 36 |
| Octal | 256 | 207 | 146 | 0 | 26 | 51 | 40 | 34 | 37 | 66 |
| Binary | 10101110 | 10000111 | 1100110 | 0 | 10110 | 101001 | 100000 | 11100 | 11111 | 110110 |
Color Harmonies of #AE8766
Complementary color
Monochromatic Colors of #AE8766
Black with #AE8766
Text Example
Text Example
White with #AE8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8766; }
p { color: rgb(174,135,102); }
H1.HeaderClassName
{
color: #AE8766;
}
.AnyTagClassName
{
color: #AE8766;
}
</style>
background-color css
<style>
a { background-color: #AE8766; }
a { background-color: rgb(174,135,102); }
div.DivClassName
{
background-color: #AE8766;
}
.BgClassName
{
background-color: #AE8766;
}
</style>
border-color css
<style>
span { border-color: #AE8766; }
span { border-color: rgb(174,135,102); }
td.TdClassName
{
border-color: #AE8766;
}
.TagClassName
{
border-color: #AE8766;
}
</style>