Shades of Medium Wood #AE8861
Tints of Medium Wood #AE8861
RGB
CMYK
RGB Variations
Color information
#AE8861 (or 0xAE8861) is known color: Medium Wood. HEX triplet: AE, 88 and 61. RGB value is (174,136,97). Sum of RGB (Red+Green+Blue) = 174+136+97=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8861 is #51779E. Grayscale: #8F8F8F. Windows color (decimal): -5339039 or 6391982. OLE color: 6391982.
HSL color Cylindrical-coordinate representation of color #AE8861: hue angle of 30.39º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE8861 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 136 | 97 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.32 |
| HSL | 30.39º | 0.32% | 0.53% | - |
| HSV(B) | 30.39º | 0.44% | 0.68% | - |
| XYZ | 28.42 | 27.47 | 15.11 | - |
| YUV | 142.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 136 | 97 | 0 | 0.22 | 0.44 | 0.32 | 30.39 | 0.32 | 0.53 |
| Hex | AE | 88 | 61 | 0 | 16 | 2C | 20 | 1E | 20 | 35 |
| Octal | 256 | 210 | 141 | 0 | 26 | 54 | 40 | 36 | 40 | 65 |
| Binary | 10101110 | 10001000 | 1100001 | 0 | 10110 | 101100 | 100000 | 11110 | 100000 | 110101 |
Color Harmonies of #AE8861
Complementary color
Monochromatic Colors of #AE8861
Black with #AE8861
Text Example
Text Example
White with #AE8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8861; }
p { color: rgb(174,136,97); }
H1.HeaderClassName
{
color: #AE8861;
}
.AnyTagClassName
{
color: #AE8861;
}
</style>
background-color css
<style>
a { background-color: #AE8861; }
a { background-color: rgb(174,136,97); }
div.DivClassName
{
background-color: #AE8861;
}
.BgClassName
{
background-color: #AE8861;
}
</style>
border-color css
<style>
span { border-color: #AE8861; }
span { border-color: rgb(174,136,97); }
td.TdClassName
{
border-color: #AE8861;
}
.TagClassName
{
border-color: #AE8861;
}
</style>