Shades of Medium Wood #A27E66
Tints of Medium Wood #A27E66
RGB
CMYK
RGB Variations
Color information
#A27E66 (or 0xA27E66) is known color: Medium Wood. HEX triplet: A2, 7E and 66. RGB value is (162,126,102). Sum of RGB (Red+Green+Blue) = 162+126+102=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E66 is #5D8199. Grayscale: #868686. Windows color (decimal): -6128026 or 6717090. OLE color: 6717090.
HSL color Cylindrical-coordinate representation of color #A27E66: hue angle of 24º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27E66 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 102 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.36 |
| HSL | 24º | 0.24% | 0.52% | - |
| HSV(B) | 24º | 0.37% | 0.64% | - |
| XYZ | 24.76 | 23.56 | 15.81 | - |
| YUV | 134.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 102 | 0 | 0.22 | 0.37 | 0.36 | 24 | 0.24 | 0.52 |
| Hex | A2 | 7E | 66 | 0 | 16 | 25 | 24 | 18 | 18 | 34 |
| Octal | 242 | 176 | 146 | 0 | 26 | 45 | 44 | 30 | 30 | 64 |
| Binary | 10100010 | 1111110 | 1100110 | 0 | 10110 | 100101 | 100100 | 11000 | 11000 | 110100 |
Color Harmonies of #A27E66
Complementary color
Monochromatic Colors of #A27E66
Black with #A27E66
Text Example
Text Example
White with #A27E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E66; }
p { color: rgb(162,126,102); }
H1.HeaderClassName
{
color: #A27E66;
}
.AnyTagClassName
{
color: #A27E66;
}
</style>
background-color css
<style>
a { background-color: #A27E66; }
a { background-color: rgb(162,126,102); }
div.DivClassName
{
background-color: #A27E66;
}
.BgClassName
{
background-color: #A27E66;
}
</style>
border-color css
<style>
span { border-color: #A27E66; }
span { border-color: rgb(162,126,102); }
td.TdClassName
{
border-color: #A27E66;
}
.TagClassName
{
border-color: #A27E66;
}
</style>