Shades of Medium Wood #A8845C
Tints of Medium Wood #A8845C
RGB
CMYK
RGB Variations
Color information
#A8845C (or 0xA8845C) is known color: Medium Wood. HEX triplet: A8, 84 and 5C. RGB value is (168,132,92). Sum of RGB (Red+Green+Blue) = 168+132+92=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8845C is #577BA3. Grayscale: #8A8A8A. Windows color (decimal): -5733284 or 6063272. OLE color: 6063272.
HSL color Cylindrical-coordinate representation of color #A8845C: hue angle of 31.58º 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 #A8845C is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 92 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.34 |
| HSL | 31.58º | 0.3% | 0.51% | - |
| HSV(B) | 31.58º | 0.45% | 0.66% | - |
| XYZ | 26.33 | 25.6 | 13.68 | - |
| YUV | 138.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 92 | 0 | 0.21 | 0.45 | 0.34 | 31.58 | 0.3 | 0.51 |
| Hex | A8 | 84 | 5C | 0 | 15 | 2D | 22 | 20 | 1E | 33 |
| Octal | 250 | 204 | 134 | 0 | 25 | 55 | 42 | 40 | 36 | 63 |
| Binary | 10101000 | 10000100 | 1011100 | 0 | 10101 | 101101 | 100010 | 100000 | 11110 | 110011 |
Color Harmonies of #A8845C
Complementary color
Monochromatic Colors of #A8845C
Black with #A8845C
Text Example
Text Example
White with #A8845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8845C; }
p { color: rgb(168,132,92); }
H1.HeaderClassName
{
color: #A8845C;
}
.AnyTagClassName
{
color: #A8845C;
}
</style>
background-color css
<style>
a { background-color: #A8845C; }
a { background-color: rgb(168,132,92); }
div.DivClassName
{
background-color: #A8845C;
}
.BgClassName
{
background-color: #A8845C;
}
</style>
border-color css
<style>
span { border-color: #A8845C; }
span { border-color: rgb(168,132,92); }
td.TdClassName
{
border-color: #A8845C;
}
.TagClassName
{
border-color: #A8845C;
}
</style>