Color Hex Logo

#a59caf Color Hex

#A59CAF
(165,156,175)
0 Favorites   0 Comments

Color spaces of #a59caf

RGB 165156175
HSL0.750.110.65
HSV268°11°69°
CMYK 0.060.110.00   0.31
XYZ35.143434.871445.4360
Yxy34.87140.30440.3020
Hunter Lab59.05202.8890-4.2827
CIE-Lab65.64846.9382-8.6817

#a59caf color RGB value is (165,156,175).

#a59caf hex color red value is 165, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a59caf hue: 0.75 , saturation: 0.11 and the lightness value of a59caf is 0.65.

The process color (four color CMYK) of #a59caf color hex is 0.06, 0.11, 0.00, 0.31. Web safe color of #a59caf is #999999. Color #a59caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011100 10101111
Octal 245 234 257
Decimal 165 156 175
Hex A5 9C AF

RGB Percentages of Color #a59caf

%33.27
%31.45
%35.28

CMYK Percentages of Color #a59caf

%6
%11
%0
%31

Triadic Colors of #a59caf

#a59caf #afa59c #9cafa5

Analogous Colors of #a59caf

#a59caf #af9caf #9c9daf

Monochromatic Colors of #a59caf

#a59caf

Complementary Color

#a59caf #a6af9c

#a59caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59caf Color CSS Codes

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

#a59caf Text Font Color

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

This sample text font color is #a59caf
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.


#a59caf Background Color

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

This div background color is #a59caf


#a59caf Border Color

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

This div border color is #a59caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59caf

#a59caf Color Palettes


Comments

No comments written yet.

Please login to write comment.