Color Hex Logo

#a4935a Color Hex

#A4935A
(164,147,90)
0 Favorites   0 Comments

Color spaces of #a4935a

RGB 16414790
HSL0.130.290.50
HSV46°45°64°
CMYK 0.000.100.45   0.36
XYZ27.589029.498113.9125
Yxy29.49810.38860.4155
Hunter Lab54.3122-4.373422.8309
CIE-Lab61.2187-1.782632.4012

#a4935a color RGB value is (164,147,90).

#a4935a hex color red value is 164, green value is 147 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a4935a hue: 0.13 , saturation: 0.29 and the lightness value of a4935a is 0.50.

The process color (four color CMYK) of #a4935a color hex is 0.00, 0.10, 0.45, 0.36. Web safe color of #a4935a is #999966. Color #a4935a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 01011010
Octal 244 223 132
Decimal 164 147 90
Hex A4 93 5A

RGB Percentages of Color #a4935a

%40.90
%36.66
%22.44

CMYK Percentages of Color #a4935a

%0
%10
%45
%36

Triadic Colors of #a4935a

#a4935a #5aa493 #935aa4

Analogous Colors of #a4935a

#a4935a #90a45a #a46e5a

Monochromatic Colors of #a4935a

#a4935a

Complementary Color

#a4935a #5a6ba4

#a4935a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4935a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4935a Color CSS Codes

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

#a4935a Text Font Color

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

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


#a4935a Background Color

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

This div background color is #a4935a


#a4935a Border Color

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

This div border color is #a4935a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4935a


Comments

No comments written yet.

Please login to write comment.