Shades of Medium Wood #AD815E
Tints of Medium Wood #AD815E
RGB
CMYK
RGB Variations
Color information
#AD815E (or 0xAD815E) is known color: Medium Wood. HEX triplet: AD, 81 and 5E. RGB value is (173,129,94). Sum of RGB (Red+Green+Blue) = 173+129+94=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD815E is #527EA1. Grayscale: #8A8A8A. Windows color (decimal): -5406370 or 6193581. OLE color: 6193581.
HSL color Cylindrical-coordinate representation of color #AD815E: hue angle of 26.58º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD815E is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 94 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.32 |
| HSL | 26.58º | 0.33% | 0.52% | - |
| HSV(B) | 26.58º | 0.46% | 0.68% | - |
| XYZ | 27.1 | 25.39 | 14.06 | - |
| YUV | 138.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 94 | 0 | 0.25 | 0.46 | 0.32 | 26.58 | 0.33 | 0.52 |
| Hex | AD | 81 | 5E | 0 | 19 | 2E | 20 | 1B | 21 | 34 |
| Octal | 255 | 201 | 136 | 0 | 31 | 56 | 40 | 33 | 41 | 64 |
| Binary | 10101101 | 10000001 | 1011110 | 0 | 11001 | 101110 | 100000 | 11011 | 100001 | 110100 |
Color Harmonies of #AD815E
Complementary color
Monochromatic Colors of #AD815E
Black with #AD815E
Text Example
Text Example
White with #AD815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD815E; }
p { color: rgb(173,129,94); }
H1.HeaderClassName
{
color: #AD815E;
}
.AnyTagClassName
{
color: #AD815E;
}
</style>
background-color css
<style>
a { background-color: #AD815E; }
a { background-color: rgb(173,129,94); }
div.DivClassName
{
background-color: #AD815E;
}
.BgClassName
{
background-color: #AD815E;
}
</style>
border-color css
<style>
span { border-color: #AD815E; }
span { border-color: rgb(173,129,94); }
td.TdClassName
{
border-color: #AD815E;
}
.TagClassName
{
border-color: #AD815E;
}
</style>