Color Hex Logo

#a4705d Color Hex

#A4705D
(164,112,93)
0 Favorites   0 Comments

Color spaces of #a4705d

RGB 16411293
HSL0.040.280.50
HSV16°43°64°
CMYK 0.000.320.43   0.36
XYZ23.079820.271213.0522
Yxy20.27120.40920.3594
Hunter Lab45.023512.710814.3285
CIE-Lab52.142518.220218.8732

#a4705d color RGB value is (164,112,93).

#a4705d hex color red value is 164, green value is 112 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a4705d hue: 0.04 , saturation: 0.28 and the lightness value of a4705d is 0.50.

The process color (four color CMYK) of #a4705d color hex is 0.00, 0.32, 0.43, 0.36. Web safe color of #a4705d is #996666. Color #a4705d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110000 01011101
Octal 244 160 135
Decimal 164 112 93
Hex A4 70 5D

RGB Percentages of Color #a4705d

%44.44
%30.35
%25.20

CMYK Percentages of Color #a4705d

%0
%32
%43
%36

Triadic Colors of #a4705d

#a4705d #5da470 #705da4

Analogous Colors of #a4705d

#a4705d #a4945d #a45d6e

Monochromatic Colors of #a4705d

#a4705d

Complementary Color

#a4705d #5d91a4

#a4705d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4705d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4705d Color CSS Codes

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

#a4705d Text Font Color

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

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


#a4705d Background Color

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

This div background color is #a4705d


#a4705d Border Color

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

This div border color is #a4705d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,112,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4705d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4705d;
  -webkit-box-shadow: 1px 1px 3px 2px #a4705d;
  box-shadow:         1px 1px 3px 2px #a4705d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,112,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4705d


Comments

No comments written yet.

Please login to write comment.