Color Hex Logo

#a07270 Color Hex

#A07270
(160,114,112)
0 Favorites   0 Comments

Color spaces of #a07270

RGB 160114112
HSL0.010.200.53
HSV30°63°
CMYK 0.000.290.30   0.37
XYZ23.439120.678118.0851
Yxy20.67810.37680.3324
Hunter Lab45.473212.42968.2510
CIE-Lab52.595417.87848.3293

#a07270 color RGB value is (160,114,112).

#a07270 hex color red value is 160, green value is 114 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a07270 hue: 0.01 , saturation: 0.20 and the lightness value of a07270 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 01110000
Octal 240 162 160
Decimal 160 114 112
Hex A0 72 70

RGB Percentages of Color #a07270

%41.45
%29.53
%29.02

CMYK Percentages of Color #a07270

%0
%29
%30
%37

Triadic Colors of #a07270

#a07270 #70a072 #7270a0

Analogous Colors of #a07270

#a07270 #a08a70 #a07086

Monochromatic Colors of #a07270

#a07270

Complementary Color

#a07270 #709ea0

#a07270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07270 Color CSS Codes

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

#a07270 Text Font Color

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

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


#a07270 Background Color

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

This div background color is #a07270


#a07270 Border Color

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

This div border color is #a07270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07270


Comments

No comments written yet.

Please login to write comment.