Shades of Medium Wood #AD8265
Tints of Medium Wood #AD8265
RGB
CMYK
RGB Variations
Color information
#AD8265 (or 0xAD8265) is known color: Medium Wood. HEX triplet: AD, 82 and 65. RGB value is (173,130,101). Sum of RGB (Red+Green+Blue) = 173+130+101=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8265 is #527D9A. Grayscale: #8B8B8B. Windows color (decimal): -5406107 or 6652589. OLE color: 6652589.
HSL color Cylindrical-coordinate representation of color #AD8265: hue angle of 24.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8265 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 101 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.32 |
| HSL | 24.17º | 0.31% | 0.54% | - |
| HSV(B) | 24.17º | 0.42% | 0.68% | - |
| XYZ | 27.57 | 25.79 | 15.84 | - |
| YUV | 139.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 101 | 0 | 0.25 | 0.42 | 0.32 | 24.17 | 0.31 | 0.54 |
| Hex | AD | 82 | 65 | 0 | 19 | 2A | 20 | 18 | 1F | 36 |
| Octal | 255 | 202 | 145 | 0 | 31 | 52 | 40 | 30 | 37 | 66 |
| Binary | 10101101 | 10000010 | 1100101 | 0 | 11001 | 101010 | 100000 | 11000 | 11111 | 110110 |
Color Harmonies of #AD8265
Complementary color
Monochromatic Colors of #AD8265
Black with #AD8265
Text Example
Text Example
White with #AD8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8265; }
p { color: rgb(173,130,101); }
H1.HeaderClassName
{
color: #AD8265;
}
.AnyTagClassName
{
color: #AD8265;
}
</style>
background-color css
<style>
a { background-color: #AD8265; }
a { background-color: rgb(173,130,101); }
div.DivClassName
{
background-color: #AD8265;
}
.BgClassName
{
background-color: #AD8265;
}
</style>
border-color css
<style>
span { border-color: #AD8265; }
span { border-color: rgb(173,130,101); }
td.TdClassName
{
border-color: #AD8265;
}
.TagClassName
{
border-color: #AD8265;
}
</style>