Shades of Medium Wood #A38364
Tints of Medium Wood #A38364
RGB
CMYK
RGB Variations
Color information
#A38364 (or 0xA38364) is known color: Medium Wood. HEX triplet: A3, 83 and 64. RGB value is (163,131,100). Sum of RGB (Red+Green+Blue) = 163+131+100=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A38364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38364 is #5C7C9B. Grayscale: #898989. Windows color (decimal): -6061212 or 6587299. OLE color: 6587299.
HSL color Cylindrical-coordinate representation of color #A38364: hue angle of 29.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38364 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 131 | 100 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.36 |
| HSL | 29.52º | 0.26% | 0.52% | - |
| HSV(B) | 29.52º | 0.39% | 0.64% | - |
| XYZ | 25.52 | 24.94 | 15.53 | - |
| YUV | 137.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 100 | 0 | 0.20 | 0.39 | 0.36 | 29.52 | 0.26 | 0.52 |
| Hex | A3 | 83 | 64 | 0 | 14 | 27 | 24 | 1E | 1A | 34 |
| Octal | 243 | 203 | 144 | 0 | 24 | 47 | 44 | 36 | 32 | 64 |
| Binary | 10100011 | 10000011 | 1100100 | 0 | 10100 | 100111 | 100100 | 11110 | 11010 | 110100 |
Color Harmonies of #A38364
Complementary color
Monochromatic Colors of #A38364
Black with #A38364
Text Example
Text Example
White with #A38364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38364; }
p { color: rgb(163,131,100); }
H1.HeaderClassName
{
color: #A38364;
}
.AnyTagClassName
{
color: #A38364;
}
</style>
background-color css
<style>
a { background-color: #A38364; }
a { background-color: rgb(163,131,100); }
div.DivClassName
{
background-color: #A38364;
}
.BgClassName
{
background-color: #A38364;
}
</style>
border-color css
<style>
span { border-color: #A38364; }
span { border-color: rgb(163,131,100); }
td.TdClassName
{
border-color: #A38364;
}
.TagClassName
{
border-color: #A38364;
}
</style>