Color Hex Logo

#a75340 Color Hex

#A75340
(167,83,64)
0 Favorites   0 Comments

Color spaces of #a75340

RGB 1678364
HSL0.030.450.45
HSV11°62°65°
CMYK 0.000.500.62   0.35
XYZ19.955014.77226.6501
Yxy14.77220.48230.3570
Hunter Lab38.434625.415416.6457
CIE-Lab45.320632.859026.9627

#a75340 color RGB value is (167,83,64).

#a75340 hex color red value is 167, green value is 83 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a75340 hue: 0.03 , saturation: 0.45 and the lightness value of a75340 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010011 01000000
Octal 247 123 100
Decimal 167 83 64
Hex A7 53 40

RGB Percentages of Color #a75340

%53.18
%26.43
%20.38

CMYK Percentages of Color #a75340

%0
%50
%62
%35

Triadic Colors of #a75340

#a75340 #40a753 #5340a7

Analogous Colors of #a75340

#a75340 #a78740 #a74060

Monochromatic Colors of #a75340

#a75340

Complementary Color

#a75340 #4094a7

#a75340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75340 Color CSS Codes

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

#a75340 Text Font Color

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

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


#a75340 Background Color

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

This div background color is #a75340


#a75340 Border Color

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

This div border color is #a75340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75340


Comments

No comments written yet.

Please login to write comment.