Shades of Medium Wood #A47D61
Tints of Medium Wood #A47D61
RGB
CMYK
RGB Variations
Color information
#A47D61 (or 0xA47D61) is known color: Medium Wood. HEX triplet: A4, 7D and 61. RGB value is (164,125,97). Sum of RGB (Red+Green+Blue) = 164+125+97=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D61 is #5B829E. Grayscale: #858585. Windows color (decimal): -5997215 or 6389156. OLE color: 6389156.
HSL color Cylindrical-coordinate representation of color #A47D61: hue angle of 25.07º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47D61 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 125 | 97 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.36 |
| HSL | 25.07º | 0.27% | 0.51% | - |
| HSV(B) | 25.07º | 0.41% | 0.64% | - |
| XYZ | 24.8 | 23.42 | 14.52 | - |
| YUV | 133.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 97 | 0 | 0.24 | 0.41 | 0.36 | 25.07 | 0.27 | 0.51 |
| Hex | A4 | 7D | 61 | 0 | 18 | 29 | 24 | 19 | 1B | 33 |
| Octal | 244 | 175 | 141 | 0 | 30 | 51 | 44 | 31 | 33 | 63 |
| Binary | 10100100 | 1111101 | 1100001 | 0 | 11000 | 101001 | 100100 | 11001 | 11011 | 110011 |
Color Harmonies of #A47D61
Complementary color
Monochromatic Colors of #A47D61
Black with #A47D61
Text Example
Text Example
White with #A47D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47D61; }
p { color: rgb(164,125,97); }
H1.HeaderClassName
{
color: #A47D61;
}
.AnyTagClassName
{
color: #A47D61;
}
</style>
background-color css
<style>
a { background-color: #A47D61; }
a { background-color: rgb(164,125,97); }
div.DivClassName
{
background-color: #A47D61;
}
.BgClassName
{
background-color: #A47D61;
}
</style>
border-color css
<style>
span { border-color: #A47D61; }
span { border-color: rgb(164,125,97); }
td.TdClassName
{
border-color: #A47D61;
}
.TagClassName
{
border-color: #A47D61;
}
</style>