Shades of Medium Wood #A18266
Tints of Medium Wood #A18266
RGB
CMYK
RGB Variations
Color information
#A18266 (or 0xA18266) is known color: Medium Wood. HEX triplet: A1, 82 and 66. RGB value is (161,130,102). Sum of RGB (Red+Green+Blue) = 161+130+102=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A18266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18266 is #5E7D99. Grayscale: #888888. Windows color (decimal): -6192538 or 6718113. OLE color: 6718113.
HSL color Cylindrical-coordinate representation of color #A18266: hue angle of 28.47º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18266 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 102 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.37 |
| HSL | 28.47º | 0.24% | 0.52% | - |
| HSV(B) | 28.47º | 0.37% | 0.63% | - |
| XYZ | 25.08 | 24.5 | 15.98 | - |
| YUV | 136.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 102 | 0 | 0.19 | 0.37 | 0.37 | 28.47 | 0.24 | 0.52 |
| Hex | A1 | 82 | 66 | 0 | 13 | 25 | 25 | 1C | 18 | 34 |
| Octal | 241 | 202 | 146 | 0 | 23 | 45 | 45 | 34 | 30 | 64 |
| Binary | 10100001 | 10000010 | 1100110 | 0 | 10011 | 100101 | 100101 | 11100 | 11000 | 110100 |
Color Harmonies of #A18266
Complementary color
Monochromatic Colors of #A18266
Black with #A18266
Text Example
Text Example
White with #A18266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18266; }
p { color: rgb(161,130,102); }
H1.HeaderClassName
{
color: #A18266;
}
.AnyTagClassName
{
color: #A18266;
}
</style>
background-color css
<style>
a { background-color: #A18266; }
a { background-color: rgb(161,130,102); }
div.DivClassName
{
background-color: #A18266;
}
.BgClassName
{
background-color: #A18266;
}
</style>
border-color css
<style>
span { border-color: #A18266; }
span { border-color: rgb(161,130,102); }
td.TdClassName
{
border-color: #A18266;
}
.TagClassName
{
border-color: #A18266;
}
</style>