Shades of Medium Wood #A37A65
Tints of Medium Wood #A37A65
RGB
CMYK
RGB Variations
Color information
#A37A65 (or 0xA37A65) is known color: Medium Wood. HEX triplet: A3, 7A and 65. RGB value is (163,122,101). Sum of RGB (Red+Green+Blue) = 163+122+101=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A65 is #5C859A. Grayscale: #838383. Windows color (decimal): -6063515 or 6650531. OLE color: 6650531.
HSL color Cylindrical-coordinate representation of color #A37A65: hue angle of 20.32º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A37A65 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 122 | 101 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.36 |
| HSL | 20.32º | 0.25% | 0.52% | - |
| HSV(B) | 20.32º | 0.38% | 0.64% | - |
| XYZ | 24.41 | 22.65 | 15.4 | - |
| YUV | 131.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 101 | 0 | 0.25 | 0.38 | 0.36 | 20.32 | 0.25 | 0.52 |
| Hex | A3 | 7A | 65 | 0 | 19 | 26 | 24 | 14 | 19 | 34 |
| Octal | 243 | 172 | 145 | 0 | 31 | 46 | 44 | 24 | 31 | 64 |
| Binary | 10100011 | 1111010 | 1100101 | 0 | 11001 | 100110 | 100100 | 10100 | 11001 | 110100 |
Color Harmonies of #A37A65
Complementary color
Monochromatic Colors of #A37A65
Black with #A37A65
Text Example
Text Example
White with #A37A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37A65; }
p { color: rgb(163,122,101); }
H1.HeaderClassName
{
color: #A37A65;
}
.AnyTagClassName
{
color: #A37A65;
}
</style>
background-color css
<style>
a { background-color: #A37A65; }
a { background-color: rgb(163,122,101); }
div.DivClassName
{
background-color: #A37A65;
}
.BgClassName
{
background-color: #A37A65;
}
</style>
border-color css
<style>
span { border-color: #A37A65; }
span { border-color: rgb(163,122,101); }
td.TdClassName
{
border-color: #A37A65;
}
.TagClassName
{
border-color: #A37A65;
}
</style>