Color Hex Logo

#a4945f Color Hex

#A4945F
(164,148,95)
0 Favorites   0 Comments

Color spaces of #a4945f

RGB 16414895
HSL0.130.270.51
HSV46°42°64°
CMYK 0.000.100.42   0.36
XYZ27.965329.898515.1235
Yxy29.89850.38320.4096
Hunter Lab54.6795-4.397121.8770
CIE-Lab61.5665-1.783430.1590

#a4945f color RGB value is (164,148,95).

#a4945f hex color red value is 164, green value is 148 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a4945f hue: 0.13 , saturation: 0.27 and the lightness value of a4945f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 01011111
Octal 244 224 137
Decimal 164 148 95
Hex A4 94 5F

RGB Percentages of Color #a4945f

%40.29
%36.36
%23.34

CMYK Percentages of Color #a4945f

%0
%10
%42
%36

Triadic Colors of #a4945f

#a4945f #5fa494 #945fa4

Analogous Colors of #a4945f

#a4945f #92a45f #a4725f

Monochromatic Colors of #a4945f

#a4945f

Complementary Color

#a4945f #5f6fa4

#a4945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4945f Color CSS Codes

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

#a4945f Text Font Color

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

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


#a4945f Background Color

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

This div background color is #a4945f


#a4945f Border Color

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

This div border color is #a4945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4945f


Comments

No comments written yet.

Please login to write comment.