#A47C5D

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

Shades of Medium Wood #A47C5D

Tints of Medium Wood #A47C5D

Color information

#A47C5D (or 0xA47C5D) is unknown color: approx Medium Wood. HEX triplet: A4, 7C and 5D. RGB value is (164,124,93). Sum of RGB (Red+Green+Blue) = 164+124+93=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C5D is #5B83A2. Grayscale: #848484. Windows color (decimal): -5997475 or 6126756. OLE color: 6126756.

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

Color convert

RGB16412493-
CMYK00.240.430.36
HSL26.2º28.06%50.39%-
HSV(B)26.2º43.29%64.31%-
XYZ24.4923.113.52-
YUV132.43105.75150.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 93 (36.72% from 255) = 24.41%
R=43.04%
G=32.55%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641249300.240.430.3626.228.0650.39
HexA47C5D0182B241a1c32
Octal2441741350305344323462
Binary10100100111110010111010110001010111001001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C5D; }

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

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

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

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

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

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

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

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