Color Hex Logo

#a4963a Color Hex

#A4963A
(164,150,58)
0 Favorites   0 Comments

Color spaces of #a4963a

RGB 16415058
HSL0.140.480.44
HSV52°65°64°
CMYK 0.000.090.65   0.36
XYZ26.979930.01078.3736
Yxy30.01070.41280.4591
Hunter Lab54.7820-7.958129.2848
CIE-Lab61.6635-6.153948.8513

#a4963a color RGB value is (164,150,58).

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

The process color (four color CMYK) of #a4963a color hex is 0.00, 0.09, 0.65, 0.36. Web safe color of #a4963a is #999933. Color #a4963a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010110 00111010
Octal 244 226 72
Decimal 164 150 58
Hex A4 96 3A

RGB Percentages of Color #a4963a

%44.09
%40.32
%15.59

CMYK Percentages of Color #a4963a

%0
%9
%65
%36

Triadic Colors of #a4963a

#a4963a #3aa496 #963aa4

Analogous Colors of #a4963a

#a4963a #7da43a #a4613a

Monochromatic Colors of #a4963a

#a4963a

Complementary Color

#a4963a #3a48a4

#a4963a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4963a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4963a Color CSS Codes

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

#a4963a Text Font Color

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

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


#a4963a Background Color

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

This div background color is #a4963a


#a4963a Border Color

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

This div border color is #a4963a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4963a


Comments

No comments written yet.

Please login to write comment.