Color Hex Logo

#a5917d Color Hex

#A5917D
(165,145,125)
0 Favorites   0 Comments

Color spaces of #a5917d

RGB 165145125
HSL0.080.180.57
HSV30°24°65°
CMYK 0.000.120.24   0.35
XYZ29.344129.730823.5941
Yxy29.73080.35500.3596
Hunter Lab54.52600.642512.5126
CIE-Lab61.42134.220913.3569

#a5917d color RGB value is (165,145,125).

#a5917d hex color red value is 165, green value is 145 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a5917d hue: 0.08 , saturation: 0.18 and the lightness value of a5917d is 0.57.

The process color (four color CMYK) of #a5917d color hex is 0.00, 0.12, 0.24, 0.35. Web safe color of #a5917d is #999966. Color #a5917d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 01111101
Octal 245 221 175
Decimal 165 145 125
Hex A5 91 7D

RGB Percentages of Color #a5917d

%37.93
%33.33
%28.74

CMYK Percentages of Color #a5917d

%0
%12
%24
%35

Triadic Colors of #a5917d

#a5917d #7da591 #917da5

Analogous Colors of #a5917d

#a5917d #a5a57d #a57d7d

Monochromatic Colors of #a5917d

#a5917d

Complementary Color

#a5917d #7d91a5

#a5917d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5917d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5917d Color CSS Codes

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

#a5917d Text Font Color

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

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


#a5917d Background Color

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

This div background color is #a5917d


#a5917d Border Color

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

This div border color is #a5917d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5917d


Comments

No comments written yet.

Please login to write comment.