Color Hex Logo

#a36071 Color Hex

#A36071
(163,96,113)
0 Favorites   0 Comments

Color spaces of #a36071

RGB 16396113
HSL0.960.270.51
HSV345°41°64°
CMYK 0.000.410.31   0.36
XYZ22.267817.344517.7970
Yxy17.34450.38790.3021
Hunter Lab41.646722.55923.8162
CIE-Lab48.691229.39432.1849

#a36071 color RGB value is (163,96,113).

#a36071 hex color red value is 163, green value is 96 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a36071 hue: 0.96 , saturation: 0.27 and the lightness value of a36071 is 0.51.

The process color (four color CMYK) of #a36071 color hex is 0.00, 0.41, 0.31, 0.36. Web safe color of #a36071 is #996666. Color #a36071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 01110001
Octal 243 140 161
Decimal 163 96 113
Hex A3 60 71

RGB Percentages of Color #a36071

%43.82
%25.81
%30.38

CMYK Percentages of Color #a36071

%0
%41
%31
%36

Triadic Colors of #a36071

#a36071 #71a360 #6071a3

Analogous Colors of #a36071

#a36071 #a37160 #a36093

Monochromatic Colors of #a36071

#a36071

Complementary Color

#a36071 #60a392

#a36071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36071 Color CSS Codes

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

#a36071 Text Font Color

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

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


#a36071 Background Color

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

This div background color is #a36071


#a36071 Border Color

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

This div border color is #a36071


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,96,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a36071; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a36071;
  -webkit-box-shadow: 1px 1px 3px 2px #a36071;
  box-shadow:         1px 1px 3px 2px #a36071; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,96,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36071


Comments

No comments written yet.

Please login to write comment.