Shades of Medium Wood #AE8168
Tints of Medium Wood #AE8168
RGB
CMYK
RGB Variations
Color information
#AE8168 (or 0xAE8168) is known color: Medium Wood. HEX triplet: AE, 81 and 68. RGB value is (174,129,104). Sum of RGB (Red+Green+Blue) = 174+129+104=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8168 is #517E97. Grayscale: #8B8B8B. Windows color (decimal): -5340824 or 6848942. OLE color: 6848942.
HSL color Cylindrical-coordinate representation of color #AE8168: hue angle of 21.43º 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 #AE8168 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 104 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.32 |
| HSL | 21.43º | 0.3% | 0.55% | - |
| HSV(B) | 21.43º | 0.4% | 0.68% | - |
| XYZ | 27.8 | 25.7 | 16.59 | - |
| YUV | 139.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 104 | 0 | 0.26 | 0.40 | 0.32 | 21.43 | 0.3 | 0.55 |
| Hex | AE | 81 | 68 | 0 | 1A | 28 | 20 | 15 | 1E | 37 |
| Octal | 256 | 201 | 150 | 0 | 32 | 50 | 40 | 25 | 36 | 67 |
| Binary | 10101110 | 10000001 | 1101000 | 0 | 11010 | 101000 | 100000 | 10101 | 11110 | 110111 |
Color Harmonies of #AE8168
Complementary color
Monochromatic Colors of #AE8168
Black with #AE8168
Text Example
Text Example
White with #AE8168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8168; }
p { color: rgb(174,129,104); }
H1.HeaderClassName
{
color: #AE8168;
}
.AnyTagClassName
{
color: #AE8168;
}
</style>
background-color css
<style>
a { background-color: #AE8168; }
a { background-color: rgb(174,129,104); }
div.DivClassName
{
background-color: #AE8168;
}
.BgClassName
{
background-color: #AE8168;
}
</style>
border-color css
<style>
span { border-color: #AE8168; }
span { border-color: rgb(174,129,104); }
td.TdClassName
{
border-color: #AE8168;
}
.TagClassName
{
border-color: #AE8168;
}
</style>