Shades of Medium Wood #A8856D
Tints of Medium Wood #A8856D
RGB
CMYK
RGB Variations
Color information
#A8856D (or 0xA8856D) is known color: Medium Wood. HEX triplet: A8, 85 and 6D. RGB value is (168,133,109). Sum of RGB (Red+Green+Blue) = 168+133+109=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8856D is #577A92. Grayscale: #8C8C8C. Windows color (decimal): -5733011 or 7177640. OLE color: 7177640.
HSL color Cylindrical-coordinate representation of color #A8856D: hue angle of 24.41º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8856D is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 109 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.34 |
| HSL | 24.41º | 0.25% | 0.54% | - |
| HSV(B) | 24.41º | 0.35% | 0.66% | - |
| XYZ | 27.3 | 26.2 | 18.09 | - |
| YUV | 140.73 | 110.1 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 109 | 0 | 0.21 | 0.35 | 0.34 | 24.41 | 0.25 | 0.54 |
| Hex | A8 | 85 | 6D | 0 | 15 | 23 | 22 | 18 | 19 | 36 |
| Octal | 250 | 205 | 155 | 0 | 25 | 43 | 42 | 30 | 31 | 66 |
| Binary | 10101000 | 10000101 | 1101101 | 0 | 10101 | 100011 | 100010 | 11000 | 11001 | 110110 |
Color Harmonies of #A8856D
Complementary color
Monochromatic Colors of #A8856D
Black with #A8856D
Text Example
Text Example
White with #A8856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8856D; }
p { color: rgb(168,133,109); }
H1.HeaderClassName
{
color: #A8856D;
}
.AnyTagClassName
{
color: #A8856D;
}
</style>
background-color css
<style>
a { background-color: #A8856D; }
a { background-color: rgb(168,133,109); }
div.DivClassName
{
background-color: #A8856D;
}
.BgClassName
{
background-color: #A8856D;
}
</style>
border-color css
<style>
span { border-color: #A8856D; }
span { border-color: rgb(168,133,109); }
td.TdClassName
{
border-color: #A8856D;
}
.TagClassName
{
border-color: #A8856D;
}
</style>