#A47A71

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

Shades of Hemp #A47A71

Tints of Hemp #A47A71

Color information

#A47A71 (or 0xA47A71) is unknown color: approx Hemp. HEX triplet: A4, 7A and 71. RGB value is (164,122,113). Sum of RGB (Red+Green+Blue) = 164+122+113=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A71 is #5B858E. Grayscale: #858585. Windows color (decimal): -5997967 or 7436964. OLE color: 7436964.

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

Color convert

RGB164122113-
CMYK00.260.310.36
HSL10.59º21.89%54.31%-
HSV(B)10.59º31.1%64.31%-
XYZ25.252318.73-
YUV133.53116.41149.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 122 (48.05% from 255) = 30.58%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=41.10%
G=30.58%
B=28.32%

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
Decimal16412211300.260.310.3610.5921.8954.31
HexA47A7101A1F24b1636
Octal2441721610323744132666
Binary101001001111010111000101101011111100100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A71; }

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

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

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

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

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

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

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

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