#A47C67

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

Shades of Medium Wood #A47C67

Tints of Medium Wood #A47C67

Color information

#A47C67 (or 0xA47C67) is unknown color: approx Medium Wood. HEX triplet: A4, 7C and 67. RGB value is (164,124,103). Sum of RGB (Red+Green+Blue) = 164+124+103=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C67 is #5B8398. Grayscale: #858585. Windows color (decimal): -5997465 or 6782116. OLE color: 6782116.

HSL color Cylindrical-coordinate representation of color #A47C67: hue angle of 20.66º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A47C67 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB164124103-
CMYK00.240.370.36
HSL20.66º25.1%52.35%-
HSV(B)20.66º37.2%64.31%-
XYZ24.9723.2916.01-
YUV133.57110.75149.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=41.94%
G=31.71%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412410300.240.370.3620.6625.152.35
HexA47C670182524151934
Octal2441741470304544253164
Binary10100100111110011001110110001001011001001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C67; }

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

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

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

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

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

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

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

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