#A57C71

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

Shades of Hemp #A57C71

Tints of Hemp #A57C71

Color information

#A57C71 (or 0xA57C71) is unknown color: approx Hemp. HEX triplet: A5, 7C and 71. RGB value is (165,124,113). Sum of RGB (Red+Green+Blue) = 165+124+113=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57C71 is #5A838E. Grayscale: #878787. Windows color (decimal): -5931919 or 7437477. OLE color: 7437477.

HSL color Cylindrical-coordinate representation of color #A57C71: hue angle of 12.69º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57C71 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165124113-
CMYK00.250.320.35
HSL12.69º22.41%54.51%-
HSV(B)12.69º31.52%64.71%-
XYZ25.7123.6118.82-
YUV135115.58149.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 124 (48.83% from 255) = 30.85%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=41.04%
G=30.85%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512411300.250.320.3512.6922.4154.51
HexA57C710192023d1637
Octal2451741610314043152667
Binary1010010111111001110001011001100000100011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57C71; }

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

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

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

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

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

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

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

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