Shades of Medium Wood #AE8165
Tints of Medium Wood #AE8165
RGB
CMYK
RGB Variations
Color information
#AE8165 (or 0xAE8165) is known color: Medium Wood. HEX triplet: AE, 81 and 65. RGB value is (174,129,101). Sum of RGB (Red+Green+Blue) = 174+129+101=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8165 is #517E9A. Grayscale: #8B8B8B. Windows color (decimal): -5340827 or 6652334. OLE color: 6652334.
HSL color Cylindrical-coordinate representation of color #AE8165: hue angle of 23.01º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE8165 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 101 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.32 |
| HSL | 23.01º | 0.31% | 0.54% | - |
| HSV(B) | 23.01º | 0.42% | 0.68% | - |
| XYZ | 27.65 | 25.64 | 15.8 | - |
| YUV | 139.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 101 | 0 | 0.26 | 0.42 | 0.32 | 23.01 | 0.31 | 0.54 |
| Hex | AE | 81 | 65 | 0 | 1A | 2A | 20 | 17 | 1F | 36 |
| Octal | 256 | 201 | 145 | 0 | 32 | 52 | 40 | 27 | 37 | 66 |
| Binary | 10101110 | 10000001 | 1100101 | 0 | 11010 | 101010 | 100000 | 10111 | 11111 | 110110 |
Color Harmonies of #AE8165
Complementary color
Monochromatic Colors of #AE8165
Black with #AE8165
Text Example
Text Example
White with #AE8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8165; }
p { color: rgb(174,129,101); }
H1.HeaderClassName
{
color: #AE8165;
}
.AnyTagClassName
{
color: #AE8165;
}
</style>
background-color css
<style>
a { background-color: #AE8165; }
a { background-color: rgb(174,129,101); }
div.DivClassName
{
background-color: #AE8165;
}
.BgClassName
{
background-color: #AE8165;
}
</style>
border-color css
<style>
span { border-color: #AE8165; }
span { border-color: rgb(174,129,101); }
td.TdClassName
{
border-color: #AE8165;
}
.TagClassName
{
border-color: #AE8165;
}
</style>