Shades of Medium Wood #AE865D
Tints of Medium Wood #AE865D
RGB
CMYK
RGB Variations
Color information
#AE865D (or 0xAE865D) is known color: Medium Wood. HEX triplet: AE, 86 and 5D. RGB value is (174,134,93). Sum of RGB (Red+Green+Blue) = 174+134+93=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE865D is #5179A2. Grayscale: #8D8D8D. Windows color (decimal): -5339555 or 6129326. OLE color: 6129326.
HSL color Cylindrical-coordinate representation of color #AE865D: hue angle of 30.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE865D is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 93 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.32 |
| HSL | 30.37º | 0.33% | 0.52% | - |
| HSV(B) | 30.37º | 0.47% | 0.68% | - |
| XYZ | 27.96 | 26.84 | 14.06 | - |
| YUV | 141.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 93 | 0 | 0.23 | 0.47 | 0.32 | 30.37 | 0.33 | 0.52 |
| Hex | AE | 86 | 5D | 0 | 17 | 2F | 20 | 1E | 21 | 34 |
| Octal | 256 | 206 | 135 | 0 | 27 | 57 | 40 | 36 | 41 | 64 |
| Binary | 10101110 | 10000110 | 1011101 | 0 | 10111 | 101111 | 100000 | 11110 | 100001 | 110100 |
Color Harmonies of #AE865D
Complementary color
Monochromatic Colors of #AE865D
Black with #AE865D
Text Example
Text Example
White with #AE865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE865D; }
p { color: rgb(174,134,93); }
H1.HeaderClassName
{
color: #AE865D;
}
.AnyTagClassName
{
color: #AE865D;
}
</style>
background-color css
<style>
a { background-color: #AE865D; }
a { background-color: rgb(174,134,93); }
div.DivClassName
{
background-color: #AE865D;
}
.BgClassName
{
background-color: #AE865D;
}
</style>
border-color css
<style>
span { border-color: #AE865D; }
span { border-color: rgb(174,134,93); }
td.TdClassName
{
border-color: #AE865D;
}
.TagClassName
{
border-color: #AE865D;
}
</style>