Shades of Medium Wood #A68369
Tints of Medium Wood #A68369
RGB
CMYK
RGB Variations
Color information
#A68369 (or 0xA68369) is known color: Medium Wood. HEX triplet: A6, 83 and 69. RGB value is (166,131,105). Sum of RGB (Red+Green+Blue) = 166+131+105=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A68369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68369 is #597C96. Grayscale: #8A8A8A. Windows color (decimal): -5864599 or 6914982. OLE color: 6914982.
HSL color Cylindrical-coordinate representation of color #A68369: hue angle of 25.57º 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 #A68369 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 105 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.35 |
| HSL | 25.57º | 0.26% | 0.53% | - |
| HSV(B) | 25.57º | 0.37% | 0.65% | - |
| XYZ | 26.39 | 25.36 | 16.87 | - |
| YUV | 138.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 105 | 0 | 0.21 | 0.37 | 0.35 | 25.57 | 0.26 | 0.53 |
| Hex | A6 | 83 | 69 | 0 | 15 | 25 | 23 | 1A | 1A | 35 |
| Octal | 246 | 203 | 151 | 0 | 25 | 45 | 43 | 32 | 32 | 65 |
| Binary | 10100110 | 10000011 | 1101001 | 0 | 10101 | 100101 | 100011 | 11010 | 11010 | 110101 |
Color Harmonies of #A68369
Complementary color
Monochromatic Colors of #A68369
Black with #A68369
Text Example
Text Example
White with #A68369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68369; }
p { color: rgb(166,131,105); }
H1.HeaderClassName
{
color: #A68369;
}
.AnyTagClassName
{
color: #A68369;
}
</style>
background-color css
<style>
a { background-color: #A68369; }
a { background-color: rgb(166,131,105); }
div.DivClassName
{
background-color: #A68369;
}
.BgClassName
{
background-color: #A68369;
}
</style>
border-color css
<style>
span { border-color: #A68369; }
span { border-color: rgb(166,131,105); }
td.TdClassName
{
border-color: #A68369;
}
.TagClassName
{
border-color: #A68369;
}
</style>