#A47F72

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

Shades of Hemp #A47F72

Tints of Hemp #A47F72

Color information

#A47F72 (or 0xA47F72) is unknown color: approx Hemp. HEX triplet: A4, 7F and 72. RGB value is (164,127,114). Sum of RGB (Red+Green+Blue) = 164+127+114=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F72 is #5B808D. Grayscale: #888888. Windows color (decimal): -5996686 or 7503780. OLE color: 7503780.

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

Color convert

RGB164127114-
CMYK00.230.300.36
HSL15.6º21.55%54.51%-
HSV(B)15.6º30.49%64.31%-
XYZ25.9424.2919.24-
YUV136.58115.26147.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 127 (50% from 255) = 31.36%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=40.49%
G=31.36%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412711400.230.300.3615.621.5554.51
HexA47F720171E24101637
Octal2441771620273644202667
Binary1010010011111111110010010111111101001001000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F72; }

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

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

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

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

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

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

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

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