Shades of Medium Wood #AE835D
Tints of Medium Wood #AE835D
RGB
CMYK
RGB Variations
Color information
#AE835D (or 0xAE835D) is known color: Medium Wood. HEX triplet: AE, 83 and 5D. RGB value is (174,131,93). Sum of RGB (Red+Green+Blue) = 174+131+93=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE835D is #517CA2. Grayscale: #8B8B8B. Windows color (decimal): -5340323 or 6128558. OLE color: 6128558.
HSL color Cylindrical-coordinate representation of color #AE835D: hue angle of 28.15º degrees, saturation: 0.33, 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 #AE835D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 131 | 93 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.32 |
| HSL | 28.15º | 0.33% | 0.52% | - |
| HSV(B) | 28.15º | 0.47% | 0.68% | - |
| XYZ | 27.55 | 26.02 | 13.93 | - |
| YUV | 139.53 | 101.75 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 131 | 93 | 0 | 0.25 | 0.47 | 0.32 | 28.15 | 0.33 | 0.52 |
| Hex | AE | 83 | 5D | 0 | 19 | 2F | 20 | 1C | 21 | 34 |
| Octal | 256 | 203 | 135 | 0 | 31 | 57 | 40 | 34 | 41 | 64 |
| Binary | 10101110 | 10000011 | 1011101 | 0 | 11001 | 101111 | 100000 | 11100 | 100001 | 110100 |
Color Harmonies of #AE835D
Complementary color
Monochromatic Colors of #AE835D
Black with #AE835D
Text Example
Text Example
White with #AE835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE835D; }
p { color: rgb(174,131,93); }
H1.HeaderClassName
{
color: #AE835D;
}
.AnyTagClassName
{
color: #AE835D;
}
</style>
background-color css
<style>
a { background-color: #AE835D; }
a { background-color: rgb(174,131,93); }
div.DivClassName
{
background-color: #AE835D;
}
.BgClassName
{
background-color: #AE835D;
}
</style>
border-color css
<style>
span { border-color: #AE835D; }
span { border-color: rgb(174,131,93); }
td.TdClassName
{
border-color: #AE835D;
}
.TagClassName
{
border-color: #AE835D;
}
</style>