color codes Logo

#a9174c color codes

#A9174C
(169,23,76)
0 Favorites   0 Comments

Color spaces of #a9174c

RGB 1692376
HSL0.940.760.38
HSV338°86°66°
CMYK 0.000.860.55   0.34
XYZ17.97319.56967.7373
Yxy9.56960.50940.2712
Hunter Lab30.934849.57266.8249
CIE-Lab37.058658.28788.6404

#a9174c color RGB value is (169,23,76).

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

The process color (four color CMYK) of #a9174c color code is 0.00, 0.86, 0.55, 0.34. Web safe color of #a9174c is #990033. Color #a9174c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010111 01001100
Octal 251 27 114
Decimal 169 23 76
Hex A9 17 4C

RGB Percentages of Color #a9174c

%63.06
%8.58
%28.36

CMYK Percentages of Color #a9174c

%0
%86
%55
%34

Triadic Colors of #a9174c

#a9174c #4ca917 #174ca9

Analogous Colors of #a9174c

#a9174c #a92b17 #a91795

Monochromatic Colors of #a9174c

#a9174c

Complementary Color

#a9174c #17a974

#a9174c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9174c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9174c Color CSS Codes

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

#a9174c Text Font Color

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

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


#a9174c Background Color

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

This div background color is #a9174c


#a9174c Border Color

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

This div border color is #a9174c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9174c


Comments

No comments written yet.

Please login to write comment.