Color Hex Logo

#a9395c Color Hex

#A9395C
(169,57,92)
0 Favorites   0 Comments

Color spaces of #a9395c

RGB 1695792
HSL0.950.500.44
HSV341°66°66°
CMYK 0.000.660.46   0.34
XYZ19.757112.134011.4260
Yxy12.13400.45610.2801
Hunter Lab34.833940.28244.9358
CIE-Lab41.428348.65054.6789

#a9395c color RGB value is (169,57,92).

#a9395c hex color red value is 169, green value is 57 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #a9395c hue: 0.95 , saturation: 0.50 and the lightness value of a9395c is 0.44.

The process color (four color CMYK) of #a9395c color hex is 0.00, 0.66, 0.46, 0.34. Web safe color of #a9395c is #993366. Color #a9395c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111001 01011100
Octal 251 71 134
Decimal 169 57 92
Hex A9 39 5C

RGB Percentages of Color #a9395c

%53.14
%17.92
%28.93

CMYK Percentages of Color #a9395c

%0
%66
%46
%34

Triadic Colors of #a9395c

#a9395c #5ca939 #395ca9

Analogous Colors of #a9395c

#a9395c #a94e39 #a93994

Monochromatic Colors of #a9395c

#a9395c

Complementary Color

#a9395c #39a986

#a9395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9395c Color CSS Codes

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

#a9395c Text Font Color

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

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


#a9395c Background Color

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

This div background color is #a9395c


#a9395c Border Color

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

This div border color is #a9395c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9395c


Comments

No comments written yet.

Please login to write comment.