#A37C71

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

Shades of Hemp #A37C71

Tints of Hemp #A37C71

Color information

#A37C71 (or 0xA37C71) is unknown color: approx Hemp. HEX triplet: A3, 7C and 71. RGB value is (163,124,113). Sum of RGB (Red+Green+Blue) = 163+124+113=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C71 is #5C838E. Grayscale: #868686. Windows color (decimal): -6062991 or 7437475. OLE color: 7437475.

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

Color convert

RGB163124113-
CMYK00.240.310.36
HSL13.2º21.37%54.12%-
HSV(B)13.2º30.67%63.92%-
XYZ25.2923.3918.81-
YUV134.41115.92148.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 124 (48.83% from 255) = 31%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=40.75%
G=31%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312411300.240.310.3613.221.3754.12
HexA37C710181F24d1536
Octal2431741610303744152566
Binary101000111111100111000101100011111100100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37C71; }

 p { color: rgb(163,124,113); }

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

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

 a { background-color: rgb(163,124,113); }

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

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

 span { border-color: rgb(163,124,113); }

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