Color Hex Logo

#a4725c Color Hex

#A4725C
(164,114,92)
0 Favorites   0 Comments

Color spaces of #a4725c

RGB 16411492
HSL0.050.280.50
HSV18°44°64°
CMYK 0.000.300.44   0.36
XYZ23.258920.699812.8948
Yxy20.69980.40910.3641
Hunter Lab45.497011.632615.0439
CIE-Lab52.619416.969420.0934

#a4725c color RGB value is (164,114,92).

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

The process color (four color CMYK) of #a4725c color hex is 0.00, 0.30, 0.44, 0.36. Web safe color of #a4725c is #996666. Color #a4725c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 01011100
Octal 244 162 134
Decimal 164 114 92
Hex A4 72 5C

RGB Percentages of Color #a4725c

%44.32
%30.81
%24.86

CMYK Percentages of Color #a4725c

%0
%30
%44
%36

Triadic Colors of #a4725c

#a4725c #5ca472 #725ca4

Analogous Colors of #a4725c

#a4725c #a4965c #a45c6a

Monochromatic Colors of #a4725c

#a4725c

Complementary Color

#a4725c #5c8ea4

#a4725c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4725c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4725c Color CSS Codes

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

#a4725c Text Font Color

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

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


#a4725c Background Color

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

This div background color is #a4725c


#a4725c Border Color

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

This div border color is #a4725c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4725c


Comments

No comments written yet.

Please login to write comment.