#A57D70

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

Shades of Hemp #A57D70

Tints of Hemp #A57D70

Color information

#A57D70 (or 0xA57D70) is unknown color: approx Hemp. HEX triplet: A5, 7D and 70. RGB value is (165,125,112). Sum of RGB (Red+Green+Blue) = 165+125+112=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D70 is #5A828F. Grayscale: #878787. Windows color (decimal): -5931664 or 7372197. OLE color: 7372197.

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

Color convert

RGB165125112-
CMYK00.240.320.35
HSL14.72º22.75%54.31%-
HSV(B)14.72º32.12%64.71%-
XYZ25.7823.8418.57-
YUV135.48114.75149.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=41.04%
G=31.09%
B=27.86%

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
Decimal16512511200.240.320.3514.7222.7554.31
HexA57D700182023f1736
Octal2451751600304043172766
Binary1010010111111011110000011000100000100011111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D70; }

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

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

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

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

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

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

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

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