Shades of Medium Wood #A27C62
Tints of Medium Wood #A27C62
RGB
CMYK
RGB Variations
Color information
#A27C62 (or 0xA27C62) is known color: Medium Wood. HEX triplet: A2, 7C and 62. RGB value is (162,124,98). Sum of RGB (Red+Green+Blue) = 162+124+98=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C62 is #5D839D. Grayscale: #848484. Windows color (decimal): -6128542 or 6454434. OLE color: 6454434.
HSL color Cylindrical-coordinate representation of color #A27C62: hue angle of 24.38º 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 #A27C62 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 98 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.36 |
| HSL | 24.38º | 0.26% | 0.51% | - |
| HSV(B) | 24.38º | 0.4% | 0.64% | - |
| XYZ | 24.31 | 22.98 | 14.71 | - |
| YUV | 132.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 98 | 0 | 0.23 | 0.40 | 0.36 | 24.38 | 0.26 | 0.51 |
| Hex | A2 | 7C | 62 | 0 | 17 | 28 | 24 | 18 | 1A | 33 |
| Octal | 242 | 174 | 142 | 0 | 27 | 50 | 44 | 30 | 32 | 63 |
| Binary | 10100010 | 1111100 | 1100010 | 0 | 10111 | 101000 | 100100 | 11000 | 11010 | 110011 |
Color Harmonies of #A27C62
Complementary color
Monochromatic Colors of #A27C62
Black with #A27C62
Text Example
Text Example
White with #A27C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C62; }
p { color: rgb(162,124,98); }
H1.HeaderClassName
{
color: #A27C62;
}
.AnyTagClassName
{
color: #A27C62;
}
</style>
background-color css
<style>
a { background-color: #A27C62; }
a { background-color: rgb(162,124,98); }
div.DivClassName
{
background-color: #A27C62;
}
.BgClassName
{
background-color: #A27C62;
}
</style>
border-color css
<style>
span { border-color: #A27C62; }
span { border-color: rgb(162,124,98); }
td.TdClassName
{
border-color: #A27C62;
}
.TagClassName
{
border-color: #A27C62;
}
</style>