Color Hex Logo

#a36b2d Color Hex

#A36B2D
(163,107,45)
0 Favorites   0 Comments

Color spaces of #a36b2d

RGB 16310745
HSL0.090.570.41
HSV32°72°64°
CMYK 0.000.340.72   0.36
XYZ20.835618.49144.9537
Yxy18.49140.47050.4176
Hunter Lab43.001611.235823.2711
CIE-Lab50.086816.623742.5446

#a36b2d color RGB value is (163,107,45).

#a36b2d hex color red value is 163, green value is 107 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a36b2d hue: 0.09 , saturation: 0.57 and the lightness value of a36b2d is 0.41.

The process color (four color CMYK) of #a36b2d color hex is 0.00, 0.34, 0.72, 0.36. Web safe color of #a36b2d is #996633. Color #a36b2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101011 00101101
Octal 243 153 55
Decimal 163 107 45
Hex A3 6B 2D

RGB Percentages of Color #a36b2d

%51.75
%33.97
%14.29

CMYK Percentages of Color #a36b2d

%0
%34
%72
%36

Triadic Colors of #a36b2d

#a36b2d #2da36b #6b2da3

Analogous Colors of #a36b2d

#a36b2d #a0a32d #a3302d

Monochromatic Colors of #a36b2d

#a36b2d

Complementary Color

#a36b2d #2d65a3

#a36b2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36b2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36b2d Color CSS Codes

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

#a36b2d Text Font Color

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

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


#a36b2d Background Color

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

This div background color is #a36b2d


#a36b2d Border Color

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

This div border color is #a36b2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36b2d


Comments

No comments written yet.

Please login to write comment.