Shades of Medium Wood #AE855C
Tints of Medium Wood #AE855C
RGB
CMYK
RGB Variations
Color information
#AE855C (or 0xAE855C) is known color: Medium Wood. HEX triplet: AE, 85 and 5C. RGB value is (174,133,92). Sum of RGB (Red+Green+Blue) = 174+133+92=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE855C is #517AA3. Grayscale: #8C8C8C. Windows color (decimal): -5339812 or 6063534. OLE color: 6063534.
HSL color Cylindrical-coordinate representation of color #AE855C: hue angle of 30º degrees, saturation: 0.34, 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 #AE855C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 92 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.32 |
| HSL | 30º | 0.34% | 0.52% | - |
| HSV(B) | 30º | 0.47% | 0.68% | - |
| XYZ | 27.77 | 26.55 | 13.79 | - |
| YUV | 140.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 92 | 0 | 0.24 | 0.47 | 0.32 | 30 | 0.34 | 0.52 |
| Hex | AE | 85 | 5C | 0 | 18 | 2F | 20 | 1E | 22 | 34 |
| Octal | 256 | 205 | 134 | 0 | 30 | 57 | 40 | 36 | 42 | 64 |
| Binary | 10101110 | 10000101 | 1011100 | 0 | 11000 | 101111 | 100000 | 11110 | 100010 | 110100 |
Color Harmonies of #AE855C
Complementary color
Monochromatic Colors of #AE855C
Black with #AE855C
Text Example
Text Example
White with #AE855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE855C; }
p { color: rgb(174,133,92); }
H1.HeaderClassName
{
color: #AE855C;
}
.AnyTagClassName
{
color: #AE855C;
}
</style>
background-color css
<style>
a { background-color: #AE855C; }
a { background-color: rgb(174,133,92); }
div.DivClassName
{
background-color: #AE855C;
}
.BgClassName
{
background-color: #AE855C;
}
</style>
border-color css
<style>
span { border-color: #AE855C; }
span { border-color: rgb(174,133,92); }
td.TdClassName
{
border-color: #AE855C;
}
.TagClassName
{
border-color: #AE855C;
}
</style>