#A47F60

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

Shades of Medium Wood #A47F60

Tints of Medium Wood #A47F60

Color information

#A47F60 (or 0xA47F60) is unknown color: approx Medium Wood. HEX triplet: A4, 7F and 60. RGB value is (164,127,96). Sum of RGB (Red+Green+Blue) = 164+127+96=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F60 is #5B809F. Grayscale: #868686. Windows color (decimal): -5996704 or 6324132. OLE color: 6324132.

HSL color Cylindrical-coordinate representation of color #A47F60: hue angle of 27.35º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47F60 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16412796-
CMYK00.230.410.36
HSL27.35º27.2%50.98%-
HSV(B)27.35º41.46%64.31%-
XYZ25.0123.9214.36-
YUV134.53106.26149.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=42.38%
G=32.82%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641279600.230.410.3627.3527.250.98
HexA47F6001729241b1b33
Octal2441771400275144333363
Binary10100100111111111000000101111010011001001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F60; }

 p { color: rgb(164,127,96); }

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

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

 a { background-color: rgb(164,127,96); }

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

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

 span { border-color: rgb(164,127,96); }

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