Shades of Medium Wood #A3816C
Tints of Medium Wood #A3816C
RGB
CMYK
RGB Variations
Color information
#A3816C (or 0xA3816C) is known color: Medium Wood. HEX triplet: A3, 81 and 6C. RGB value is (163,129,108). Sum of RGB (Red+Green+Blue) = 163+129+108=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A3816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3816C is #5C7E93. Grayscale: #888888. Windows color (decimal): -6061716 or 7111075. OLE color: 7111075.
HSL color Cylindrical-coordinate representation of color #A3816C: hue angle of 22.91º 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 #A3816C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 129 | 108 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.36 |
| HSL | 22.91º | 0.23% | 0.53% | - |
| HSV(B) | 22.91º | 0.34% | 0.64% | - |
| XYZ | 25.66 | 24.57 | 17.58 | - |
| YUV | 136.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 129 | 108 | 0 | 0.21 | 0.34 | 0.36 | 22.91 | 0.23 | 0.53 |
| Hex | A3 | 81 | 6C | 0 | 15 | 22 | 24 | 17 | 17 | 35 |
| Octal | 243 | 201 | 154 | 0 | 25 | 42 | 44 | 27 | 27 | 65 |
| Binary | 10100011 | 10000001 | 1101100 | 0 | 10101 | 100010 | 100100 | 10111 | 10111 | 110101 |
Color Harmonies of #A3816C
Complementary color
Monochromatic Colors of #A3816C
Black with #A3816C
Text Example
Text Example
White with #A3816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3816C; }
p { color: rgb(163,129,108); }
H1.HeaderClassName
{
color: #A3816C;
}
.AnyTagClassName
{
color: #A3816C;
}
</style>
background-color css
<style>
a { background-color: #A3816C; }
a { background-color: rgb(163,129,108); }
div.DivClassName
{
background-color: #A3816C;
}
.BgClassName
{
background-color: #A3816C;
}
</style>
border-color css
<style>
span { border-color: #A3816C; }
span { border-color: rgb(163,129,108); }
td.TdClassName
{
border-color: #A3816C;
}
.TagClassName
{
border-color: #A3816C;
}
</style>