Color Hex Logo

#a5963d Color Hex

#A5963D
(165,150,61)
0 Favorites   0 Comments

Color spaces of #a5963d

RGB 16515061
HSL0.140.460.44
HSV51°63°65°
CMYK 0.000.090.63   0.35
XYZ27.265730.14898.7972
Yxy30.14890.41180.4553
Hunter Lab54.9080-7.451228.9363
CIE-Lab61.7825-5.510847.6458

#a5963d color RGB value is (165,150,61).

#a5963d hex color red value is 165, green value is 150 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a5963d hue: 0.14 , saturation: 0.46 and the lightness value of a5963d is 0.44.

The process color (four color CMYK) of #a5963d color hex is 0.00, 0.09, 0.63, 0.35. Web safe color of #a5963d is #999933. Color #a5963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010110 00111101
Octal 245 226 75
Decimal 165 150 61
Hex A5 96 3D

RGB Percentages of Color #a5963d

%43.88
%39.89
%16.22

CMYK Percentages of Color #a5963d

%0
%9
%63
%35

Triadic Colors of #a5963d

#a5963d #3da596 #963da5

Analogous Colors of #a5963d

#a5963d #80a53d #a5623d

Monochromatic Colors of #a5963d

#a5963d

Complementary Color

#a5963d #3d4ca5

#a5963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5963d Color CSS Codes

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

#a5963d Text Font Color

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

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


#a5963d Background Color

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

This div background color is #a5963d


#a5963d Border Color

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

This div border color is #a5963d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,150,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5963d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5963d;
  -webkit-box-shadow: 1px 1px 3px 2px #a5963d;
  box-shadow:         1px 1px 3px 2px #a5963d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5963d


Comments

No comments written yet.

Please login to write comment.