Color Hex Logo

#a3595e Color Hex

#A3595E
(163,89,94)
0 Favorites   0 Comments

Color spaces of #a3595e

RGB 1638994
HSL0.990.290.49
HSV356°45°64°
CMYK 0.000.450.42   0.36
XYZ20.697015.739412.5368
Yxy15.73940.42260.3214
Hunter Lab39.672923.69429.0352
CIE-Lab46.630730.850510.6856

#a3595e color RGB value is (163,89,94).

#a3595e hex color red value is 163, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a3595e hue: 0.99 , saturation: 0.29 and the lightness value of a3595e is 0.49.

The process color (four color CMYK) of #a3595e color hex is 0.00, 0.45, 0.42, 0.36. Web safe color of #a3595e is #996666. Color #a3595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011001 01011110
Octal 243 131 136
Decimal 163 89 94
Hex A3 59 5E

RGB Percentages of Color #a3595e

%47.11
%25.72
%27.17

CMYK Percentages of Color #a3595e

%0
%45
%42
%36

Triadic Colors of #a3595e

#a3595e #5ea359 #595ea3

Analogous Colors of #a3595e

#a3595e #a37959 #a35983

Monochromatic Colors of #a3595e

#a3595e

Complementary Color

#a3595e #59a39e

#a3595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3595e Color CSS Codes

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

#a3595e Text Font Color

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

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


#a3595e Background Color

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

This div background color is #a3595e


#a3595e Border Color

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

This div border color is #a3595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3595e


Comments

No comments written yet.

Please login to write comment.