Shades of Medium Wood #AD835E
Tints of Medium Wood #AD835E
RGB
CMYK
RGB Variations
Color information
#AD835E (or 0xAD835E) is known color: Medium Wood. HEX triplet: AD, 83 and 5E. RGB value is (173,131,94). Sum of RGB (Red+Green+Blue) = 173+131+94=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD835E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD835E is #527CA1. Grayscale: #8B8B8B. Windows color (decimal): -5405858 or 6194093. OLE color: 6194093.
HSL color Cylindrical-coordinate representation of color #AD835E: hue angle of 28.1º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD835E is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 94 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.32 |
| HSL | 28.1º | 0.33% | 0.52% | - |
| HSV(B) | 28.1º | 0.46% | 0.68% | - |
| XYZ | 27.37 | 25.92 | 14.15 | - |
| YUV | 139.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 94 | 0 | 0.24 | 0.46 | 0.32 | 28.1 | 0.33 | 0.52 |
| Hex | AD | 83 | 5E | 0 | 18 | 2E | 20 | 1C | 21 | 34 |
| Octal | 255 | 203 | 136 | 0 | 30 | 56 | 40 | 34 | 41 | 64 |
| Binary | 10101101 | 10000011 | 1011110 | 0 | 11000 | 101110 | 100000 | 11100 | 100001 | 110100 |
Color Harmonies of #AD835E
Complementary color
Monochromatic Colors of #AD835E
Black with #AD835E
Text Example
Text Example
White with #AD835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD835E; }
p { color: rgb(173,131,94); }
H1.HeaderClassName
{
color: #AD835E;
}
.AnyTagClassName
{
color: #AD835E;
}
</style>
background-color css
<style>
a { background-color: #AD835E; }
a { background-color: rgb(173,131,94); }
div.DivClassName
{
background-color: #AD835E;
}
.BgClassName
{
background-color: #AD835E;
}
</style>
border-color css
<style>
span { border-color: #AD835E; }
span { border-color: rgb(173,131,94); }
td.TdClassName
{
border-color: #AD835E;
}
.TagClassName
{
border-color: #AD835E;
}
</style>