Shades of Medium Wood #A68461
Tints of Medium Wood #A68461
RGB
CMYK
RGB Variations
Color information
#A68461 (or 0xA68461) is known color: Medium Wood. HEX triplet: A6, 84 and 61. RGB value is (166,132,97). Sum of RGB (Red+Green+Blue) = 166+132+97=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A68461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68461 is #597B9E. Grayscale: #8A8A8A. Windows color (decimal): -5864351 or 6390950. OLE color: 6390950.
HSL color Cylindrical-coordinate representation of color #A68461: hue angle of 30.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68461 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 97 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.35 |
| HSL | 30.43º | 0.28% | 0.52% | - |
| HSV(B) | 30.43º | 0.42% | 0.65% | - |
| XYZ | 26.13 | 25.47 | 14.85 | - |
| YUV | 138.18 | 104.76 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 97 | 0 | 0.20 | 0.42 | 0.35 | 30.43 | 0.28 | 0.52 |
| Hex | A6 | 84 | 61 | 0 | 14 | 2A | 23 | 1E | 1C | 34 |
| Octal | 246 | 204 | 141 | 0 | 24 | 52 | 43 | 36 | 34 | 64 |
| Binary | 10100110 | 10000100 | 1100001 | 0 | 10100 | 101010 | 100011 | 11110 | 11100 | 110100 |
Color Harmonies of #A68461
Complementary color
Monochromatic Colors of #A68461
Black with #A68461
Text Example
Text Example
White with #A68461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68461; }
p { color: rgb(166,132,97); }
H1.HeaderClassName
{
color: #A68461;
}
.AnyTagClassName
{
color: #A68461;
}
</style>
background-color css
<style>
a { background-color: #A68461; }
a { background-color: rgb(166,132,97); }
div.DivClassName
{
background-color: #A68461;
}
.BgClassName
{
background-color: #A68461;
}
</style>
border-color css
<style>
span { border-color: #A68461; }
span { border-color: rgb(166,132,97); }
td.TdClassName
{
border-color: #A68461;
}
.TagClassName
{
border-color: #A68461;
}
</style>