#A47C6B

Color #A47C6B Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A47C6B

Tints of Medium Wood #A47C6B

Color information

#A47C6B (or 0xA47C6B) is unknown color: approx Medium Wood. HEX triplet: A4, 7C and 6B. RGB value is (164,124,107). Sum of RGB (Red+Green+Blue) = 164+124+107=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C6B is #5B8394. Grayscale: #868686. Windows color (decimal): -5997461 or 7044260. OLE color: 7044260.

HSL color Cylindrical-coordinate representation of color #A47C6B: hue angle of 17.89º degrees, saturation: 0.24, 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 #A47C6B is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164124107-
CMYK00.240.350.36
HSL17.89º23.85%53.14%-
HSV(B)17.89º34.76%64.31%-
XYZ25.1723.3717.09-
YUV134.02112.75149.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=41.52%
G=31.39%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412410700.240.350.3617.8923.8553.14
HexA47C6B0182324121835
Octal2441741530304344223065
Binary10100100111110011010110110001000111001001001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C6B; }

 p { color: rgb(164,124,107); }

 H1.HeaderClassName
 {
   color: #A47C6B;
 }
 .AnyTagClassName
 {
   color: #A47C6B;
 }
</style>
background-color css

<style>
 a { background-color: #A47C6B; }

 a { background-color: rgb(164,124,107); }

 div.DivClassName
 {
   background-color: #A47C6B;
 }
 .BgClassName
 {
   background-color: #A47C6B;
 }
</style>
border-color css

<style>
 span { border-color: #A47C6B; }

 span { border-color: rgb(164,124,107); }

 td.TdClassName
 {
   border-color: #A47C6B;
 }
 .TagClassName
 {
   border-color: #A47C6B;
 }
</style>