Shades of Medium Wood #AD8063
Tints of Medium Wood #AD8063
RGB
CMYK
RGB Variations
Color information
#AD8063 (or 0xAD8063) is known color: Medium Wood. HEX triplet: AD, 80 and 63. RGB value is (173,128,99). Sum of RGB (Red+Green+Blue) = 173+128+99=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8063 is #527F9C. Grayscale: #8A8A8A. Windows color (decimal): -5406621 or 6521005. OLE color: 6521005.
HSL color Cylindrical-coordinate representation of color #AD8063: hue angle of 23.51º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8063 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 99 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.32 |
| HSL | 23.51º | 0.31% | 0.53% | - |
| HSV(B) | 23.51º | 0.43% | 0.68% | - |
| XYZ | 27.2 | 25.22 | 15.24 | - |
| YUV | 138.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 99 | 0 | 0.26 | 0.43 | 0.32 | 23.51 | 0.31 | 0.53 |
| Hex | AD | 80 | 63 | 0 | 1A | 2B | 20 | 18 | 1F | 35 |
| Octal | 255 | 200 | 143 | 0 | 32 | 53 | 40 | 30 | 37 | 65 |
| Binary | 10101101 | 10000000 | 1100011 | 0 | 11010 | 101011 | 100000 | 11000 | 11111 | 110101 |
Color Harmonies of #AD8063
Complementary color
Monochromatic Colors of #AD8063
Black with #AD8063
Text Example
Text Example
White with #AD8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8063; }
p { color: rgb(173,128,99); }
H1.HeaderClassName
{
color: #AD8063;
}
.AnyTagClassName
{
color: #AD8063;
}
</style>
background-color css
<style>
a { background-color: #AD8063; }
a { background-color: rgb(173,128,99); }
div.DivClassName
{
background-color: #AD8063;
}
.BgClassName
{
background-color: #AD8063;
}
</style>
border-color css
<style>
span { border-color: #AD8063; }
span { border-color: rgb(173,128,99); }
td.TdClassName
{
border-color: #AD8063;
}
.TagClassName
{
border-color: #AD8063;
}
</style>