Color Hex Logo

#a7725e Color Hex

#A7725E
(167,114,94)
0 Favorites   0 Comments

Color spaces of #a7725e

RGB 16711494
HSL0.050.290.51
HSV16°44°65°
CMYK 0.000.320.44   0.35
XYZ23.974021.058313.3908
Yxy21.05830.41040.3604
Hunter Lab45.889312.947614.8213
CIE-Lab53.013218.444519.5290

#a7725e color RGB value is (167,114,94).

#a7725e hex color red value is 167, green value is 114 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a7725e hue: 0.05 , saturation: 0.29 and the lightness value of a7725e is 0.51.

The process color (four color CMYK) of #a7725e color hex is 0.00, 0.32, 0.44, 0.35. Web safe color of #a7725e is #996666. Color #a7725e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 01011110
Octal 247 162 136
Decimal 167 114 94
Hex A7 72 5E

RGB Percentages of Color #a7725e

%44.53
%30.40
%25.07

CMYK Percentages of Color #a7725e

%0
%32
%44
%35

Triadic Colors of #a7725e

#a7725e #5ea772 #725ea7

Analogous Colors of #a7725e

#a7725e #a7975e #a75e6f

Monochromatic Colors of #a7725e

#a7725e

Complementary Color

#a7725e #5e93a7

#a7725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7725e Color CSS Codes

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

#a7725e Text Font Color

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

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


#a7725e Background Color

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

This div background color is #a7725e


#a7725e Border Color

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

This div border color is #a7725e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7725e


Comments

No comments written yet.

Please login to write comment.