Shades of Medium Wood #A8825E
Tints of Medium Wood #A8825E
RGB
CMYK
RGB Variations
Color information
#A8825E (or 0xA8825E) is known color: Medium Wood. HEX triplet: A8, 82 and 5E. RGB value is (168,130,94). Sum of RGB (Red+Green+Blue) = 168+130+94=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8825E is #577DA1. Grayscale: #898989. Windows color (decimal): -5733794 or 6193832. OLE color: 6193832.
HSL color Cylindrical-coordinate representation of color #A8825E: hue angle of 29.19º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8825E is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 94 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.34 |
| HSL | 29.19º | 0.3% | 0.51% | - |
| HSV(B) | 29.19º | 0.44% | 0.66% | - |
| XYZ | 26.15 | 25.1 | 14.06 | - |
| YUV | 137.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 94 | 0 | 0.23 | 0.44 | 0.34 | 29.19 | 0.3 | 0.51 |
| Hex | A8 | 82 | 5E | 0 | 17 | 2C | 22 | 1D | 1E | 33 |
| Octal | 250 | 202 | 136 | 0 | 27 | 54 | 42 | 35 | 36 | 63 |
| Binary | 10101000 | 10000010 | 1011110 | 0 | 10111 | 101100 | 100010 | 11101 | 11110 | 110011 |
Color Harmonies of #A8825E
Complementary color
Monochromatic Colors of #A8825E
Black with #A8825E
Text Example
Text Example
White with #A8825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8825E; }
p { color: rgb(168,130,94); }
H1.HeaderClassName
{
color: #A8825E;
}
.AnyTagClassName
{
color: #A8825E;
}
</style>
background-color css
<style>
a { background-color: #A8825E; }
a { background-color: rgb(168,130,94); }
div.DivClassName
{
background-color: #A8825E;
}
.BgClassName
{
background-color: #A8825E;
}
</style>
border-color css
<style>
span { border-color: #A8825E; }
span { border-color: rgb(168,130,94); }
td.TdClassName
{
border-color: #A8825E;
}
.TagClassName
{
border-color: #A8825E;
}
</style>