Shades of Medium Wood #A48365
Tints of Medium Wood #A48365
RGB
CMYK
RGB Variations
Color information
#A48365 (or 0xA48365) is known color: Medium Wood. HEX triplet: A4, 83 and 65. RGB value is (164,131,101). Sum of RGB (Red+Green+Blue) = 164+131+101=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A48365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48365 is #5B7C9A. Grayscale: #898989. Windows color (decimal): -5995675 or 6652836. OLE color: 6652836.
HSL color Cylindrical-coordinate representation of color #A48365: hue angle of 28.57º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A48365 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 131 | 101 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.36 |
| HSL | 28.57º | 0.26% | 0.52% | - |
| HSV(B) | 28.57º | 0.38% | 0.64% | - |
| XYZ | 25.78 | 25.06 | 15.79 | - |
| YUV | 137.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 101 | 0 | 0.20 | 0.38 | 0.36 | 28.57 | 0.26 | 0.52 |
| Hex | A4 | 83 | 65 | 0 | 14 | 26 | 24 | 1D | 1A | 34 |
| Octal | 244 | 203 | 145 | 0 | 24 | 46 | 44 | 35 | 32 | 64 |
| Binary | 10100100 | 10000011 | 1100101 | 0 | 10100 | 100110 | 100100 | 11101 | 11010 | 110100 |
Color Harmonies of #A48365
Complementary color
Monochromatic Colors of #A48365
Black with #A48365
Text Example
Text Example
White with #A48365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48365; }
p { color: rgb(164,131,101); }
H1.HeaderClassName
{
color: #A48365;
}
.AnyTagClassName
{
color: #A48365;
}
</style>
background-color css
<style>
a { background-color: #A48365; }
a { background-color: rgb(164,131,101); }
div.DivClassName
{
background-color: #A48365;
}
.BgClassName
{
background-color: #A48365;
}
</style>
border-color css
<style>
span { border-color: #A48365; }
span { border-color: rgb(164,131,101); }
td.TdClassName
{
border-color: #A48365;
}
.TagClassName
{
border-color: #A48365;
}
</style>