Color Hex Logo

#a75444 Color Hex

#A75444
(167,84,68)
0 Favorites   0 Comments

Color spaces of #a75444

RGB 1678468
HSL0.030.420.46
HSV10°59°65°
CMYK 0.000.500.59   0.35
XYZ20.150114.97357.2970
Yxy14.97350.47500.3530
Hunter Lab38.695625.233615.9064
CIE-Lab45.597932.629224.9655

#a75444 color RGB value is (167,84,68).

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

The process color (four color CMYK) of #a75444 color hex is 0.00, 0.50, 0.59, 0.35. Web safe color of #a75444 is #996633. Color #a75444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010100 01000100
Octal 247 124 104
Decimal 167 84 68
Hex A7 54 44

RGB Percentages of Color #a75444

%52.35
%26.33
%21.32

CMYK Percentages of Color #a75444

%0
%50
%59
%35

Triadic Colors of #a75444

#a75444 #44a754 #5444a7

Analogous Colors of #a75444

#a75444 #a78644 #a74466

Monochromatic Colors of #a75444

#a75444

Complementary Color

#a75444 #4497a7

#a75444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75444 Color CSS Codes

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

#a75444 Text Font Color

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

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


#a75444 Background Color

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

This div background color is #a75444


#a75444 Border Color

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

This div border color is #a75444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75444


Comments

No comments written yet.

Please login to write comment.