#A57D71

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

Shades of Hemp #A57D71

Tints of Hemp #A57D71

Color information

#A57D71 (or 0xA57D71) is unknown color: approx Hemp. HEX triplet: A5, 7D and 71. RGB value is (165,125,113). Sum of RGB (Red+Green+Blue) = 165+125+113=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D71 is #5A828E. Grayscale: #878787. Windows color (decimal): -5931663 or 7437733. OLE color: 7437733.

HSL color Cylindrical-coordinate representation of color #A57D71: hue angle of 13.85º 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 #A57D71 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB165125113-
CMYK00.240.320.35
HSL13.85º22.41%54.51%-
HSV(B)13.85º31.52%64.71%-
XYZ25.8323.8618.87-
YUV135.59115.25148.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=40.94%
G=31.02%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512511300.240.320.3513.8522.4154.51
HexA57D710182023e1637
Octal2451751610304043162667
Binary1010010111111011110001011000100000100011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D71; }

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

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

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

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

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

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

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

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