Shades of Medium Wood #A88064
Tints of Medium Wood #A88064
RGB
CMYK
RGB Variations
Color information
#A88064 (or 0xA88064) is known color: Medium Wood. HEX triplet: A8, 80 and 64. RGB value is (168,128,100). Sum of RGB (Red+Green+Blue) = 168+128+100=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A88064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88064 is #577F9B. Grayscale: #888888. Windows color (decimal): -5734300 or 6586536. OLE color: 6586536.
HSL color Cylindrical-coordinate representation of color #A88064: hue angle of 24.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A88064 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 100 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.34 |
| HSL | 24.71º | 0.28% | 0.53% | - |
| HSV(B) | 24.71º | 0.4% | 0.66% | - |
| XYZ | 26.17 | 24.68 | 15.44 | - |
| YUV | 136.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 100 | 0 | 0.24 | 0.40 | 0.34 | 24.71 | 0.28 | 0.53 |
| Hex | A8 | 80 | 64 | 0 | 18 | 28 | 22 | 19 | 1C | 35 |
| Octal | 250 | 200 | 144 | 0 | 30 | 50 | 42 | 31 | 34 | 65 |
| Binary | 10101000 | 10000000 | 1100100 | 0 | 11000 | 101000 | 100010 | 11001 | 11100 | 110101 |
Color Harmonies of #A88064
Complementary color
Monochromatic Colors of #A88064
Black with #A88064
Text Example
Text Example
White with #A88064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88064; }
p { color: rgb(168,128,100); }
H1.HeaderClassName
{
color: #A88064;
}
.AnyTagClassName
{
color: #A88064;
}
</style>
background-color css
<style>
a { background-color: #A88064; }
a { background-color: rgb(168,128,100); }
div.DivClassName
{
background-color: #A88064;
}
.BgClassName
{
background-color: #A88064;
}
</style>
border-color css
<style>
span { border-color: #A88064; }
span { border-color: rgb(168,128,100); }
td.TdClassName
{
border-color: #A88064;
}
.TagClassName
{
border-color: #A88064;
}
</style>