Shades of Medium Wood #AE846D
Tints of Medium Wood #AE846D
RGB
CMYK
RGB Variations
Color information
#AE846D (or 0xAE846D) is known color: Medium Wood. HEX triplet: AE, 84 and 6D. RGB value is (174,132,109). Sum of RGB (Red+Green+Blue) = 174+132+109=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE846D is #517B92. Grayscale: #8E8E8E. Windows color (decimal): -5340051 or 7177390. OLE color: 7177390.
HSL color Cylindrical-coordinate representation of color #AE846D: hue angle of 21.23º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE846D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 109 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.32 |
| HSL | 21.23º | 0.29% | 0.55% | - |
| HSV(B) | 21.23º | 0.37% | 0.68% | - |
| XYZ | 28.47 | 26.61 | 18.1 | - |
| YUV | 141.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 109 | 0 | 0.24 | 0.37 | 0.32 | 21.23 | 0.29 | 0.55 |
| Hex | AE | 84 | 6D | 0 | 18 | 25 | 20 | 15 | 1D | 37 |
| Octal | 256 | 204 | 155 | 0 | 30 | 45 | 40 | 25 | 35 | 67 |
| Binary | 10101110 | 10000100 | 1101101 | 0 | 11000 | 100101 | 100000 | 10101 | 11101 | 110111 |
Color Harmonies of #AE846D
Complementary color
Monochromatic Colors of #AE846D
Black with #AE846D
Text Example
Text Example
White with #AE846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE846D; }
p { color: rgb(174,132,109); }
H1.HeaderClassName
{
color: #AE846D;
}
.AnyTagClassName
{
color: #AE846D;
}
</style>
background-color css
<style>
a { background-color: #AE846D; }
a { background-color: rgb(174,132,109); }
div.DivClassName
{
background-color: #AE846D;
}
.BgClassName
{
background-color: #AE846D;
}
</style>
border-color css
<style>
span { border-color: #AE846D; }
span { border-color: rgb(174,132,109); }
td.TdClassName
{
border-color: #AE846D;
}
.TagClassName
{
border-color: #AE846D;
}
</style>