Shades of Medium Wood #A27E63
Tints of Medium Wood #A27E63
RGB
CMYK
RGB Variations
Color information
#A27E63 (or 0xA27E63) is known color: Medium Wood. HEX triplet: A2, 7E and 63. RGB value is (162,126,99). Sum of RGB (Red+Green+Blue) = 162+126+99=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E63 is #5D819C. Grayscale: #858585. Windows color (decimal): -6128029 or 6520482. OLE color: 6520482.
HSL color Cylindrical-coordinate representation of color #A27E63: hue angle of 25.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27E63 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 99 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.36 |
| HSL | 25.71º | 0.25% | 0.51% | - |
| HSV(B) | 25.71º | 0.39% | 0.64% | - |
| XYZ | 24.61 | 23.5 | 15.04 | - |
| YUV | 133.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 99 | 0 | 0.22 | 0.39 | 0.36 | 25.71 | 0.25 | 0.51 |
| Hex | A2 | 7E | 63 | 0 | 16 | 27 | 24 | 1A | 19 | 33 |
| Octal | 242 | 176 | 143 | 0 | 26 | 47 | 44 | 32 | 31 | 63 |
| Binary | 10100010 | 1111110 | 1100011 | 0 | 10110 | 100111 | 100100 | 11010 | 11001 | 110011 |
Color Harmonies of #A27E63
Complementary color
Monochromatic Colors of #A27E63
Black with #A27E63
Text Example
Text Example
White with #A27E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E63; }
p { color: rgb(162,126,99); }
H1.HeaderClassName
{
color: #A27E63;
}
.AnyTagClassName
{
color: #A27E63;
}
</style>
background-color css
<style>
a { background-color: #A27E63; }
a { background-color: rgb(162,126,99); }
div.DivClassName
{
background-color: #A27E63;
}
.BgClassName
{
background-color: #A27E63;
}
</style>
border-color css
<style>
span { border-color: #A27E63; }
span { border-color: rgb(162,126,99); }
td.TdClassName
{
border-color: #A27E63;
}
.TagClassName
{
border-color: #A27E63;
}
</style>