Shades of Medium Wood #A3785B
Tints of Medium Wood #A3785B
RGB
CMYK
RGB Variations
Color information
#A3785B (or 0xA3785B) is known color: Medium Wood. HEX triplet: A3, 78 and 5B. RGB value is (163,120,91). Sum of RGB (Red+Green+Blue) = 163+120+91=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3785B is #5C87A4. Grayscale: #818181. Windows color (decimal): -6064037 or 5994659. OLE color: 5994659.
HSL color Cylindrical-coordinate representation of color #A3785B: hue angle of 24.17º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3785B is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 91 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.36 |
| HSL | 24.17º | 0.28% | 0.5% | - |
| HSV(B) | 24.17º | 0.44% | 0.64% | - |
| XYZ | 23.71 | 21.97 | 12.89 | - |
| YUV | 129.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 91 | 0 | 0.26 | 0.44 | 0.36 | 24.17 | 0.28 | 0.5 |
| Hex | A3 | 78 | 5B | 0 | 1A | 2C | 24 | 18 | 1C | 32 |
| Octal | 243 | 170 | 133 | 0 | 32 | 54 | 44 | 30 | 34 | 62 |
| Binary | 10100011 | 1111000 | 1011011 | 0 | 11010 | 101100 | 100100 | 11000 | 11100 | 110010 |
Color Harmonies of #A3785B
Complementary color
Monochromatic Colors of #A3785B
Black with #A3785B
Text Example
Text Example
White with #A3785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3785B; }
p { color: rgb(163,120,91); }
H1.HeaderClassName
{
color: #A3785B;
}
.AnyTagClassName
{
color: #A3785B;
}
</style>
background-color css
<style>
a { background-color: #A3785B; }
a { background-color: rgb(163,120,91); }
div.DivClassName
{
background-color: #A3785B;
}
.BgClassName
{
background-color: #A3785B;
}
</style>
border-color css
<style>
span { border-color: #A3785B; }
span { border-color: rgb(163,120,91); }
td.TdClassName
{
border-color: #A3785B;
}
.TagClassName
{
border-color: #A3785B;
}
</style>