Color Hex Logo

#a74244 Color Hex

#A74244
(167,66,68)
0 Favorites   0 Comments

Color spaces of #a74244

RGB 1676668
HSL1.000.430.46
HSV359°60°65°
CMYK 0.000.600.59   0.35
XYZ18.928012.52936.8896
Yxy12.52930.49360.3267
Hunter Lab35.396833.506513.2376
CIE-Lab42.045341.788620.3812

#a74244 color RGB value is (167,66,68).

#a74244 hex color red value is 167, green value is 66 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #a74244 hue: 1.00 , saturation: 0.43 and the lightness value of a74244 is 0.46.

The process color (four color CMYK) of #a74244 color hex is 0.00, 0.60, 0.59, 0.35. Web safe color of #a74244 is #993333. Color #a74244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000010 01000100
Octal 247 102 104
Decimal 167 66 68
Hex A7 42 44

RGB Percentages of Color #a74244

%55.48
%21.93
%22.59

CMYK Percentages of Color #a74244

%0
%60
%59
%35

Triadic Colors of #a74244

#a74244 #44a742 #4244a7

Analogous Colors of #a74244

#a74244 #a77342 #a74277

Monochromatic Colors of #a74244

#a74244

Complementary Color

#a74244 #42a7a5

#a74244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74244 Color CSS Codes

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

#a74244 Text Font Color

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

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


#a74244 Background Color

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

This div background color is #a74244


#a74244 Border Color

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

This div border color is #a74244


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,66,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a74244; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a74244;
  -webkit-box-shadow: 1px 1px 3px 2px #a74244;
  box-shadow:         1px 1px 3px 2px #a74244; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,66,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74244


Comments

No comments written yet.

Please login to write comment.