Color Hex Logo

#a36060 Color Hex

#A36060
(163,96,96)
0 Favorites   0 Comments

Color spaces of #a36060

RGB 1639696
HSL0.000.270.51
HSV41°64°
CMYK 0.000.410.41   0.36
XYZ21.398416.996813.2192
Yxy16.99680.41460.3293
Hunter Lab41.227220.50049.8481
CIE-Lab48.256027.205311.7536

#a36060 color RGB value is (163,96,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100000 01100000
Octal 243 140 140
Decimal 163 96 96
Hex A3 60 60

RGB Percentages of Color #a36060

%45.92
%27.04
%27.04

CMYK Percentages of Color #a36060

%0
%41
%41
%36

Triadic Colors of #a36060

#a36060 #60a360 #6060a3

Analogous Colors of #a36060

#a36060 #a38260 #a36082

Monochromatic Colors of #a36060

#a36060

Complementary Color

#a36060 #60a3a3

#a36060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36060 Color CSS Codes

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

#a36060 Text Font Color

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

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


#a36060 Background Color

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

This div background color is #a36060


#a36060 Border Color

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

This div border color is #a36060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36060

#a36060 Color Palettes


Comments

No comments written yet.

Please login to write comment.