Shades of Medium Wood #A07B64
Tints of Medium Wood #A07B64
RGB
CMYK
RGB Variations
Color information
#A07B64 (or 0xA07B64) is known color: Medium Wood. HEX triplet: A0, 7B and 64. RGB value is (160,123,100). Sum of RGB (Red+Green+Blue) = 160+123+100=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B64 is #5F849B. Grayscale: #838383. Windows color (decimal): -6259868 or 6585248. OLE color: 6585248.
HSL color Cylindrical-coordinate representation of color #A07B64: hue angle of 23º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07B64 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 100 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.37 |
| HSL | 23º | 0.24% | 0.51% | - |
| HSV(B) | 23º | 0.38% | 0.63% | - |
| XYZ | 23.88 | 22.56 | 15.15 | - |
| YUV | 131.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 100 | 0 | 0.23 | 0.38 | 0.37 | 23 | 0.24 | 0.51 |
| Hex | A0 | 7B | 64 | 0 | 17 | 26 | 25 | 17 | 18 | 33 |
| Octal | 240 | 173 | 144 | 0 | 27 | 46 | 45 | 27 | 30 | 63 |
| Binary | 10100000 | 1111011 | 1100100 | 0 | 10111 | 100110 | 100101 | 10111 | 11000 | 110011 |
Color Harmonies of #A07B64
Complementary color
Monochromatic Colors of #A07B64
Black with #A07B64
Text Example
Text Example
White with #A07B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B64; }
p { color: rgb(160,123,100); }
H1.HeaderClassName
{
color: #A07B64;
}
.AnyTagClassName
{
color: #A07B64;
}
</style>
background-color css
<style>
a { background-color: #A07B64; }
a { background-color: rgb(160,123,100); }
div.DivClassName
{
background-color: #A07B64;
}
.BgClassName
{
background-color: #A07B64;
}
</style>
border-color css
<style>
span { border-color: #A07B64; }
span { border-color: rgb(160,123,100); }
td.TdClassName
{
border-color: #A07B64;
}
.TagClassName
{
border-color: #A07B64;
}
</style>