#A47F6B

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

Shades of Medium Wood #A47F6B

Tints of Medium Wood #A47F6B

Color information

#A47F6B (or 0xA47F6B) is unknown color: approx Medium Wood. HEX triplet: A4, 7F and 6B. RGB value is (164,127,107). Sum of RGB (Red+Green+Blue) = 164+127+107=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F6B is #5B8094. Grayscale: #878787. Windows color (decimal): -5996693 or 7045028. OLE color: 7045028.

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

Color convert

RGB164127107-
CMYK00.230.350.36
HSL21.05º23.85%53.14%-
HSV(B)21.05º34.76%64.31%-
XYZ25.5524.1317.22-
YUV135.78111.76148.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=41.21%
G=31.91%
B=26.88%

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
Decimal16412710700.230.350.3621.0523.8553.14
HexA47F6B0172324151835
Octal2441771530274344253065
Binary10100100111111111010110101111000111001001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F6B; }

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

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

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

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

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

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

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

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