Shades of Medium Wood #A38162
Tints of Medium Wood #A38162
RGB
CMYK
RGB Variations
Color information
#A38162 (or 0xA38162) is known color: Medium Wood. HEX triplet: A3, 81 and 62. RGB value is (163,129,98). Sum of RGB (Red+Green+Blue) = 163+129+98=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A38162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38162 is #5C7E9D. Grayscale: #878787. Windows color (decimal): -6061726 or 6455715. OLE color: 6455715.
HSL color Cylindrical-coordinate representation of color #A38162: hue angle of 28.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38162 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 98 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.36 |
| HSL | 28.62º | 0.26% | 0.51% | - |
| HSV(B) | 28.62º | 0.4% | 0.64% | - |
| XYZ | 25.16 | 24.37 | 14.93 | - |
| YUV | 135.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 98 | 0 | 0.21 | 0.40 | 0.36 | 28.62 | 0.26 | 0.51 |
| Hex | A3 | 81 | 62 | 0 | 15 | 28 | 24 | 1D | 1A | 33 |
| Octal | 243 | 201 | 142 | 0 | 25 | 50 | 44 | 35 | 32 | 63 |
| Binary | 10100011 | 10000001 | 1100010 | 0 | 10101 | 101000 | 100100 | 11101 | 11010 | 110011 |
Color Harmonies of #A38162
Complementary color
Monochromatic Colors of #A38162
Black with #A38162
Text Example
Text Example
White with #A38162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38162; }
p { color: rgb(163,129,98); }
H1.HeaderClassName
{
color: #A38162;
}
.AnyTagClassName
{
color: #A38162;
}
</style>
background-color css
<style>
a { background-color: #A38162; }
a { background-color: rgb(163,129,98); }
div.DivClassName
{
background-color: #A38162;
}
.BgClassName
{
background-color: #A38162;
}
</style>
border-color css
<style>
span { border-color: #A38162; }
span { border-color: rgb(163,129,98); }
td.TdClassName
{
border-color: #A38162;
}
.TagClassName
{
border-color: #A38162;
}
</style>