Color Hex Logo

#a73742 Color Hex

#A73742
(167,55,66)
0 Favorites   0 Comments

Color spaces of #a73742

RGB 1675566
HSL0.980.500.44
HSV354°67°65°
CMYK 0.000.670.60   0.35
XYZ18.285911.34126.3796
Yxy11.34120.50780.3150
Hunter Lab33.676737.988412.3420
CIE-Lab40.149346.621219.1294

#a73742 color RGB value is (167,55,66).

#a73742 hex color red value is 167, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a73742 hue: 0.98 , saturation: 0.50 and the lightness value of a73742 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110111 01000010
Octal 247 67 102
Decimal 167 55 66
Hex A7 37 42

RGB Percentages of Color #a73742

%57.99
%19.10
%22.92

CMYK Percentages of Color #a73742

%0
%67
%60
%35

Triadic Colors of #a73742

#a73742 #42a737 #3742a7

Analogous Colors of #a73742

#a73742 #a76437 #a7377a

Monochromatic Colors of #a73742

#a73742

Complementary Color

#a73742 #37a79c

#a73742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a73742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a73742 Color CSS Codes

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

#a73742 Text Font Color

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

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


#a73742 Background Color

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

This div background color is #a73742


#a73742 Border Color

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

This div border color is #a73742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a73742


Comments

No comments written yet.

Please login to write comment.