#A47A60

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

Shades of Medium Wood #A47A60

Tints of Medium Wood #A47A60

Color information

#A47A60 (or 0xA47A60) is unknown color: approx Medium Wood. HEX triplet: A4, 7A and 60. RGB value is (164,122,96). Sum of RGB (Red+Green+Blue) = 164+122+96=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A60 is #5B859F. Grayscale: #838383. Windows color (decimal): -5997984 or 6322852. OLE color: 6322852.

HSL color Cylindrical-coordinate representation of color #A47A60: hue angle of 22.94º 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 #A47A60 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16412296-
CMYK00.260.410.36
HSL22.94º27.2%50.98%-
HSV(B)22.94º41.46%64.31%-
XYZ24.3822.6614.15-
YUV131.59107.91151.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=42.93%
G=31.94%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641229600.260.410.3622.9427.250.98
HexA47A6001A2924171b33
Octal2441721400325144273363
Binary10100100111101011000000110101010011001001011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A60; }

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

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

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

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

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

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

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

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