Shades of Medium Wood #A08168
Tints of Medium Wood #A08168
RGB
CMYK
RGB Variations
Color information
#A08168 (or 0xA08168) is known color: Medium Wood. HEX triplet: A0, 81 and 68. RGB value is (160,129,104). Sum of RGB (Red+Green+Blue) = 160+129+104=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A08168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08168 is #5F7E97. Grayscale: #878787. Windows color (decimal): -6258328 or 6848928. OLE color: 6848928.
HSL color Cylindrical-coordinate representation of color #A08168: hue angle of 26.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A08168 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 104 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.37 |
| HSL | 26.79º | 0.23% | 0.52% | - |
| HSV(B) | 26.79º | 0.35% | 0.63% | - |
| XYZ | 24.85 | 24.17 | 16.45 | - |
| YUV | 135.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 104 | 0 | 0.19 | 0.35 | 0.37 | 26.79 | 0.23 | 0.52 |
| Hex | A0 | 81 | 68 | 0 | 13 | 23 | 25 | 1B | 17 | 34 |
| Octal | 240 | 201 | 150 | 0 | 23 | 43 | 45 | 33 | 27 | 64 |
| Binary | 10100000 | 10000001 | 1101000 | 0 | 10011 | 100011 | 100101 | 11011 | 10111 | 110100 |
Color Harmonies of #A08168
Complementary color
Monochromatic Colors of #A08168
Black with #A08168
Text Example
Text Example
White with #A08168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08168; }
p { color: rgb(160,129,104); }
H1.HeaderClassName
{
color: #A08168;
}
.AnyTagClassName
{
color: #A08168;
}
</style>
background-color css
<style>
a { background-color: #A08168; }
a { background-color: rgb(160,129,104); }
div.DivClassName
{
background-color: #A08168;
}
.BgClassName
{
background-color: #A08168;
}
</style>
border-color css
<style>
span { border-color: #A08168; }
span { border-color: rgb(160,129,104); }
td.TdClassName
{
border-color: #A08168;
}
.TagClassName
{
border-color: #A08168;
}
</style>