Shades of Medium Wood #A27E61
Tints of Medium Wood #A27E61
RGB
CMYK
RGB Variations
Color information
#A27E61 (or 0xA27E61) is known color: Medium Wood. HEX triplet: A2, 7E and 61. RGB value is (162,126,97). Sum of RGB (Red+Green+Blue) = 162+126+97=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E61 is #5D819E. Grayscale: #858585. Windows color (decimal): -6128031 or 6389410. OLE color: 6389410.
HSL color Cylindrical-coordinate representation of color #A27E61: hue angle of 26.77º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27E61 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 97 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.36 |
| HSL | 26.77º | 0.26% | 0.51% | - |
| HSV(B) | 26.77º | 0.4% | 0.64% | - |
| XYZ | 24.52 | 23.47 | 14.55 | - |
| YUV | 133.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 97 | 0 | 0.22 | 0.40 | 0.36 | 26.77 | 0.26 | 0.51 |
| Hex | A2 | 7E | 61 | 0 | 16 | 28 | 24 | 1B | 1A | 33 |
| Octal | 242 | 176 | 141 | 0 | 26 | 50 | 44 | 33 | 32 | 63 |
| Binary | 10100010 | 1111110 | 1100001 | 0 | 10110 | 101000 | 100100 | 11011 | 11010 | 110011 |
Color Harmonies of #A27E61
Complementary color
Monochromatic Colors of #A27E61
Black with #A27E61
Text Example
Text Example
White with #A27E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E61; }
p { color: rgb(162,126,97); }
H1.HeaderClassName
{
color: #A27E61;
}
.AnyTagClassName
{
color: #A27E61;
}
</style>
background-color css
<style>
a { background-color: #A27E61; }
a { background-color: rgb(162,126,97); }
div.DivClassName
{
background-color: #A27E61;
}
.BgClassName
{
background-color: #A27E61;
}
</style>
border-color css
<style>
span { border-color: #A27E61; }
span { border-color: rgb(162,126,97); }
td.TdClassName
{
border-color: #A27E61;
}
.TagClassName
{
border-color: #A27E61;
}
</style>