Color Hex Logo

#a4993b Color Hex

#A4993B
(164,153,59)
0 Favorites   0 Comments

Color spaces of #a4993b

RGB 16415359
HSL0.150.470.44
HSV54°64°64°
CMYK 0.000.070.64   0.36
XYZ27.490530.99078.6706
Yxy30.99070.40940.4615
Hunter Lab55.6693-9.274729.7340
CIE-Lab62.4998-7.698849.2993

#a4993b color RGB value is (164,153,59).

#a4993b hex color red value is 164, green value is 153 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a4993b hue: 0.15 , saturation: 0.47 and the lightness value of a4993b is 0.44.

The process color (four color CMYK) of #a4993b color hex is 0.00, 0.07, 0.64, 0.36. Web safe color of #a4993b is #999933. Color #a4993b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 00111011
Octal 244 231 73
Decimal 164 153 59
Hex A4 99 3B

RGB Percentages of Color #a4993b

%43.62
%40.69
%15.69

CMYK Percentages of Color #a4993b

%0
%7
%64
%36

Triadic Colors of #a4993b

#a4993b #3ba499 #993ba4

Analogous Colors of #a4993b

#a4993b #7ba43b #a4653b

Monochromatic Colors of #a4993b

#a4993b

Complementary Color

#a4993b #3b46a4

#a4993b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4993b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4993b Color CSS Codes

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

#a4993b Text Font Color

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

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


#a4993b Background Color

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

This div background color is #a4993b


#a4993b Border Color

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

This div border color is #a4993b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4993b


Comments

No comments written yet.

Please login to write comment.