Shades of Medium Wood #AE866D
Tints of Medium Wood #AE866D
RGB
CMYK
RGB Variations
Color information
#AE866D (or 0xAE866D) is known color: Medium Wood. HEX triplet: AE, 86 and 6D. RGB value is (174,134,109). Sum of RGB (Red+Green+Blue) = 174+134+109=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE866D is #517992. Grayscale: #8F8F8F. Windows color (decimal): -5339539 or 7177902. OLE color: 7177902.
HSL color Cylindrical-coordinate representation of color #AE866D: hue angle of 23.08º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE866D is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 109 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.32 |
| HSL | 23.08º | 0.29% | 0.55% | - |
| HSV(B) | 23.08º | 0.37% | 0.68% | - |
| XYZ | 28.74 | 27.15 | 18.19 | - |
| YUV | 143.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 109 | 0 | 0.23 | 0.37 | 0.32 | 23.08 | 0.29 | 0.55 |
| Hex | AE | 86 | 6D | 0 | 17 | 25 | 20 | 17 | 1D | 37 |
| Octal | 256 | 206 | 155 | 0 | 27 | 45 | 40 | 27 | 35 | 67 |
| Binary | 10101110 | 10000110 | 1101101 | 0 | 10111 | 100101 | 100000 | 10111 | 11101 | 110111 |
Color Harmonies of #AE866D
Complementary color
Monochromatic Colors of #AE866D
Black with #AE866D
Text Example
Text Example
White with #AE866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE866D; }
p { color: rgb(174,134,109); }
H1.HeaderClassName
{
color: #AE866D;
}
.AnyTagClassName
{
color: #AE866D;
}
</style>
background-color css
<style>
a { background-color: #AE866D; }
a { background-color: rgb(174,134,109); }
div.DivClassName
{
background-color: #AE866D;
}
.BgClassName
{
background-color: #AE866D;
}
</style>
border-color css
<style>
span { border-color: #AE866D; }
span { border-color: rgb(174,134,109); }
td.TdClassName
{
border-color: #AE866D;
}
.TagClassName
{
border-color: #AE866D;
}
</style>