Color Hex Logo

#a9394f Color Hex

#A9394F
(169,57,79)
0 Favorites   0 Comments

Color spaces of #a9394f

RGB 1695779
HSL0.970.500.44
HSV348°66°66°
CMYK 0.000.660.53   0.34
XYZ19.236611.92588.6852
Yxy11.92580.48280.2993
Hunter Lab34.533838.99729.2623
CIE-Lab41.097947.450212.3513

#a9394f color RGB value is (169,57,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111001 01001111
Octal 251 71 117
Decimal 169 57 79
Hex A9 39 4F

RGB Percentages of Color #a9394f

%55.41
%18.69
%25.90

CMYK Percentages of Color #a9394f

%0
%66
%53
%34

Triadic Colors of #a9394f

#a9394f #4fa939 #394fa9

Analogous Colors of #a9394f

#a9394f #a95b39 #a93987

Monochromatic Colors of #a9394f

#a9394f

Complementary Color

#a9394f #39a993

#a9394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9394f Color CSS Codes

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

#a9394f Text Font Color

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

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


#a9394f Background Color

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

This div background color is #a9394f


#a9394f Border Color

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

This div border color is #a9394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9394f


Comments

No comments written yet.

Please login to write comment.