Shades of Medium Wood #A38167
Tints of Medium Wood #A38167
RGB
CMYK
RGB Variations
Color information
#A38167 (or 0xA38167) is known color: Medium Wood. HEX triplet: A3, 81 and 67. RGB value is (163,129,103). Sum of RGB (Red+Green+Blue) = 163+129+103=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A38167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38167 is #5C7E98. Grayscale: #888888. Windows color (decimal): -6061721 or 6783395. OLE color: 6783395.
HSL color Cylindrical-coordinate representation of color #A38167: hue angle of 26º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A38167 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 103 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.36 |
| HSL | 26º | 0.25% | 0.52% | - |
| HSV(B) | 26º | 0.37% | 0.64% | - |
| XYZ | 25.4 | 24.47 | 16.22 | - |
| YUV | 136.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 103 | 0 | 0.21 | 0.37 | 0.36 | 26 | 0.25 | 0.52 |
| Hex | A3 | 81 | 67 | 0 | 15 | 25 | 24 | 1A | 19 | 34 |
| Octal | 243 | 201 | 147 | 0 | 25 | 45 | 44 | 32 | 31 | 64 |
| Binary | 10100011 | 10000001 | 1100111 | 0 | 10101 | 100101 | 100100 | 11010 | 11001 | 110100 |
Color Harmonies of #A38167
Complementary color
Monochromatic Colors of #A38167
Black with #A38167
Text Example
Text Example
White with #A38167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38167; }
p { color: rgb(163,129,103); }
H1.HeaderClassName
{
color: #A38167;
}
.AnyTagClassName
{
color: #A38167;
}
</style>
background-color css
<style>
a { background-color: #A38167; }
a { background-color: rgb(163,129,103); }
div.DivClassName
{
background-color: #A38167;
}
.BgClassName
{
background-color: #A38167;
}
</style>
border-color css
<style>
span { border-color: #A38167; }
span { border-color: rgb(163,129,103); }
td.TdClassName
{
border-color: #A38167;
}
.TagClassName
{
border-color: #A38167;
}
</style>