Shades of Medium Wood #A68161
Tints of Medium Wood #A68161
RGB
CMYK
RGB Variations
Color information
#A68161 (or 0xA68161) is known color: Medium Wood. HEX triplet: A6, 81 and 61. RGB value is (166,129,97). Sum of RGB (Red+Green+Blue) = 166+129+97=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A68161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68161 is #597E9E. Grayscale: #888888. Windows color (decimal): -5865119 or 6390182. OLE color: 6390182.
HSL color Cylindrical-coordinate representation of color #A68161: hue angle of 27.83º 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 #A68161 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 97 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.35 |
| HSL | 27.83º | 0.28% | 0.52% | - |
| HSV(B) | 27.83º | 0.42% | 0.65% | - |
| XYZ | 25.73 | 24.67 | 14.71 | - |
| YUV | 136.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 97 | 0 | 0.22 | 0.42 | 0.35 | 27.83 | 0.28 | 0.52 |
| Hex | A6 | 81 | 61 | 0 | 16 | 2A | 23 | 1C | 1C | 34 |
| Octal | 246 | 201 | 141 | 0 | 26 | 52 | 43 | 34 | 34 | 64 |
| Binary | 10100110 | 10000001 | 1100001 | 0 | 10110 | 101010 | 100011 | 11100 | 11100 | 110100 |
Color Harmonies of #A68161
Complementary color
Monochromatic Colors of #A68161
Black with #A68161
Text Example
Text Example
White with #A68161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68161; }
p { color: rgb(166,129,97); }
H1.HeaderClassName
{
color: #A68161;
}
.AnyTagClassName
{
color: #A68161;
}
</style>
background-color css
<style>
a { background-color: #A68161; }
a { background-color: rgb(166,129,97); }
div.DivClassName
{
background-color: #A68161;
}
.BgClassName
{
background-color: #A68161;
}
</style>
border-color css
<style>
span { border-color: #A68161; }
span { border-color: rgb(166,129,97); }
td.TdClassName
{
border-color: #A68161;
}
.TagClassName
{
border-color: #A68161;
}
</style>