Shades of Medium Wood #A68360
Tints of Medium Wood #A68360
RGB
CMYK
RGB Variations
Color information
#A68360 (or 0xA68360) is known color: Medium Wood. HEX triplet: A6, 83 and 60. RGB value is (166,131,96). Sum of RGB (Red+Green+Blue) = 166+131+96=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A68360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68360 is #597C9F. Grayscale: #898989. Windows color (decimal): -5864608 or 6325158. OLE color: 6325158.
HSL color Cylindrical-coordinate representation of color #A68360: hue angle of 30º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68360 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 96 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.35 |
| HSL | 30º | 0.28% | 0.51% | - |
| HSV(B) | 30º | 0.42% | 0.65% | - |
| XYZ | 25.95 | 25.18 | 14.56 | - |
| YUV | 137.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 96 | 0 | 0.21 | 0.42 | 0.35 | 30 | 0.28 | 0.51 |
| Hex | A6 | 83 | 60 | 0 | 15 | 2A | 23 | 1E | 1C | 33 |
| Octal | 246 | 203 | 140 | 0 | 25 | 52 | 43 | 36 | 34 | 63 |
| Binary | 10100110 | 10000011 | 1100000 | 0 | 10101 | 101010 | 100011 | 11110 | 11100 | 110011 |
Color Harmonies of #A68360
Complementary color
Monochromatic Colors of #A68360
Black with #A68360
Text Example
Text Example
White with #A68360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68360; }
p { color: rgb(166,131,96); }
H1.HeaderClassName
{
color: #A68360;
}
.AnyTagClassName
{
color: #A68360;
}
</style>
background-color css
<style>
a { background-color: #A68360; }
a { background-color: rgb(166,131,96); }
div.DivClassName
{
background-color: #A68360;
}
.BgClassName
{
background-color: #A68360;
}
</style>
border-color css
<style>
span { border-color: #A68360; }
span { border-color: rgb(166,131,96); }
td.TdClassName
{
border-color: #A68360;
}
.TagClassName
{
border-color: #A68360;
}
</style>