Shades of Medium Wood #A68268
Tints of Medium Wood #A68268
RGB
CMYK
RGB Variations
Color information
#A68268 (or 0xA68268) is known color: Medium Wood. HEX triplet: A6, 82 and 68. RGB value is (166,130,104). Sum of RGB (Red+Green+Blue) = 166+130+104=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A68268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68268 is #597D97. Grayscale: #898989. Windows color (decimal): -5864856 or 6849190. OLE color: 6849190.
HSL color Cylindrical-coordinate representation of color #A68268: hue angle of 25.16º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68268 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 104 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.35 |
| HSL | 25.16º | 0.26% | 0.53% | - |
| HSV(B) | 25.16º | 0.37% | 0.65% | - |
| XYZ | 26.21 | 25.07 | 16.55 | - |
| YUV | 137.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 104 | 0 | 0.22 | 0.37 | 0.35 | 25.16 | 0.26 | 0.53 |
| Hex | A6 | 82 | 68 | 0 | 16 | 25 | 23 | 19 | 1A | 35 |
| Octal | 246 | 202 | 150 | 0 | 26 | 45 | 43 | 31 | 32 | 65 |
| Binary | 10100110 | 10000010 | 1101000 | 0 | 10110 | 100101 | 100011 | 11001 | 11010 | 110101 |
Color Harmonies of #A68268
Complementary color
Monochromatic Colors of #A68268
Black with #A68268
Text Example
Text Example
White with #A68268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68268; }
p { color: rgb(166,130,104); }
H1.HeaderClassName
{
color: #A68268;
}
.AnyTagClassName
{
color: #A68268;
}
</style>
background-color css
<style>
a { background-color: #A68268; }
a { background-color: rgb(166,130,104); }
div.DivClassName
{
background-color: #A68268;
}
.BgClassName
{
background-color: #A68268;
}
</style>
border-color css
<style>
span { border-color: #A68268; }
span { border-color: rgb(166,130,104); }
td.TdClassName
{
border-color: #A68268;
}
.TagClassName
{
border-color: #A68268;
}
</style>