Shades of Medium Wood #AE8464
Tints of Medium Wood #AE8464
RGB
CMYK
RGB Variations
Color information
#AE8464 (or 0xAE8464) is known color: Medium Wood. HEX triplet: AE, 84 and 64. RGB value is (174,132,100). Sum of RGB (Red+Green+Blue) = 174+132+100=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8464 is #517B9B. Grayscale: #8D8D8D. Windows color (decimal): -5340060 or 6587566. OLE color: 6587566.
HSL color Cylindrical-coordinate representation of color #AE8464: hue angle of 25.95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE8464 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 100 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.32 |
| HSL | 25.95º | 0.31% | 0.54% | - |
| HSV(B) | 25.95º | 0.43% | 0.68% | - |
| XYZ | 28.01 | 26.42 | 15.68 | - |
| YUV | 140.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 100 | 0 | 0.24 | 0.43 | 0.32 | 25.95 | 0.31 | 0.54 |
| Hex | AE | 84 | 64 | 0 | 18 | 2B | 20 | 1A | 1F | 36 |
| Octal | 256 | 204 | 144 | 0 | 30 | 53 | 40 | 32 | 37 | 66 |
| Binary | 10101110 | 10000100 | 1100100 | 0 | 11000 | 101011 | 100000 | 11010 | 11111 | 110110 |
Color Harmonies of #AE8464
Complementary color
Monochromatic Colors of #AE8464
Black with #AE8464
Text Example
Text Example
White with #AE8464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8464; }
p { color: rgb(174,132,100); }
H1.HeaderClassName
{
color: #AE8464;
}
.AnyTagClassName
{
color: #AE8464;
}
</style>
background-color css
<style>
a { background-color: #AE8464; }
a { background-color: rgb(174,132,100); }
div.DivClassName
{
background-color: #AE8464;
}
.BgClassName
{
background-color: #AE8464;
}
</style>
border-color css
<style>
span { border-color: #AE8464; }
span { border-color: rgb(174,132,100); }
td.TdClassName
{
border-color: #AE8464;
}
.TagClassName
{
border-color: #AE8464;
}
</style>