#A47F6C

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

Shades of Medium Wood #A47F6C

Tints of Medium Wood #A47F6C

Color information

#A47F6C (or 0xA47F6C) is unknown color: approx Medium Wood. HEX triplet: A4, 7F and 6C. RGB value is (164,127,108). Sum of RGB (Red+Green+Blue) = 164+127+108=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F6C is #5B8093. Grayscale: #888888. Windows color (decimal): -5996692 or 7110564. OLE color: 7110564.

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

Color convert

RGB164127108-
CMYK00.230.340.36
HSL20.36º23.53%53.33%-
HSV(B)20.36º34.15%64.31%-
XYZ25.6124.1517.5-
YUV135.9112.26148.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=41.10%
G=31.83%
B=27.07%

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
Decimal16412710800.230.340.3620.3623.5353.33
HexA47F6C0172224141835
Octal2441771540274244243065
Binary10100100111111111011000101111000101001001010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F6C; }

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

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

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

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

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

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

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

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