Shades of Medium Wood #A27A66
Tints of Medium Wood #A27A66
RGB
CMYK
RGB Variations
Color information
#A27A66 (or 0xA27A66) is known color: Medium Wood. HEX triplet: A2, 7A and 66. RGB value is (162,122,102). Sum of RGB (Red+Green+Blue) = 162+122+102=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A66 is #5D8599. Grayscale: #838383. Windows color (decimal): -6129050 or 6716066. OLE color: 6716066.
HSL color Cylindrical-coordinate representation of color #A27A66: hue angle of 20º 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 #A27A66 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 102 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.36 |
| HSL | 20º | 0.24% | 0.52% | - |
| HSV(B) | 20º | 0.37% | 0.64% | - |
| XYZ | 24.26 | 22.56 | 15.65 | - |
| YUV | 131.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 102 | 0 | 0.25 | 0.37 | 0.36 | 20 | 0.24 | 0.52 |
| Hex | A2 | 7A | 66 | 0 | 19 | 25 | 24 | 14 | 18 | 34 |
| Octal | 242 | 172 | 146 | 0 | 31 | 45 | 44 | 24 | 30 | 64 |
| Binary | 10100010 | 1111010 | 1100110 | 0 | 11001 | 100101 | 100100 | 10100 | 11000 | 110100 |
Color Harmonies of #A27A66
Complementary color
Monochromatic Colors of #A27A66
Black with #A27A66
Text Example
Text Example
White with #A27A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A66; }
p { color: rgb(162,122,102); }
H1.HeaderClassName
{
color: #A27A66;
}
.AnyTagClassName
{
color: #A27A66;
}
</style>
background-color css
<style>
a { background-color: #A27A66; }
a { background-color: rgb(162,122,102); }
div.DivClassName
{
background-color: #A27A66;
}
.BgClassName
{
background-color: #A27A66;
}
</style>
border-color css
<style>
span { border-color: #A27A66; }
span { border-color: rgb(162,122,102); }
td.TdClassName
{
border-color: #A27A66;
}
.TagClassName
{
border-color: #A27A66;
}
</style>