#A47F77

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

Shades of Hemp #A47F77

Tints of Hemp #A47F77

Color information

#A47F77 (or 0xA47F77) is unknown color: approx Hemp. HEX triplet: A4, 7F and 77. RGB value is (164,127,119). Sum of RGB (Red+Green+Blue) = 164+127+119=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F77 is #5B8088. Grayscale: #898989. Windows color (decimal): -5996681 or 7831460. OLE color: 7831460.

HSL color Cylindrical-coordinate representation of color #A47F77: hue angle of 10.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A47F77 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164127119-
CMYK00.230.270.36
HSL10.67º19.82%55.49%-
HSV(B)10.67º27.44%64.31%-
XYZ26.2324.420.78-
YUV137.15117.76147.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=40%
G=30.98%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412711900.230.270.3610.6719.8255.49
HexA47F770171B24b1437
Octal2441771670273344132467
Binary101001001111111111011101011111011100100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F77; }

 p { color: rgb(164,127,119); }

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

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

 a { background-color: rgb(164,127,119); }

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

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

 span { border-color: rgb(164,127,119); }

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