Color Hex Logo

#a36c52 Color Hex

#A36C52
(163,108,82)
0 Favorites   0 Comments

Color spaces of #a36c52

RGB 16310882
HSL0.050.330.48
HSV19°50°64°
CMYK 0.000.340.50   0.36
XYZ21.989819.120910.5143
Yxy19.12090.42600.3704
Hunter Lab43.727513.241616.3529
CIE-Lab50.828418.894423.4648

#a36c52 color RGB value is (163,108,82).

#a36c52 hex color red value is 163, green value is 108 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a36c52 hue: 0.05 , saturation: 0.33 and the lightness value of a36c52 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101100 01010010
Octal 243 154 122
Decimal 163 108 82
Hex A3 6C 52

RGB Percentages of Color #a36c52

%46.18
%30.59
%23.23

CMYK Percentages of Color #a36c52

%0
%34
%50
%36

Triadic Colors of #a36c52

#a36c52 #52a36c #6c52a3

Analogous Colors of #a36c52

#a36c52 #a39552 #a35261

Monochromatic Colors of #a36c52

#a36c52

Complementary Color

#a36c52 #5289a3

#a36c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36c52 Color CSS Codes

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

#a36c52 Text Font Color

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

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


#a36c52 Background Color

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

This div background color is #a36c52


#a36c52 Border Color

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

This div border color is #a36c52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36c52


Comments

No comments written yet.

Please login to write comment.