Shades of Medium Wood #A8826E
Tints of Medium Wood #A8826E
RGB
CMYK
RGB Variations
Color information
#A8826E (or 0xA8826E) is known color: Medium Wood. HEX triplet: A8, 82 and 6E. RGB value is (168,130,110). Sum of RGB (Red+Green+Blue) = 168+130+110=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8826E is #577D91. Grayscale: #8B8B8B. Windows color (decimal): -5733778 or 7242408. OLE color: 7242408.
HSL color Cylindrical-coordinate representation of color #A8826E: hue angle of 20.69º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8826E is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 110 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.34 |
| HSL | 20.69º | 0.25% | 0.55% | - |
| HSV(B) | 20.69º | 0.35% | 0.66% | - |
| XYZ | 26.95 | 25.42 | 18.24 | - |
| YUV | 139.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 110 | 0 | 0.23 | 0.35 | 0.34 | 20.69 | 0.25 | 0.55 |
| Hex | A8 | 82 | 6E | 0 | 17 | 23 | 22 | 15 | 19 | 37 |
| Octal | 250 | 202 | 156 | 0 | 27 | 43 | 42 | 25 | 31 | 67 |
| Binary | 10101000 | 10000010 | 1101110 | 0 | 10111 | 100011 | 100010 | 10101 | 11001 | 110111 |
Color Harmonies of #A8826E
Complementary color
Monochromatic Colors of #A8826E
Black with #A8826E
Text Example
Text Example
White with #A8826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8826E; }
p { color: rgb(168,130,110); }
H1.HeaderClassName
{
color: #A8826E;
}
.AnyTagClassName
{
color: #A8826E;
}
</style>
background-color css
<style>
a { background-color: #A8826E; }
a { background-color: rgb(168,130,110); }
div.DivClassName
{
background-color: #A8826E;
}
.BgClassName
{
background-color: #A8826E;
}
</style>
border-color css
<style>
span { border-color: #A8826E; }
span { border-color: rgb(168,130,110); }
td.TdClassName
{
border-color: #A8826E;
}
.TagClassName
{
border-color: #A8826E;
}
</style>