#A57E74

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

Shades of Hemp #A57E74

Tints of Hemp #A57E74

Color information

#A57E74 (or 0xA57E74) is unknown color: approx Hemp. HEX triplet: A5, 7E and 74. RGB value is (165,126,116). Sum of RGB (Red+Green+Blue) = 165+126+116=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A57E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57E74 is #5A818B. Grayscale: #888888. Windows color (decimal): -5931404 or 7634597. OLE color: 7634597.

HSL color Cylindrical-coordinate representation of color #A57E74: hue angle of 12.24º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57E74 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB165126116-
CMYK00.240.300.35
HSL12.24º21.4%55.1%-
HSV(B)12.24º29.7%64.71%-
XYZ26.1324.1819.81-
YUV136.52116.42148.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 126 (49.61% from 255) = 30.96%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=40.54%
G=30.96%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512611600.240.300.3512.2421.455.1
HexA57E740181E23c1537
Octal2451761640303643142567
Binary101001011111110111010001100011110100011110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57E74; }

 p { color: rgb(165,126,116); }

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

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

 a { background-color: rgb(165,126,116); }

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

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

 span { border-color: rgb(165,126,116); }

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