Shades of Medium Wood #AD8468
Tints of Medium Wood #AD8468
RGB
CMYK
RGB Variations
Color information
#AD8468 (or 0xAD8468) is known color: Medium Wood. HEX triplet: AD, 84 and 68. RGB value is (173,132,104). Sum of RGB (Red+Green+Blue) = 173+132+104=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8468 is #527B97. Grayscale: #8D8D8D. Windows color (decimal): -5405592 or 6849709. OLE color: 6849709.
HSL color Cylindrical-coordinate representation of color #AD8468: hue angle of 24.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8468 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 104 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.32 |
| HSL | 24.35º | 0.3% | 0.54% | - |
| HSV(B) | 24.35º | 0.4% | 0.68% | - |
| XYZ | 27.98 | 26.39 | 16.71 | - |
| YUV | 141.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 104 | 0 | 0.24 | 0.40 | 0.32 | 24.35 | 0.3 | 0.54 |
| Hex | AD | 84 | 68 | 0 | 18 | 28 | 20 | 18 | 1E | 36 |
| Octal | 255 | 204 | 150 | 0 | 30 | 50 | 40 | 30 | 36 | 66 |
| Binary | 10101101 | 10000100 | 1101000 | 0 | 11000 | 101000 | 100000 | 11000 | 11110 | 110110 |
Color Harmonies of #AD8468
Complementary color
Monochromatic Colors of #AD8468
Black with #AD8468
Text Example
Text Example
White with #AD8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8468; }
p { color: rgb(173,132,104); }
H1.HeaderClassName
{
color: #AD8468;
}
.AnyTagClassName
{
color: #AD8468;
}
</style>
background-color css
<style>
a { background-color: #AD8468; }
a { background-color: rgb(173,132,104); }
div.DivClassName
{
background-color: #AD8468;
}
.BgClassName
{
background-color: #AD8468;
}
</style>
border-color css
<style>
span { border-color: #AD8468; }
span { border-color: rgb(173,132,104); }
td.TdClassName
{
border-color: #AD8468;
}
.TagClassName
{
border-color: #AD8468;
}
</style>