Color Hex Logo

#a75946 Color Hex

#A75946
(167,89,70)
0 Favorites   0 Comments

Color spaces of #a75946

RGB 1678970
HSL0.030.410.46
HSV12°58°65°
CMYK 0.000.470.58   0.35
XYZ20.614215.80247.7580
Yxy15.80240.46670.3577
Hunter Lab39.752222.997816.2556
CIE-Lab46.714230.089125.2141

#a75946 color RGB value is (167,89,70).

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

The process color (four color CMYK) of #a75946 color hex is 0.00, 0.47, 0.58, 0.35. Web safe color of #a75946 is #996633. Color #a75946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011001 01000110
Octal 247 131 106
Decimal 167 89 70
Hex A7 59 46

RGB Percentages of Color #a75946

%51.23
%27.30
%21.47

CMYK Percentages of Color #a75946

%0
%47
%58
%35

Triadic Colors of #a75946

#a75946 #46a759 #5946a7

Analogous Colors of #a75946

#a75946 #a78a46 #a74664

Monochromatic Colors of #a75946

#a75946

Complementary Color

#a75946 #4694a7

#a75946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75946 Color CSS Codes

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

#a75946 Text Font Color

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

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


#a75946 Background Color

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

This div background color is #a75946


#a75946 Border Color

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

This div border color is #a75946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75946


Comments

No comments written yet.

Please login to write comment.