Shades of Medium Wood #A47D68
Tints of Medium Wood #A47D68
RGB
CMYK
RGB Variations
Color information
#A47D68 (or 0xA47D68) is known color: Medium Wood. HEX triplet: A4, 7D and 68. RGB value is (164,125,104). Sum of RGB (Red+Green+Blue) = 164+125+104=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D68 is #5B8297. Grayscale: #868686. Windows color (decimal): -5997208 or 6847908. OLE color: 6847908.
HSL color Cylindrical-coordinate representation of color #A47D68: hue angle of 21º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47D68 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 104 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.36 |
| HSL | 21º | 0.25% | 0.53% | - |
| HSV(B) | 21º | 0.37% | 0.64% | - |
| XYZ | 25.14 | 23.56 | 16.32 | - |
| YUV | 134.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 104 | 0 | 0.24 | 0.37 | 0.36 | 21 | 0.25 | 0.53 |
| Hex | A4 | 7D | 68 | 0 | 18 | 25 | 24 | 15 | 19 | 35 |
| Octal | 244 | 175 | 150 | 0 | 30 | 45 | 44 | 25 | 31 | 65 |
| Binary | 10100100 | 1111101 | 1101000 | 0 | 11000 | 100101 | 100100 | 10101 | 11001 | 110101 |
Color Harmonies of #A47D68
Complementary color
Monochromatic Colors of #A47D68
Black with #A47D68
Text Example
Text Example
White with #A47D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D68; }
p { color: rgb(164,125,104); }
H1.HeaderClassName
{
color: #A47D68;
}
.AnyTagClassName
{
color: #A47D68;
}
</style>
background-color css
<style>
a { background-color: #A47D68; }
a { background-color: rgb(164,125,104); }
div.DivClassName
{
background-color: #A47D68;
}
.BgClassName
{
background-color: #A47D68;
}
</style>
border-color css
<style>
span { border-color: #A47D68; }
span { border-color: rgb(164,125,104); }
td.TdClassName
{
border-color: #A47D68;
}
.TagClassName
{
border-color: #A47D68;
}
</style>