Color Hex Logo

#a4974f Color Hex

#A4974F
(164,151,79)
0 Favorites   0 Comments

Color spaces of #a4974f

RGB 16415179
HSL0.140.350.48
HSV51°52°64°
CMYK 0.000.080.52   0.36
XYZ27.787730.590211.8371
Yxy30.59020.39580.4357
Hunter Lab55.3084-7.108926.0266
CIE-Lab62.1602-5.047639.3054

#a4974f color RGB value is (164,151,79).

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

The process color (four color CMYK) of #a4974f color hex is 0.00, 0.08, 0.52, 0.36. Web safe color of #a4974f is #999966. Color #a4974f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 01001111
Octal 244 227 117
Decimal 164 151 79
Hex A4 97 4F

RGB Percentages of Color #a4974f

%41.62
%38.32
%20.05

CMYK Percentages of Color #a4974f

%0
%8
%52
%36

Triadic Colors of #a4974f

#a4974f #4fa497 #974fa4

Analogous Colors of #a4974f

#a4974f #87a44f #a46d4f

Monochromatic Colors of #a4974f

#a4974f

Complementary Color

#a4974f #4f5ca4

#a4974f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4974f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4974f Color CSS Codes

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

#a4974f Text Font Color

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

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


#a4974f Background Color

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

This div background color is #a4974f


#a4974f Border Color

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

This div border color is #a4974f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4974f


Comments

No comments written yet.

Please login to write comment.