#A47B71

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

Shades of Hemp #A47B71

Tints of Hemp #A47B71

Color information

#A47B71 (or 0xA47B71) is unknown color: approx Hemp. HEX triplet: A4, 7B and 71. RGB value is (164,123,113). Sum of RGB (Red+Green+Blue) = 164+123+113=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B71 is #5B848E. Grayscale: #868686. Windows color (decimal): -5997711 or 7437220. OLE color: 7437220.

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

Color convert

RGB164123113-
CMYK00.250.310.36
HSL11.76º21.89%54.31%-
HSV(B)11.76º31.1%64.31%-
XYZ25.3723.2518.77-
YUV134.12116.08149.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=41%
G=30.75%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412311300.250.310.3611.7621.8954.31
HexA47B710191F24c1636
Octal2441731610313744142666
Binary101001001111011111000101100111111100100110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B71; }

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

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

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

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

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

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

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

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