Color Hex Logo

#a4933f Color Hex

#A4933F
(164,147,63)
0 Favorites   0 Comments

Color spaces of #a4933f

RGB 16414763
HSL0.140.440.45
HSV50°62°64°
CMYK 0.000.100.62   0.36
XYZ26.640829.11888.9190
Yxy29.11880.41190.4502
Hunter Lab53.9618-6.308327.9736
CIE-Lab60.8863-4.186845.7035

#a4933f color RGB value is (164,147,63).

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

The process color (four color CMYK) of #a4933f color hex is 0.00, 0.10, 0.62, 0.36. Web safe color of #a4933f is #999933. Color #a4933f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 00111111
Octal 244 223 77
Decimal 164 147 63
Hex A4 93 3F

RGB Percentages of Color #a4933f

%43.85
%39.30
%16.84

CMYK Percentages of Color #a4933f

%0
%10
%62
%36

Triadic Colors of #a4933f

#a4933f #3fa493 #933fa4

Analogous Colors of #a4933f

#a4933f #83a43f #a4613f

Monochromatic Colors of #a4933f

#a4933f

Complementary Color

#a4933f #3f50a4

#a4933f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4933f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4933f Color CSS Codes

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

#a4933f Text Font Color

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

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


#a4933f Background Color

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

This div background color is #a4933f


#a4933f Border Color

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

This div border color is #a4933f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4933f


Comments

No comments written yet.

Please login to write comment.