Shades of Medium Wood #A8816F
Tints of Medium Wood #A8816F
RGB
CMYK
RGB Variations
Color information
#A8816F (or 0xA8816F) is known color: Medium Wood. HEX triplet: A8, 81 and 6F. RGB value is (168,129,111). Sum of RGB (Red+Green+Blue) = 168+129+111=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8816F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8816F is #577E90. Grayscale: #8A8A8A. Windows color (decimal): -5734033 or 7307688. OLE color: 7307688.
HSL color Cylindrical-coordinate representation of color #A8816F: hue angle of 18.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8816F is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 111 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.34 |
| HSL | 18.95º | 0.25% | 0.55% | - |
| HSV(B) | 18.95º | 0.34% | 0.66% | - |
| XYZ | 26.87 | 25.17 | 18.48 | - |
| YUV | 138.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 111 | 0 | 0.23 | 0.34 | 0.34 | 18.95 | 0.25 | 0.55 |
| Hex | A8 | 81 | 6F | 0 | 17 | 22 | 22 | 13 | 19 | 37 |
| Octal | 250 | 201 | 157 | 0 | 27 | 42 | 42 | 23 | 31 | 67 |
| Binary | 10101000 | 10000001 | 1101111 | 0 | 10111 | 100010 | 100010 | 10011 | 11001 | 110111 |
Color Harmonies of #A8816F
Complementary color
Monochromatic Colors of #A8816F
Black with #A8816F
Text Example
Text Example
White with #A8816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8816F; }
p { color: rgb(168,129,111); }
H1.HeaderClassName
{
color: #A8816F;
}
.AnyTagClassName
{
color: #A8816F;
}
</style>
background-color css
<style>
a { background-color: #A8816F; }
a { background-color: rgb(168,129,111); }
div.DivClassName
{
background-color: #A8816F;
}
.BgClassName
{
background-color: #A8816F;
}
</style>
border-color css
<style>
span { border-color: #A8816F; }
span { border-color: rgb(168,129,111); }
td.TdClassName
{
border-color: #A8816F;
}
.TagClassName
{
border-color: #A8816F;
}
</style>