#A47971

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

Shades of Hemp #A47971

Tints of Hemp #A47971

Color information

#A47971 (or 0xA47971) is unknown color: approx Hemp. HEX triplet: A4, 79 and 71. RGB value is (164,121,113). Sum of RGB (Red+Green+Blue) = 164+121+113=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A47971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47971 is #5B868E. Grayscale: #858585. Windows color (decimal): -5998223 or 7436708. OLE color: 7436708.

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

Color convert

RGB164121113-
CMYK00.260.310.36
HSL9.41º21.89%54.31%-
HSV(B)9.41º31.1%64.31%-
XYZ25.1322.7618.69-
YUV132.94116.75150.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=41.21%
G=30.40%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412111300.260.310.369.4121.8954.31
HexA4797101A1F2491636
Octal2441711610323744112666
Binary101001001111001111000101101011111100100100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47971; }

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

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

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

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

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

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

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

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