Color Hex Logo

#a4974b Color Hex

#A4974B
(164,151,75)
0 Favorites   0 Comments

Color spaces of #a4974b

RGB 16415175
HSL0.140.370.47
HSV51°54°64°
CMYK 0.000.080.54   0.36
XYZ27.646530.533711.0931
Yxy30.53370.39910.4408
Hunter Lab55.2573-7.392626.7774
CIE-Lab62.1120-5.403141.2657

#a4974b color RGB value is (164,151,75).

#a4974b hex color red value is 164, green value is 151 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a4974b hue: 0.14 , saturation: 0.37 and the lightness value of a4974b is 0.47.

The process color (four color CMYK) of #a4974b color hex is 0.00, 0.08, 0.54, 0.36. Web safe color of #a4974b is #999933. Color #a4974b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 01001011
Octal 244 227 113
Decimal 164 151 75
Hex A4 97 4B

RGB Percentages of Color #a4974b

%42.05
%38.72
%19.23

CMYK Percentages of Color #a4974b

%0
%8
%54
%36

Triadic Colors of #a4974b

#a4974b #4ba497 #974ba4

Analogous Colors of #a4974b

#a4974b #85a44b #a46b4b

Monochromatic Colors of #a4974b

#a4974b

Complementary Color

#a4974b #4b58a4

#a4974b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4974b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4974b Color CSS Codes

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

#a4974b Text Font Color

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

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


#a4974b Background Color

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

This div background color is #a4974b


#a4974b Border Color

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

This div border color is #a4974b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4974b


Comments

No comments written yet.

Please login to write comment.