Shades of Medium Wood #AD815B
Tints of Medium Wood #AD815B
RGB
CMYK
RGB Variations
Color information
#AD815B (or 0xAD815B) is known color: Medium Wood. HEX triplet: AD, 81 and 5B. RGB value is (173,129,91). Sum of RGB (Red+Green+Blue) = 173+129+91=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815B is #527EA4. Grayscale: #8A8A8A. Windows color (decimal): -5406373 or 5996973. OLE color: 5996973.
HSL color Cylindrical-coordinate representation of color #AD815B: hue angle of 27.8º 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 #AD815B is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 91 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.32 |
| HSL | 27.8º | 0.33% | 0.52% | - |
| HSV(B) | 27.8º | 0.47% | 0.68% | - |
| XYZ | 26.97 | 25.34 | 13.37 | - |
| YUV | 137.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 91 | 0 | 0.25 | 0.47 | 0.32 | 27.8 | 0.33 | 0.52 |
| Hex | AD | 81 | 5B | 0 | 19 | 2F | 20 | 1C | 21 | 34 |
| Octal | 255 | 201 | 133 | 0 | 31 | 57 | 40 | 34 | 41 | 64 |
| Binary | 10101101 | 10000001 | 1011011 | 0 | 11001 | 101111 | 100000 | 11100 | 100001 | 110100 |
Color Harmonies of #AD815B
Complementary color
Monochromatic Colors of #AD815B
Black with #AD815B
Text Example
Text Example
White with #AD815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD815B; }
p { color: rgb(173,129,91); }
H1.HeaderClassName
{
color: #AD815B;
}
.AnyTagClassName
{
color: #AD815B;
}
</style>
background-color css
<style>
a { background-color: #AD815B; }
a { background-color: rgb(173,129,91); }
div.DivClassName
{
background-color: #AD815B;
}
.BgClassName
{
background-color: #AD815B;
}
</style>
border-color css
<style>
span { border-color: #AD815B; }
span { border-color: rgb(173,129,91); }
td.TdClassName
{
border-color: #AD815B;
}
.TagClassName
{
border-color: #AD815B;
}
</style>