Shades of Medium Wood #A8845F
Tints of Medium Wood #A8845F
RGB
CMYK
RGB Variations
Color information
#A8845F (or 0xA8845F) is known color: Medium Wood. HEX triplet: A8, 84 and 5F. RGB value is (168,132,95). Sum of RGB (Red+Green+Blue) = 168+132+95=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8845F is #577BA0. Grayscale: #8A8A8A. Windows color (decimal): -5733281 or 6259880. OLE color: 6259880.
HSL color Cylindrical-coordinate representation of color #A8845F: hue angle of 30.41º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8845F is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 95 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.34 |
| HSL | 30.41º | 0.3% | 0.52% | - |
| HSV(B) | 30.41º | 0.43% | 0.66% | - |
| XYZ | 26.47 | 25.65 | 14.38 | - |
| YUV | 138.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 95 | 0 | 0.21 | 0.43 | 0.34 | 30.41 | 0.3 | 0.52 |
| Hex | A8 | 84 | 5F | 0 | 15 | 2B | 22 | 1E | 1E | 34 |
| Octal | 250 | 204 | 137 | 0 | 25 | 53 | 42 | 36 | 36 | 64 |
| Binary | 10101000 | 10000100 | 1011111 | 0 | 10101 | 101011 | 100010 | 11110 | 11110 | 110100 |
Color Harmonies of #A8845F
Complementary color
Monochromatic Colors of #A8845F
Black with #A8845F
Text Example
Text Example
White with #A8845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8845F; }
p { color: rgb(168,132,95); }
H1.HeaderClassName
{
color: #A8845F;
}
.AnyTagClassName
{
color: #A8845F;
}
</style>
background-color css
<style>
a { background-color: #A8845F; }
a { background-color: rgb(168,132,95); }
div.DivClassName
{
background-color: #A8845F;
}
.BgClassName
{
background-color: #A8845F;
}
</style>
border-color css
<style>
span { border-color: #A8845F; }
span { border-color: rgb(168,132,95); }
td.TdClassName
{
border-color: #A8845F;
}
.TagClassName
{
border-color: #A8845F;
}
</style>