Shades of Medium Wood #A48265
Tints of Medium Wood #A48265
RGB
CMYK
RGB Variations
Color information
#A48265 (or 0xA48265) is known color: Medium Wood. HEX triplet: A4, 82 and 65. RGB value is (164,130,101). Sum of RGB (Red+Green+Blue) = 164+130+101=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A48265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48265 is #5B7D9A. Grayscale: #898989. Windows color (decimal): -5995931 or 6652580. OLE color: 6652580.
HSL color Cylindrical-coordinate representation of color #A48265: hue angle of 27.62º 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 #A48265 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 101 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.36 |
| HSL | 27.62º | 0.26% | 0.52% | - |
| HSV(B) | 27.62º | 0.38% | 0.64% | - |
| XYZ | 25.64 | 24.8 | 15.75 | - |
| YUV | 136.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 101 | 0 | 0.21 | 0.38 | 0.36 | 27.62 | 0.26 | 0.52 |
| Hex | A4 | 82 | 65 | 0 | 15 | 26 | 24 | 1C | 1A | 34 |
| Octal | 244 | 202 | 145 | 0 | 25 | 46 | 44 | 34 | 32 | 64 |
| Binary | 10100100 | 10000010 | 1100101 | 0 | 10101 | 100110 | 100100 | 11100 | 11010 | 110100 |
Color Harmonies of #A48265
Complementary color
Monochromatic Colors of #A48265
Black with #A48265
Text Example
Text Example
White with #A48265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48265; }
p { color: rgb(164,130,101); }
H1.HeaderClassName
{
color: #A48265;
}
.AnyTagClassName
{
color: #A48265;
}
</style>
background-color css
<style>
a { background-color: #A48265; }
a { background-color: rgb(164,130,101); }
div.DivClassName
{
background-color: #A48265;
}
.BgClassName
{
background-color: #A48265;
}
</style>
border-color css
<style>
span { border-color: #A48265; }
span { border-color: rgb(164,130,101); }
td.TdClassName
{
border-color: #A48265;
}
.TagClassName
{
border-color: #A48265;
}
</style>