Shades of Medium Wood #A8806C
Tints of Medium Wood #A8806C
RGB
CMYK
RGB Variations
Color information
#A8806C (or 0xA8806C) is known color: Medium Wood. HEX triplet: A8, 80 and 6C. RGB value is (168,128,108). Sum of RGB (Red+Green+Blue) = 168+128+108=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8806C is #577F93. Grayscale: #898989. Windows color (decimal): -5734292 or 7110824. OLE color: 7110824.
HSL color Cylindrical-coordinate representation of color #A8806C: hue angle of 20º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8806C is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 108 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.34 |
| HSL | 20º | 0.26% | 0.54% | - |
| HSV(B) | 20º | 0.36% | 0.66% | - |
| XYZ | 26.57 | 24.85 | 17.58 | - |
| YUV | 137.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 108 | 0 | 0.24 | 0.36 | 0.34 | 20 | 0.26 | 0.54 |
| Hex | A8 | 80 | 6C | 0 | 18 | 24 | 22 | 14 | 1A | 36 |
| Octal | 250 | 200 | 154 | 0 | 30 | 44 | 42 | 24 | 32 | 66 |
| Binary | 10101000 | 10000000 | 1101100 | 0 | 11000 | 100100 | 100010 | 10100 | 11010 | 110110 |
Color Harmonies of #A8806C
Complementary color
Monochromatic Colors of #A8806C
Black with #A8806C
Text Example
Text Example
White with #A8806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8806C; }
p { color: rgb(168,128,108); }
H1.HeaderClassName
{
color: #A8806C;
}
.AnyTagClassName
{
color: #A8806C;
}
</style>
background-color css
<style>
a { background-color: #A8806C; }
a { background-color: rgb(168,128,108); }
div.DivClassName
{
background-color: #A8806C;
}
.BgClassName
{
background-color: #A8806C;
}
</style>
border-color css
<style>
span { border-color: #A8806C; }
span { border-color: rgb(168,128,108); }
td.TdClassName
{
border-color: #A8806C;
}
.TagClassName
{
border-color: #A8806C;
}
</style>