Shades of Medium Wood #AE866E
Tints of Medium Wood #AE866E
RGB
CMYK
RGB Variations
Color information
#AE866E (or 0xAE866E) is known color: Medium Wood. HEX triplet: AE, 86 and 6E. RGB value is (174,134,110). Sum of RGB (Red+Green+Blue) = 174+134+110=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE866E is #517991. Grayscale: #8F8F8F. Windows color (decimal): -5339538 or 7243438. OLE color: 7243438.
HSL color Cylindrical-coordinate representation of color #AE866E: hue angle of 22.5º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE866E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 110 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.32 |
| HSL | 22.5º | 0.28% | 0.56% | - |
| HSV(B) | 22.5º | 0.37% | 0.68% | - |
| XYZ | 28.8 | 27.17 | 18.48 | - |
| YUV | 143.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 110 | 0 | 0.23 | 0.37 | 0.32 | 22.5 | 0.28 | 0.56 |
| Hex | AE | 86 | 6E | 0 | 17 | 25 | 20 | 16 | 1C | 38 |
| Octal | 256 | 206 | 156 | 0 | 27 | 45 | 40 | 26 | 34 | 70 |
| Binary | 10101110 | 10000110 | 1101110 | 0 | 10111 | 100101 | 100000 | 10110 | 11100 | 111000 |
Color Harmonies of #AE866E
Complementary color
Monochromatic Colors of #AE866E
Black with #AE866E
Text Example
Text Example
White with #AE866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE866E; }
p { color: rgb(174,134,110); }
H1.HeaderClassName
{
color: #AE866E;
}
.AnyTagClassName
{
color: #AE866E;
}
</style>
background-color css
<style>
a { background-color: #AE866E; }
a { background-color: rgb(174,134,110); }
div.DivClassName
{
background-color: #AE866E;
}
.BgClassName
{
background-color: #AE866E;
}
</style>
border-color css
<style>
span { border-color: #AE866E; }
span { border-color: rgb(174,134,110); }
td.TdClassName
{
border-color: #AE866E;
}
.TagClassName
{
border-color: #AE866E;
}
</style>