Shades of Medium Wood #A68465
Tints of Medium Wood #A68465
RGB
CMYK
RGB Variations
Color information
#A68465 (or 0xA68465) is known color: Medium Wood. HEX triplet: A6, 84 and 65. RGB value is (166,132,101). Sum of RGB (Red+Green+Blue) = 166+132+101=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A68465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68465 is #597B9A. Grayscale: #8A8A8A. Windows color (decimal): -5864347 or 6653094. OLE color: 6653094.
HSL color Cylindrical-coordinate representation of color #A68465: hue angle of 28.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A68465 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 101 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.35 |
| HSL | 28.62º | 0.27% | 0.52% | - |
| HSV(B) | 28.62º | 0.39% | 0.65% | - |
| XYZ | 26.33 | 25.55 | 15.86 | - |
| YUV | 138.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 101 | 0 | 0.20 | 0.39 | 0.35 | 28.62 | 0.27 | 0.52 |
| Hex | A6 | 84 | 65 | 0 | 14 | 27 | 23 | 1D | 1B | 34 |
| Octal | 246 | 204 | 145 | 0 | 24 | 47 | 43 | 35 | 33 | 64 |
| Binary | 10100110 | 10000100 | 1100101 | 0 | 10100 | 100111 | 100011 | 11101 | 11011 | 110100 |
Color Harmonies of #A68465
Complementary color
Monochromatic Colors of #A68465
Black with #A68465
Text Example
Text Example
White with #A68465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68465; }
p { color: rgb(166,132,101); }
H1.HeaderClassName
{
color: #A68465;
}
.AnyTagClassName
{
color: #A68465;
}
</style>
background-color css
<style>
a { background-color: #A68465; }
a { background-color: rgb(166,132,101); }
div.DivClassName
{
background-color: #A68465;
}
.BgClassName
{
background-color: #A68465;
}
</style>
border-color css
<style>
span { border-color: #A68465; }
span { border-color: rgb(166,132,101); }
td.TdClassName
{
border-color: #A68465;
}
.TagClassName
{
border-color: #A68465;
}
</style>