Color Hex Logo

#a07273 Color Hex

#A07273
(160,114,115)
0 Favorites   0 Comments

Color spaces of #a07273

RGB 160114115
HSL1.000.190.54
HSV359°29°63°
CMYK 0.000.290.28   0.37
XYZ23.609020.746018.9797
Yxy20.74600.37280.3276
Hunter Lab45.547812.81427.1774
CIE-Lab52.670418.31096.6749

#a07273 color RGB value is (160,114,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 01110011
Octal 240 162 163
Decimal 160 114 115
Hex A0 72 73

RGB Percentages of Color #a07273

%41.13
%29.31
%29.56

CMYK Percentages of Color #a07273

%0
%29
%28
%37

Triadic Colors of #a07273

#a07273 #73a072 #7273a0

Analogous Colors of #a07273

#a07273 #a08872 #a0728a

Monochromatic Colors of #a07273

#a07273

Complementary Color

#a07273 #72a09f

#a07273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07273 Color CSS Codes

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

#a07273 Text Font Color

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

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


#a07273 Background Color

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

This div background color is #a07273


#a07273 Border Color

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

This div border color is #a07273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07273


Comments

No comments written yet.

Please login to write comment.