#A47E6C

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

Shades of Medium Wood #A47E6C

Tints of Medium Wood #A47E6C

Color information

#A47E6C (or 0xA47E6C) is unknown color: approx Medium Wood. HEX triplet: A4, 7E and 6C. RGB value is (164,126,108). Sum of RGB (Red+Green+Blue) = 164+126+108=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E6C is #5B8193. Grayscale: #878787. Windows color (decimal): -5996948 or 7110308. OLE color: 7110308.

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

Color convert

RGB164126108-
CMYK00.230.340.36
HSL19.29º23.53%53.33%-
HSV(B)19.29º34.15%64.31%-
XYZ25.4823.917.46-
YUV135.31112.59148.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=41.21%
G=31.66%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412610800.230.340.3619.2923.5353.33
HexA47E6C0172224131835
Octal2441761540274244233065
Binary10100100111111011011000101111000101001001001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47E6C; }

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

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

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

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

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

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

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

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