Color Hex Logo

#a36435 Color Hex

#A36435
(163,100,53)
0 Favorites   0 Comments

Color spaces of #a36435

RGB 16310053
HSL0.070.510.42
HSV26°67°64°
CMYK 0.000.390.67   0.36
XYZ20.304017.15795.6098
Yxy17.15790.47140.3984
Hunter Lab41.422115.007220.9658
CIE-Lab48.458421.056536.7147

#a36435 color RGB value is (163,100,53).

#a36435 hex color red value is 163, green value is 100 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a36435 hue: 0.07 , saturation: 0.51 and the lightness value of a36435 is 0.42.

The process color (four color CMYK) of #a36435 color hex is 0.00, 0.39, 0.67, 0.36. Web safe color of #a36435 is #996633. Color #a36435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100100 00110101
Octal 243 144 65
Decimal 163 100 53
Hex A3 64 35

RGB Percentages of Color #a36435

%51.58
%31.65
%16.77

CMYK Percentages of Color #a36435

%0
%39
%67
%36

Triadic Colors of #a36435

#a36435 #35a364 #6435a3

Analogous Colors of #a36435

#a36435 #a39b35 #a3353d

Monochromatic Colors of #a36435

#a36435

Complementary Color

#a36435 #3574a3

#a36435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36435 Color CSS Codes

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

#a36435 Text Font Color

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

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


#a36435 Background Color

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

This div background color is #a36435


#a36435 Border Color

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

This div border color is #a36435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36435


Comments

No comments written yet.

Please login to write comment.