Shades of Medium Wood #AD835D
Tints of Medium Wood #AD835D
RGB
CMYK
RGB Variations
Color information
#AD835D (or 0xAD835D) is known color: Medium Wood. HEX triplet: AD, 83 and 5D. RGB value is (173,131,93). Sum of RGB (Red+Green+Blue) = 173+131+93=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD835D is #527CA2. Grayscale: #8B8B8B. Windows color (decimal): -5405859 or 6128557. OLE color: 6128557.
HSL color Cylindrical-coordinate representation of color #AD835D: hue angle of 28.5º 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 #AD835D is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 93 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.32 |
| HSL | 28.5º | 0.33% | 0.52% | - |
| HSV(B) | 28.5º | 0.46% | 0.68% | - |
| XYZ | 27.33 | 25.91 | 13.92 | - |
| YUV | 139.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 93 | 0 | 0.24 | 0.46 | 0.32 | 28.5 | 0.33 | 0.52 |
| Hex | AD | 83 | 5D | 0 | 18 | 2E | 20 | 1C | 21 | 34 |
| Octal | 255 | 203 | 135 | 0 | 30 | 56 | 40 | 34 | 41 | 64 |
| Binary | 10101101 | 10000011 | 1011101 | 0 | 11000 | 101110 | 100000 | 11100 | 100001 | 110100 |
Color Harmonies of #AD835D
Complementary color
Monochromatic Colors of #AD835D
Black with #AD835D
Text Example
Text Example
White with #AD835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD835D; }
p { color: rgb(173,131,93); }
H1.HeaderClassName
{
color: #AD835D;
}
.AnyTagClassName
{
color: #AD835D;
}
</style>
background-color css
<style>
a { background-color: #AD835D; }
a { background-color: rgb(173,131,93); }
div.DivClassName
{
background-color: #AD835D;
}
.BgClassName
{
background-color: #AD835D;
}
</style>
border-color css
<style>
span { border-color: #AD835D; }
span { border-color: rgb(173,131,93); }
td.TdClassName
{
border-color: #AD835D;
}
.TagClassName
{
border-color: #AD835D;
}
</style>