Color Hex Logo

#a9174f Color Hex

#A9174F
(169,23,79)
0 Favorites   0 Comments

Color spaces of #a9174f

RGB 1692379
HSL0.940.760.38
HSV337°86°66°
CMYK 0.000.860.53   0.34
XYZ18.07999.61238.2996
Yxy9.61230.50230.2671
Hunter Lab31.003749.83635.8308
CIE-Lab37.137458.51556.8163

#a9174f color RGB value is (169,23,79).

#a9174f hex color red value is 169, green value is 23 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #a9174f hue: 0.94 , saturation: 0.76 and the lightness value of a9174f is 0.38.

The process color (four color CMYK) of #a9174f color hex is 0.00, 0.86, 0.53, 0.34. Web safe color of #a9174f is #990066. Color #a9174f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 01001111
Octal 251 27 117
Decimal 169 23 79
Hex A9 17 4F

RGB Percentages of Color #a9174f

%62.36
%8.49
%29.15

CMYK Percentages of Color #a9174f

%0
%86
%53
%34

Triadic Colors of #a9174f

#a9174f #4fa917 #174fa9

Analogous Colors of #a9174f

#a9174f #a92817 #a91798

Monochromatic Colors of #a9174f

#a9174f

Complementary Color

#a9174f #17a971

#a9174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9174f Color CSS Codes

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

#a9174f Text Font Color

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

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


#a9174f Background Color

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

This div background color is #a9174f


#a9174f Border Color

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

This div border color is #a9174f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,23,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 #a9174f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9174f


Comments

No comments written yet.

Please login to write comment.