Shades of Medium Wood #A48162
Tints of Medium Wood #A48162
RGB
CMYK
RGB Variations
Color information
#A48162 (or 0xA48162) is known color: Medium Wood. HEX triplet: A4, 81 and 62. RGB value is (164,129,98). Sum of RGB (Red+Green+Blue) = 164+129+98=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A48162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48162 is #5B7E9D. Grayscale: #888888. Windows color (decimal): -5996190 or 6455716. OLE color: 6455716.
HSL color Cylindrical-coordinate representation of color #A48162: hue angle of 28.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48162 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 129 | 98 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.36 |
| HSL | 28.18º | 0.27% | 0.51% | - |
| HSV(B) | 28.18º | 0.4% | 0.64% | - |
| XYZ | 25.36 | 24.47 | 14.94 | - |
| YUV | 135.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 98 | 0 | 0.21 | 0.40 | 0.36 | 28.18 | 0.27 | 0.51 |
| Hex | A4 | 81 | 62 | 0 | 15 | 28 | 24 | 1C | 1B | 33 |
| Octal | 244 | 201 | 142 | 0 | 25 | 50 | 44 | 34 | 33 | 63 |
| Binary | 10100100 | 10000001 | 1100010 | 0 | 10101 | 101000 | 100100 | 11100 | 11011 | 110011 |
Color Harmonies of #A48162
Complementary color
Monochromatic Colors of #A48162
Black with #A48162
Text Example
Text Example
White with #A48162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48162; }
p { color: rgb(164,129,98); }
H1.HeaderClassName
{
color: #A48162;
}
.AnyTagClassName
{
color: #A48162;
}
</style>
background-color css
<style>
a { background-color: #A48162; }
a { background-color: rgb(164,129,98); }
div.DivClassName
{
background-color: #A48162;
}
.BgClassName
{
background-color: #A48162;
}
</style>
border-color css
<style>
span { border-color: #A48162; }
span { border-color: rgb(164,129,98); }
td.TdClassName
{
border-color: #A48162;
}
.TagClassName
{
border-color: #A48162;
}
</style>