Color Hex Logo

#a36a5a Color Hex

#A36A5A
(163,106,90)
0 Favorites   0 Comments

Color spaces of #a36a5a

RGB 16310690
HSL0.040.290.50
HSV13°45°64°
CMYK 0.000.350.45   0.36
XYZ22.103818.832812.1430
Yxy18.83280.41640.3548
Hunter Lab43.396814.973213.7876
CIE-Lab50.491020.878018.3709

#a36a5a color RGB value is (163,106,90).

#a36a5a hex color red value is 163, green value is 106 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a36a5a hue: 0.04 , saturation: 0.29 and the lightness value of a36a5a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101010 01011010
Octal 243 152 132
Decimal 163 106 90
Hex A3 6A 5A

RGB Percentages of Color #a36a5a

%45.40
%29.53
%25.07

CMYK Percentages of Color #a36a5a

%0
%35
%45
%36

Triadic Colors of #a36a5a

#a36a5a #5aa36a #6a5aa3

Analogous Colors of #a36a5a

#a36a5a #a38f5a #a35a6f

Monochromatic Colors of #a36a5a

#a36a5a

Complementary Color

#a36a5a #5a93a3

#a36a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36a5a Color CSS Codes

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

#a36a5a Text Font Color

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

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


#a36a5a Background Color

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

This div background color is #a36a5a


#a36a5a Border Color

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

This div border color is #a36a5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36a5a


Comments

No comments written yet.

Please login to write comment.