Shades of Medium Wood #AD835C
Tints of Medium Wood #AD835C
RGB
CMYK
RGB Variations
Color information
#AD835C (or 0xAD835C) is known color: Medium Wood. HEX triplet: AD, 83 and 5C. RGB value is (173,131,92). Sum of RGB (Red+Green+Blue) = 173+131+92=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD835C is #527CA3. Grayscale: #8B8B8B. Windows color (decimal): -5405860 or 6063021. OLE color: 6063021.
HSL color Cylindrical-coordinate representation of color #AD835C: hue angle of 28.89º 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 #AD835C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 92 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.32 |
| HSL | 28.89º | 0.33% | 0.52% | - |
| HSV(B) | 28.89º | 0.47% | 0.68% | - |
| XYZ | 27.28 | 25.89 | 13.68 | - |
| YUV | 139.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 92 | 0 | 0.24 | 0.47 | 0.32 | 28.89 | 0.33 | 0.52 |
| Hex | AD | 83 | 5C | 0 | 18 | 2F | 20 | 1D | 21 | 34 |
| Octal | 255 | 203 | 134 | 0 | 30 | 57 | 40 | 35 | 41 | 64 |
| Binary | 10101101 | 10000011 | 1011100 | 0 | 11000 | 101111 | 100000 | 11101 | 100001 | 110100 |
Color Harmonies of #AD835C
Complementary color
Monochromatic Colors of #AD835C
Black with #AD835C
Text Example
Text Example
White with #AD835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD835C; }
p { color: rgb(173,131,92); }
H1.HeaderClassName
{
color: #AD835C;
}
.AnyTagClassName
{
color: #AD835C;
}
</style>
background-color css
<style>
a { background-color: #AD835C; }
a { background-color: rgb(173,131,92); }
div.DivClassName
{
background-color: #AD835C;
}
.BgClassName
{
background-color: #AD835C;
}
</style>
border-color css
<style>
span { border-color: #AD835C; }
span { border-color: rgb(173,131,92); }
td.TdClassName
{
border-color: #AD835C;
}
.TagClassName
{
border-color: #AD835C;
}
</style>