Color Hex Logo

#a95759 Color Hex

#A95759
(169,87,89)
0 Favorites   0 Comments

Color spaces of #a95759

RGB 1698789
HSL1.000.320.50
HSV359°49°66°
CMYK 0.000.490.47   0.34
XYZ21.573615.972711.3972
Yxy15.97270.44080.3263
Hunter Lab39.965926.414211.0682
CIE-Lab46.938733.711514.2588

#a95759 color RGB value is (169,87,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 01011001
Octal 251 127 131
Decimal 169 87 89
Hex A9 57 59

RGB Percentages of Color #a95759

%48.99
%25.22
%25.80

CMYK Percentages of Color #a95759

%0
%49
%47
%34

Triadic Colors of #a95759

#a95759 #59a957 #5759a9

Analogous Colors of #a95759

#a95759 #a97e57 #a95782

Monochromatic Colors of #a95759

#a95759

Complementary Color

#a95759 #57a9a7

#a95759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95759 Color CSS Codes

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

#a95759 Text Font Color

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

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


#a95759 Background Color

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

This div background color is #a95759


#a95759 Border Color

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

This div border color is #a95759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95759


Comments

No comments written yet.

Please login to write comment.