Color Hex Logo

#a07377 Color Hex

#A07377
(160,115,119)
0 Favorites   0 Comments

Color spaces of #a07377

RGB 160115119
HSL0.990.190.54
HSV355°28°63°
CMYK 0.000.280.26   0.37
XYZ23.957721.067020.2564
Yxy21.06700.36700.3227
Hunter Lab45.898812.84845.9629
CIE-Lab53.022718.33194.8316

#a07377 color RGB value is (160,115,119).

#a07377 hex color red value is 160, green value is 115 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a07377 hue: 0.99 , saturation: 0.19 and the lightness value of a07377 is 0.54.

The process color (four color CMYK) of #a07377 color hex is 0.00, 0.28, 0.26, 0.37. Web safe color of #a07377 is #996666. Color #a07377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 01110111
Octal 240 163 167
Decimal 160 115 119
Hex A0 73 77

RGB Percentages of Color #a07377

%40.61
%29.19
%30.20

CMYK Percentages of Color #a07377

%0
%28
%26
%37

Triadic Colors of #a07377

#a07377 #77a073 #7377a0

Analogous Colors of #a07377

#a07377 #a08673 #a0738e

Monochromatic Colors of #a07377

#a07377

Complementary Color

#a07377 #73a09c

#a07377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07377 Color CSS Codes

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

#a07377 Text Font Color

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

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


#a07377 Background Color

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

This div background color is #a07377


#a07377 Border Color

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

This div border color is #a07377


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,115,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a07377; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a07377;
  -webkit-box-shadow: 1px 1px 3px 2px #a07377;
  box-shadow:         1px 1px 3px 2px #a07377; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,115,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07377


Comments

No comments written yet.

Please login to write comment.