Color Hex Logo

#a5918d Color Hex

#A5918D
(165,145,141)
0 Favorites   0 Comments

Color spaces of #a5918d

RGB 165145141
HSL0.030.120.60
HSV10°15°65°
CMYK 0.000.120.15   0.35
XYZ30.450230.173229.4184
Yxy30.17320.33820.3351
Hunter Lab54.93012.82276.6977
CIE-Lab61.80346.76754.8484

#a5918d color RGB value is (165,145,141).

#a5918d hex color red value is 165, green value is 145 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a5918d hue: 0.03 , saturation: 0.12 and the lightness value of a5918d is 0.60.

The process color (four color CMYK) of #a5918d color hex is 0.00, 0.12, 0.15, 0.35. Web safe color of #a5918d is #999999. Color #a5918d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010001 10001101
Octal 245 221 215
Decimal 165 145 141
Hex A5 91 8D

RGB Percentages of Color #a5918d

%36.59
%32.15
%31.26

CMYK Percentages of Color #a5918d

%0
%12
%15
%35

Triadic Colors of #a5918d

#a5918d #8da591 #918da5

Analogous Colors of #a5918d

#a5918d #a59d8d #a58d95

Monochromatic Colors of #a5918d

#a5918d

Complementary Color

#a5918d #8da1a5

#a5918d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5918d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5918d Color CSS Codes

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

#a5918d Text Font Color

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

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


#a5918d Background Color

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

This div background color is #a5918d


#a5918d Border Color

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

This div border color is #a5918d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5918d


Comments

No comments written yet.

Please login to write comment.