#A47C68

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

Shades of Medium Wood #A47C68

Tints of Medium Wood #A47C68

Color information

#A47C68 (or 0xA47C68) is unknown color: approx Medium Wood. HEX triplet: A4, 7C and 68. RGB value is (164,124,104). Sum of RGB (Red+Green+Blue) = 164+124+104=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C68 is #5B8397. Grayscale: #858585. Windows color (decimal): -5997464 or 6847652. OLE color: 6847652.

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

Color convert

RGB164124104-
CMYK00.240.370.36
HSL20º24.79%52.55%-
HSV(B)20º36.59%64.31%-
XYZ25.0223.3116.28-
YUV133.68111.25149.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=41.84%
G=31.63%
B=26.53%

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
Decimal16412410400.240.370.362024.7952.55
HexA47C680182524141935
Octal2441741500304544243165
Binary10100100111110011010000110001001011001001010011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C68; }

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

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

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

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

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

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

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

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