Shades of Medium Wood #A8805C
Tints of Medium Wood #A8805C
RGB
CMYK
RGB Variations
Color information
#A8805C (or 0xA8805C) is known color: Medium Wood. HEX triplet: A8, 80 and 5C. RGB value is (168,128,92). Sum of RGB (Red+Green+Blue) = 168+128+92=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A8805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8805C is #577FA3. Grayscale: #888888. Windows color (decimal): -5734308 or 6062248. OLE color: 6062248.
HSL color Cylindrical-coordinate representation of color #A8805C: hue angle of 28.42º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8805C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 92 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.34 |
| HSL | 28.42º | 0.3% | 0.51% | - |
| HSV(B) | 28.42º | 0.45% | 0.66% | - |
| XYZ | 25.8 | 24.54 | 13.5 | - |
| YUV | 135.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 92 | 0 | 0.24 | 0.45 | 0.34 | 28.42 | 0.3 | 0.51 |
| Hex | A8 | 80 | 5C | 0 | 18 | 2D | 22 | 1C | 1E | 33 |
| Octal | 250 | 200 | 134 | 0 | 30 | 55 | 42 | 34 | 36 | 63 |
| Binary | 10101000 | 10000000 | 1011100 | 0 | 11000 | 101101 | 100010 | 11100 | 11110 | 110011 |
Color Harmonies of #A8805C
Complementary color
Monochromatic Colors of #A8805C
Black with #A8805C
Text Example
Text Example
White with #A8805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8805C; }
p { color: rgb(168,128,92); }
H1.HeaderClassName
{
color: #A8805C;
}
.AnyTagClassName
{
color: #A8805C;
}
</style>
background-color css
<style>
a { background-color: #A8805C; }
a { background-color: rgb(168,128,92); }
div.DivClassName
{
background-color: #A8805C;
}
.BgClassName
{
background-color: #A8805C;
}
</style>
border-color css
<style>
span { border-color: #A8805C; }
span { border-color: rgb(168,128,92); }
td.TdClassName
{
border-color: #A8805C;
}
.TagClassName
{
border-color: #A8805C;
}
</style>