Shades of Medium Wood #A47B61
Tints of Medium Wood #A47B61
RGB
CMYK
RGB Variations
Color information
#A47B61 (or 0xA47B61) is known color: Medium Wood. HEX triplet: A4, 7B and 61. RGB value is (164,123,97). Sum of RGB (Red+Green+Blue) = 164+123+97=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B61 is #5B849E. Grayscale: #848484. Windows color (decimal): -5997727 or 6388644. OLE color: 6388644.
HSL color Cylindrical-coordinate representation of color #A47B61: hue angle of 23.28º 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 #A47B61 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 123 | 97 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.36 |
| HSL | 23.28º | 0.27% | 0.51% | - |
| HSV(B) | 23.28º | 0.41% | 0.64% | - |
| XYZ | 24.55 | 22.92 | 14.44 | - |
| YUV | 132.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 97 | 0 | 0.25 | 0.41 | 0.36 | 23.28 | 0.27 | 0.51 |
| Hex | A4 | 7B | 61 | 0 | 19 | 29 | 24 | 17 | 1B | 33 |
| Octal | 244 | 173 | 141 | 0 | 31 | 51 | 44 | 27 | 33 | 63 |
| Binary | 10100100 | 1111011 | 1100001 | 0 | 11001 | 101001 | 100100 | 10111 | 11011 | 110011 |
Color Harmonies of #A47B61
Complementary color
Monochromatic Colors of #A47B61
Black with #A47B61
Text Example
Text Example
White with #A47B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47B61; }
p { color: rgb(164,123,97); }
H1.HeaderClassName
{
color: #A47B61;
}
.AnyTagClassName
{
color: #A47B61;
}
</style>
background-color css
<style>
a { background-color: #A47B61; }
a { background-color: rgb(164,123,97); }
div.DivClassName
{
background-color: #A47B61;
}
.BgClassName
{
background-color: #A47B61;
}
</style>
border-color css
<style>
span { border-color: #A47B61; }
span { border-color: rgb(164,123,97); }
td.TdClassName
{
border-color: #A47B61;
}
.TagClassName
{
border-color: #A47B61;
}
</style>