Shades of Medium Wood #A27C6A
Tints of Medium Wood #A27C6A
RGB
CMYK
RGB Variations
Color information
#A27C6A (or 0xA27C6A) is known color: Medium Wood. HEX triplet: A2, 7C and 6A. RGB value is (162,124,106). Sum of RGB (Red+Green+Blue) = 162+124+106=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C6A is #5D8395. Grayscale: #858585. Windows color (decimal): -6128534 or 6978722. OLE color: 6978722.
HSL color Cylindrical-coordinate representation of color #A27C6A: hue angle of 19.29º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27C6A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 106 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.36 |
| HSL | 19.29º | 0.23% | 0.53% | - |
| HSV(B) | 19.29º | 0.35% | 0.64% | - |
| XYZ | 24.71 | 23.14 | 16.8 | - |
| YUV | 133.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 106 | 0 | 0.23 | 0.35 | 0.36 | 19.29 | 0.23 | 0.53 |
| Hex | A2 | 7C | 6A | 0 | 17 | 23 | 24 | 13 | 17 | 35 |
| Octal | 242 | 174 | 152 | 0 | 27 | 43 | 44 | 23 | 27 | 65 |
| Binary | 10100010 | 1111100 | 1101010 | 0 | 10111 | 100011 | 100100 | 10011 | 10111 | 110101 |
Color Harmonies of #A27C6A
Complementary color
Monochromatic Colors of #A27C6A
Black with #A27C6A
Text Example
Text Example
White with #A27C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C6A; }
p { color: rgb(162,124,106); }
H1.HeaderClassName
{
color: #A27C6A;
}
.AnyTagClassName
{
color: #A27C6A;
}
</style>
background-color css
<style>
a { background-color: #A27C6A; }
a { background-color: rgb(162,124,106); }
div.DivClassName
{
background-color: #A27C6A;
}
.BgClassName
{
background-color: #A27C6A;
}
</style>
border-color css
<style>
span { border-color: #A27C6A; }
span { border-color: rgb(162,124,106); }
td.TdClassName
{
border-color: #A27C6A;
}
.TagClassName
{
border-color: #A27C6A;
}
</style>