Shades of Medium Wood #A68370
Tints of Medium Wood #A68370
RGB
CMYK
RGB Variations
Color information
#A68370 (or 0xA68370) is known color: Medium Wood. HEX triplet: A6, 83 and 70. RGB value is (166,131,112). Sum of RGB (Red+Green+Blue) = 166+131+112=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A68370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68370 is #597C8F. Grayscale: #8B8B8B. Windows color (decimal): -5864592 or 7373734. OLE color: 7373734.
HSL color Cylindrical-coordinate representation of color #A68370: hue angle of 21.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68370 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 112 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.35 |
| HSL | 21.11º | 0.23% | 0.55% | - |
| HSV(B) | 21.11º | 0.33% | 0.65% | - |
| XYZ | 26.77 | 25.51 | 18.84 | - |
| YUV | 139.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 112 | 0 | 0.21 | 0.33 | 0.35 | 21.11 | 0.23 | 0.55 |
| Hex | A6 | 83 | 70 | 0 | 15 | 21 | 23 | 15 | 17 | 37 |
| Octal | 246 | 203 | 160 | 0 | 25 | 41 | 43 | 25 | 27 | 67 |
| Binary | 10100110 | 10000011 | 1110000 | 0 | 10101 | 100001 | 100011 | 10101 | 10111 | 110111 |
Color Harmonies of #A68370
Complementary color
Monochromatic Colors of #A68370
Black with #A68370
Text Example
Text Example
White with #A68370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68370; }
p { color: rgb(166,131,112); }
H1.HeaderClassName
{
color: #A68370;
}
.AnyTagClassName
{
color: #A68370;
}
</style>
background-color css
<style>
a { background-color: #A68370; }
a { background-color: rgb(166,131,112); }
div.DivClassName
{
background-color: #A68370;
}
.BgClassName
{
background-color: #A68370;
}
</style>
border-color css
<style>
span { border-color: #A68370; }
span { border-color: rgb(166,131,112); }
td.TdClassName
{
border-color: #A68370;
}
.TagClassName
{
border-color: #A68370;
}
</style>