Shades of Medium Wood #AE866F
Tints of Medium Wood #AE866F
RGB
CMYK
RGB Variations
Color information
#AE866F (or 0xAE866F) is known color: Medium Wood. HEX triplet: AE, 86 and 6F. RGB value is (174,134,111). Sum of RGB (Red+Green+Blue) = 174+134+111=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE866F is #517990. Grayscale: #8F8F8F. Windows color (decimal): -5339537 or 7308974. OLE color: 7308974.
HSL color Cylindrical-coordinate representation of color #AE866F: hue angle of 21.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE866F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 111 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.32 |
| HSL | 21.9º | 0.28% | 0.56% | - |
| HSV(B) | 21.9º | 0.36% | 0.68% | - |
| XYZ | 28.85 | 27.2 | 18.77 | - |
| YUV | 143.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 111 | 0 | 0.23 | 0.36 | 0.32 | 21.9 | 0.28 | 0.56 |
| Hex | AE | 86 | 6F | 0 | 17 | 24 | 20 | 16 | 1C | 38 |
| Octal | 256 | 206 | 157 | 0 | 27 | 44 | 40 | 26 | 34 | 70 |
| Binary | 10101110 | 10000110 | 1101111 | 0 | 10111 | 100100 | 100000 | 10110 | 11100 | 111000 |
Color Harmonies of #AE866F
Complementary color
Monochromatic Colors of #AE866F
Black with #AE866F
Text Example
Text Example
White with #AE866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE866F; }
p { color: rgb(174,134,111); }
H1.HeaderClassName
{
color: #AE866F;
}
.AnyTagClassName
{
color: #AE866F;
}
</style>
background-color css
<style>
a { background-color: #AE866F; }
a { background-color: rgb(174,134,111); }
div.DivClassName
{
background-color: #AE866F;
}
.BgClassName
{
background-color: #AE866F;
}
</style>
border-color css
<style>
span { border-color: #AE866F; }
span { border-color: rgb(174,134,111); }
td.TdClassName
{
border-color: #AE866F;
}
.TagClassName
{
border-color: #AE866F;
}
</style>