#A47E6A

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

Shades of Medium Wood #A47E6A

Tints of Medium Wood #A47E6A

Color information

#A47E6A (or 0xA47E6A) is unknown color: approx Medium Wood. HEX triplet: A4, 7E and 6A. RGB value is (164,126,106). Sum of RGB (Red+Green+Blue) = 164+126+106=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E6A is #5B8195. Grayscale: #878787. Windows color (decimal): -5996950 or 6979236. OLE color: 6979236.

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

Color convert

RGB164126106-
CMYK00.230.350.36
HSL20.69º24.17%52.94%-
HSV(B)20.69º35.37%64.31%-
XYZ25.3723.8516.9-
YUV135.08111.59148.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 126 (49.61% from 255) = 31.82%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=41.41%
G=31.82%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412610600.230.350.3620.6924.1752.94
HexA47E6A0172324151835
Octal2441761520274344253065
Binary10100100111111011010100101111000111001001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E6A; }

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

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

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

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

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

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

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

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