Shades of Medium Wood #AE8568
Tints of Medium Wood #AE8568
RGB
CMYK
RGB Variations
Color information
#AE8568 (or 0xAE8568) is known color: Medium Wood. HEX triplet: AE, 85 and 68. RGB value is (174,133,104). Sum of RGB (Red+Green+Blue) = 174+133+104=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8568 is #517A97. Grayscale: #8E8E8E. Windows color (decimal): -5339800 or 6849966. OLE color: 6849966.
HSL color Cylindrical-coordinate representation of color #AE8568: hue angle of 24.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8568 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 104 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.32 |
| HSL | 24.86º | 0.3% | 0.55% | - |
| HSV(B) | 24.86º | 0.4% | 0.68% | - |
| XYZ | 28.34 | 26.77 | 16.77 | - |
| YUV | 141.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 104 | 0 | 0.24 | 0.40 | 0.32 | 24.86 | 0.3 | 0.55 |
| Hex | AE | 85 | 68 | 0 | 18 | 28 | 20 | 19 | 1E | 37 |
| Octal | 256 | 205 | 150 | 0 | 30 | 50 | 40 | 31 | 36 | 67 |
| Binary | 10101110 | 10000101 | 1101000 | 0 | 11000 | 101000 | 100000 | 11001 | 11110 | 110111 |
Color Harmonies of #AE8568
Complementary color
Monochromatic Colors of #AE8568
Black with #AE8568
Text Example
Text Example
White with #AE8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8568; }
p { color: rgb(174,133,104); }
H1.HeaderClassName
{
color: #AE8568;
}
.AnyTagClassName
{
color: #AE8568;
}
</style>
background-color css
<style>
a { background-color: #AE8568; }
a { background-color: rgb(174,133,104); }
div.DivClassName
{
background-color: #AE8568;
}
.BgClassName
{
background-color: #AE8568;
}
</style>
border-color css
<style>
span { border-color: #AE8568; }
span { border-color: rgb(174,133,104); }
td.TdClassName
{
border-color: #AE8568;
}
.TagClassName
{
border-color: #AE8568;
}
</style>