Color Hex Logo

#a5977c Color Hex

#A5977C
(165,151,124)
0 Favorites   0 Comments

Color spaces of #a5977c

RGB 165151124
HSL0.110.190.57
HSV40°25°65°
CMYK 0.000.080.25   0.35
XYZ30.221731.587823.5730
Yxy31.58780.35400.3700
Hunter Lab56.2030-2.371614.4744
CIE-Lab63.00070.748616.1159

#a5977c color RGB value is (165,151,124).

#a5977c hex color red value is 165, green value is 151 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a5977c hue: 0.11 , saturation: 0.19 and the lightness value of a5977c is 0.57.

The process color (four color CMYK) of #a5977c color hex is 0.00, 0.08, 0.25, 0.35. Web safe color of #a5977c is #999966. Color #a5977c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010111 01111100
Octal 245 227 174
Decimal 165 151 124
Hex A5 97 7C

RGB Percentages of Color #a5977c

%37.50
%34.32
%28.18

CMYK Percentages of Color #a5977c

%0
%8
%25
%35

Triadic Colors of #a5977c

#a5977c #7ca597 #977ca5

Analogous Colors of #a5977c

#a5977c #9fa57c #a5837c

Monochromatic Colors of #a5977c

#a5977c

Complementary Color

#a5977c #7c8aa5

#a5977c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5977c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5977c Color CSS Codes

.mybgcolor {background-color:#a5977c; } 
.myforecolor {color:#a5977c; }
.mybordercolor {border:3px solid #a5977c; }

#a5977c Text Font Color

<p style="color:#a5977c">Text here</p>

This sample text font color is #a5977c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a5977c Background Color

<div style="background-color:#a5977c">
Div content here</div>

This div background color is #a5977c


#a5977c Border Color

<div style="border:3px solid #a5977c">
Div here</div>

This div border color is #a5977c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,151,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5977c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5977c;
  -webkit-box-shadow: 1px 1px 3px 2px #a5977c;
  box-shadow:         1px 1px 3px 2px #a5977c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,151,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a5977c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a5977c;
  -webkit-box-shadow: 1px 1px 3px 2px #a5977c;
  box-shadow:         1px 1px 3px 2px #a5977c;">
Div content here</div>

This div box has shadow with color #a5977c


Comments

No comments written yet.

Please login to write comment.