Shades of Medium Wood #A28265
Tints of Medium Wood #A28265
RGB
CMYK
RGB Variations
Color information
#A28265 (or 0xA28265) is known color: Medium Wood. HEX triplet: A2, 82 and 65. RGB value is (162,130,101). Sum of RGB (Red+Green+Blue) = 162+130+101=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A28265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28265 is #5D7D9A. Grayscale: #888888. Windows color (decimal): -6127003 or 6652578. OLE color: 6652578.
HSL color Cylindrical-coordinate representation of color #A28265: hue angle of 28.52º degrees, saturation: 0.25, 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 #A28265 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 130 | 101 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.36 |
| HSL | 28.52º | 0.25% | 0.52% | - |
| HSV(B) | 28.52º | 0.38% | 0.64% | - |
| XYZ | 25.23 | 24.59 | 15.73 | - |
| YUV | 136.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 101 | 0 | 0.20 | 0.38 | 0.36 | 28.52 | 0.25 | 0.52 |
| Hex | A2 | 82 | 65 | 0 | 14 | 26 | 24 | 1D | 19 | 34 |
| Octal | 242 | 202 | 145 | 0 | 24 | 46 | 44 | 35 | 31 | 64 |
| Binary | 10100010 | 10000010 | 1100101 | 0 | 10100 | 100110 | 100100 | 11101 | 11001 | 110100 |
Color Harmonies of #A28265
Complementary color
Monochromatic Colors of #A28265
Black with #A28265
Text Example
Text Example
White with #A28265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28265; }
p { color: rgb(162,130,101); }
H1.HeaderClassName
{
color: #A28265;
}
.AnyTagClassName
{
color: #A28265;
}
</style>
background-color css
<style>
a { background-color: #A28265; }
a { background-color: rgb(162,130,101); }
div.DivClassName
{
background-color: #A28265;
}
.BgClassName
{
background-color: #A28265;
}
</style>
border-color css
<style>
span { border-color: #A28265; }
span { border-color: rgb(162,130,101); }
td.TdClassName
{
border-color: #A28265;
}
.TagClassName
{
border-color: #A28265;
}
</style>