Color Hex Logo

#a95975 Color Hex

#A95975
(169,89,117)
0 Favorites   0 Comments

Color spaces of #a95975

RGB 16989117
HSL0.940.320.51
HSV339°47°66°
CMYK 0.000.470.31   0.34
XYZ23.145516.864118.8648
Yxy16.86410.39310.2864
Hunter Lab41.065928.74051.5096
CIE-Lab48.088335.9906-0.9992

#a95975 color RGB value is (169,89,117).

#a95975 hex color red value is 169, green value is 89 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #a95975 hue: 0.94 , saturation: 0.32 and the lightness value of a95975 is 0.51.

The process color (four color CMYK) of #a95975 color hex is 0.00, 0.47, 0.31, 0.34. Web safe color of #a95975 is #996666. Color #a95975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 01110101
Octal 251 131 165
Decimal 169 89 117
Hex A9 59 75

RGB Percentages of Color #a95975

%45.07
%23.73
%31.20

CMYK Percentages of Color #a95975

%0
%47
%31
%34

Triadic Colors of #a95975

#a95975 #75a959 #5975a9

Analogous Colors of #a95975

#a95975 #a96559 #a9599d

Monochromatic Colors of #a95975

#a95975

Complementary Color

#a95975 #59a98d

#a95975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95975 Color CSS Codes

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

#a95975 Text Font Color

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

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


#a95975 Background Color

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

This div background color is #a95975


#a95975 Border Color

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

This div border color is #a95975


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,89,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a95975; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a95975;
  -webkit-box-shadow: 1px 1px 3px 2px #a95975;
  box-shadow:         1px 1px 3px 2px #a95975; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,89,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95975


Comments

No comments written yet.

Please login to write comment.