#A47C71

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

Shades of Hemp #A47C71

Tints of Hemp #A47C71

Color information

#A47C71 (or 0xA47C71) is unknown color: approx Hemp. HEX triplet: A4, 7C and 71. RGB value is (164,124,113). Sum of RGB (Red+Green+Blue) = 164+124+113=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C71 is #5B838E. Grayscale: #868686. Windows color (decimal): -5997455 or 7437476. OLE color: 7437476.

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

Color convert

RGB164124113-
CMYK00.240.310.36
HSL12.94º21.89%54.31%-
HSV(B)12.94º31.1%64.31%-
XYZ25.523.518.81-
YUV134.71115.75148.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=40.90%
G=30.92%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412411300.240.310.3612.9421.8954.31
HexA47C710181F24d1636
Octal2441741610303744152666
Binary101001001111100111000101100011111100100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C71; }

 p { color: rgb(164,124,113); }

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

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

 a { background-color: rgb(164,124,113); }

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

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

 span { border-color: rgb(164,124,113); }

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