Shades of Medium Wood #AE8367
Tints of Medium Wood #AE8367
RGB
CMYK
RGB Variations
Color information
#AE8367 (or 0xAE8367) is known color: Medium Wood. HEX triplet: AE, 83 and 67. RGB value is (174,131,103). Sum of RGB (Red+Green+Blue) = 174+131+103=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8367 is #517C98. Grayscale: #8C8C8C. Windows color (decimal): -5340313 or 6783918. OLE color: 6783918.
HSL color Cylindrical-coordinate representation of color #AE8367: hue angle of 23.66º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8367 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 131 | 103 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.32 |
| HSL | 23.66º | 0.3% | 0.54% | - |
| HSV(B) | 23.66º | 0.41% | 0.68% | - |
| XYZ | 28.02 | 26.21 | 16.41 | - |
| YUV | 140.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 103 | 0 | 0.25 | 0.41 | 0.32 | 23.66 | 0.3 | 0.54 |
| Hex | AE | 83 | 67 | 0 | 19 | 29 | 20 | 18 | 1E | 36 |
| Octal | 256 | 203 | 147 | 0 | 31 | 51 | 40 | 30 | 36 | 66 |
| Binary | 10101110 | 10000011 | 1100111 | 0 | 11001 | 101001 | 100000 | 11000 | 11110 | 110110 |
Color Harmonies of #AE8367
Complementary color
Monochromatic Colors of #AE8367
Black with #AE8367
Text Example
Text Example
White with #AE8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8367; }
p { color: rgb(174,131,103); }
H1.HeaderClassName
{
color: #AE8367;
}
.AnyTagClassName
{
color: #AE8367;
}
</style>
background-color css
<style>
a { background-color: #AE8367; }
a { background-color: rgb(174,131,103); }
div.DivClassName
{
background-color: #AE8367;
}
.BgClassName
{
background-color: #AE8367;
}
</style>
border-color css
<style>
span { border-color: #AE8367; }
span { border-color: rgb(174,131,103); }
td.TdClassName
{
border-color: #AE8367;
}
.TagClassName
{
border-color: #AE8367;
}
</style>