#A47D6A

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

Shades of Medium Wood #A47D6A

Tints of Medium Wood #A47D6A

Color information

#A47D6A (or 0xA47D6A) is unknown color: approx Medium Wood. HEX triplet: A4, 7D and 6A. RGB value is (164,125,106). Sum of RGB (Red+Green+Blue) = 164+125+106=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D6A is #5B8295. Grayscale: #868686. Windows color (decimal): -5997206 or 6978980. OLE color: 6978980.

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

Color convert

RGB164125106-
CMYK00.240.350.36
HSL19.66º24.17%52.94%-
HSV(B)19.66º35.37%64.31%-
XYZ25.2423.616.86-
YUV134.5111.92149.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=41.52%
G=31.65%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412510600.240.350.3619.6624.1752.94
HexA47D6A0182324141835
Octal2441751520304344243065
Binary10100100111110111010100110001000111001001010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D6A; }

 p { color: rgb(164,125,106); }

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

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

 a { background-color: rgb(164,125,106); }

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

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

 span { border-color: rgb(164,125,106); }

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