#A47D71

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

Shades of Hemp #A47D71

Tints of Hemp #A47D71

Color information

#A47D71 (or 0xA47D71) is unknown color: approx Hemp. HEX triplet: A4, 7D and 71. RGB value is (164,125,113). Sum of RGB (Red+Green+Blue) = 164+125+113=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D71 is #5B828E. Grayscale: #878787. Windows color (decimal): -5997199 or 7437732. OLE color: 7437732.

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

Color convert

RGB164125113-
CMYK00.240.310.36
HSL14.12º21.89%54.31%-
HSV(B)14.12º31.1%64.31%-
XYZ25.6223.7518.86-
YUV135.29115.42148.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=40.80%
G=31.09%
B=28.11%

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
Decimal16412511300.240.310.3614.1221.8954.31
HexA47D710181F24e1636
Octal2441751610303744162666
Binary101001001111101111000101100011111100100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D71; }

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

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

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

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

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

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

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

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