Color Hex Logo

#a36070 Color Hex

#A36070
(163,96,112)
0 Favorites   0 Comments

Color spaces of #a36070

RGB 16396112
HSL0.960.270.51
HSV346°41°64°
CMYK 0.000.410.31   0.36
XYZ22.211817.322117.5021
Yxy17.32210.38940.3037
Hunter Lab41.619822.42774.2011
CIE-Lab48.663329.25582.7442

#a36070 color RGB value is (163,96,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 01110000
Octal 243 140 160
Decimal 163 96 112
Hex A3 60 70

RGB Percentages of Color #a36070

%43.94
%25.88
%30.19

CMYK Percentages of Color #a36070

%0
%41
%31
%36

Triadic Colors of #a36070

#a36070 #70a360 #6070a3

Analogous Colors of #a36070

#a36070 #a37260 #a36092

Monochromatic Colors of #a36070

#a36070

Complementary Color

#a36070 #60a393

#a36070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36070 Color CSS Codes

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

#a36070 Text Font Color

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

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


#a36070 Background Color

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

This div background color is #a36070


#a36070 Border Color

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

This div border color is #a36070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,96,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 #a36070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36070


Comments

No comments written yet.

Please login to write comment.