Shades of Medium Wood #A88162
Tints of Medium Wood #A88162
RGB
CMYK
RGB Variations
Color information
#A88162 (or 0xA88162) is known color: Medium Wood. HEX triplet: A8, 81 and 62. RGB value is (168,129,98). Sum of RGB (Red+Green+Blue) = 168+129+98=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 98 (38.67% from 255 or 24.81% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A88162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88162 is #577E9D. Grayscale: #898989. Windows color (decimal): -5734046 or 6455720. OLE color: 6455720.
HSL color Cylindrical-coordinate representation of color #A88162: hue angle of 26.57º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88162 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 98 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.34 |
| HSL | 26.57º | 0.29% | 0.52% | - |
| HSV(B) | 26.57º | 0.42% | 0.66% | - |
| XYZ | 26.2 | 24.91 | 14.98 | - |
| YUV | 137.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 98 | 0 | 0.23 | 0.42 | 0.34 | 26.57 | 0.29 | 0.52 |
| Hex | A8 | 81 | 62 | 0 | 17 | 2A | 22 | 1B | 1D | 34 |
| Octal | 250 | 201 | 142 | 0 | 27 | 52 | 42 | 33 | 35 | 64 |
| Binary | 10101000 | 10000001 | 1100010 | 0 | 10111 | 101010 | 100010 | 11011 | 11101 | 110100 |
Color Harmonies of #A88162
Complementary color
Monochromatic Colors of #A88162
Black with #A88162
Text Example
Text Example
White with #A88162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88162; }
p { color: rgb(168,129,98); }
H1.HeaderClassName
{
color: #A88162;
}
.AnyTagClassName
{
color: #A88162;
}
</style>
background-color css
<style>
a { background-color: #A88162; }
a { background-color: rgb(168,129,98); }
div.DivClassName
{
background-color: #A88162;
}
.BgClassName
{
background-color: #A88162;
}
</style>
border-color css
<style>
span { border-color: #A88162; }
span { border-color: rgb(168,129,98); }
td.TdClassName
{
border-color: #A88162;
}
.TagClassName
{
border-color: #A88162;
}
</style>