Shades of Medium Wood #A68069
Tints of Medium Wood #A68069
RGB
CMYK
RGB Variations
Color information
#A68069 (or 0xA68069) is known color: Medium Wood. HEX triplet: A6, 80 and 69. RGB value is (166,128,105). Sum of RGB (Red+Green+Blue) = 166+128+105=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A68069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68069 is #597F96. Grayscale: #888888. Windows color (decimal): -5865367 or 6914214. OLE color: 6914214.
HSL color Cylindrical-coordinate representation of color #A68069: hue angle of 22.62º 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 #A68069 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 105 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.35 |
| HSL | 22.62º | 0.26% | 0.53% | - |
| HSV(B) | 22.62º | 0.37% | 0.65% | - |
| XYZ | 25.99 | 24.57 | 16.74 | - |
| YUV | 136.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 105 | 0 | 0.23 | 0.37 | 0.35 | 22.62 | 0.26 | 0.53 |
| Hex | A6 | 80 | 69 | 0 | 17 | 25 | 23 | 17 | 1A | 35 |
| Octal | 246 | 200 | 151 | 0 | 27 | 45 | 43 | 27 | 32 | 65 |
| Binary | 10100110 | 10000000 | 1101001 | 0 | 10111 | 100101 | 100011 | 10111 | 11010 | 110101 |
Color Harmonies of #A68069
Complementary color
Monochromatic Colors of #A68069
Black with #A68069
Text Example
Text Example
White with #A68069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68069; }
p { color: rgb(166,128,105); }
H1.HeaderClassName
{
color: #A68069;
}
.AnyTagClassName
{
color: #A68069;
}
</style>
background-color css
<style>
a { background-color: #A68069; }
a { background-color: rgb(166,128,105); }
div.DivClassName
{
background-color: #A68069;
}
.BgClassName
{
background-color: #A68069;
}
</style>
border-color css
<style>
span { border-color: #A68069; }
span { border-color: rgb(166,128,105); }
td.TdClassName
{
border-color: #A68069;
}
.TagClassName
{
border-color: #A68069;
}
</style>