Shades of Medium Wood #A3806B
Tints of Medium Wood #A3806B
RGB
CMYK
RGB Variations
Color information
#A3806B (or 0xA3806B) is known color: Medium Wood. HEX triplet: A3, 80 and 6B. RGB value is (163,128,107). Sum of RGB (Red+Green+Blue) = 163+128+107=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3806B is #5C7F94. Grayscale: #888888. Windows color (decimal): -6061973 or 7045283. OLE color: 7045283.
HSL color Cylindrical-coordinate representation of color #A3806B: hue angle of 22.5º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3806B is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 128 | 107 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.36 |
| HSL | 22.5º | 0.23% | 0.53% | - |
| HSV(B) | 22.5º | 0.34% | 0.64% | - |
| XYZ | 25.48 | 24.29 | 17.25 | - |
| YUV | 136.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 107 | 0 | 0.21 | 0.34 | 0.36 | 22.5 | 0.23 | 0.53 |
| Hex | A3 | 80 | 6B | 0 | 15 | 22 | 24 | 16 | 17 | 35 |
| Octal | 243 | 200 | 153 | 0 | 25 | 42 | 44 | 26 | 27 | 65 |
| Binary | 10100011 | 10000000 | 1101011 | 0 | 10101 | 100010 | 100100 | 10110 | 10111 | 110101 |
Color Harmonies of #A3806B
Complementary color
Monochromatic Colors of #A3806B
Black with #A3806B
Text Example
Text Example
White with #A3806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3806B; }
p { color: rgb(163,128,107); }
H1.HeaderClassName
{
color: #A3806B;
}
.AnyTagClassName
{
color: #A3806B;
}
</style>
background-color css
<style>
a { background-color: #A3806B; }
a { background-color: rgb(163,128,107); }
div.DivClassName
{
background-color: #A3806B;
}
.BgClassName
{
background-color: #A3806B;
}
</style>
border-color css
<style>
span { border-color: #A3806B; }
span { border-color: rgb(163,128,107); }
td.TdClassName
{
border-color: #A3806B;
}
.TagClassName
{
border-color: #A3806B;
}
</style>