Shades of Medium Wood #A68367
Tints of Medium Wood #A68367
RGB
CMYK
RGB Variations
Color information
#A68367 (or 0xA68367) is known color: Medium Wood. HEX triplet: A6, 83 and 67. RGB value is (166,131,103). Sum of RGB (Red+Green+Blue) = 166+131+103=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A68367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68367 is #597C98. Grayscale: #8A8A8A. Windows color (decimal): -5864601 or 6783910. OLE color: 6783910.
HSL color Cylindrical-coordinate representation of color #A68367: hue angle of 26.67º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A68367 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 131 | 103 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.35 |
| HSL | 26.67º | 0.26% | 0.53% | - |
| HSV(B) | 26.67º | 0.38% | 0.65% | - |
| XYZ | 26.29 | 25.32 | 16.33 | - |
| YUV | 138.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 103 | 0 | 0.21 | 0.38 | 0.35 | 26.67 | 0.26 | 0.53 |
| Hex | A6 | 83 | 67 | 0 | 15 | 26 | 23 | 1B | 1A | 35 |
| Octal | 246 | 203 | 147 | 0 | 25 | 46 | 43 | 33 | 32 | 65 |
| Binary | 10100110 | 10000011 | 1100111 | 0 | 10101 | 100110 | 100011 | 11011 | 11010 | 110101 |
Color Harmonies of #A68367
Complementary color
Monochromatic Colors of #A68367
Black with #A68367
Text Example
Text Example
White with #A68367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68367; }
p { color: rgb(166,131,103); }
H1.HeaderClassName
{
color: #A68367;
}
.AnyTagClassName
{
color: #A68367;
}
</style>
background-color css
<style>
a { background-color: #A68367; }
a { background-color: rgb(166,131,103); }
div.DivClassName
{
background-color: #A68367;
}
.BgClassName
{
background-color: #A68367;
}
</style>
border-color css
<style>
span { border-color: #A68367; }
span { border-color: rgb(166,131,103); }
td.TdClassName
{
border-color: #A68367;
}
.TagClassName
{
border-color: #A68367;
}
</style>