Color Hex Logo

#a49978 Color Hex

#A49978
(164,153,120)
0 Favorites   0 Comments

Color spaces of #a49978

RGB 164153120
HSL0.130.190.56
HSV45°27°64°
CMYK 0.000.070.27   0.36
XYZ30.091232.031022.3659
Yxy32.03100.35620.3791
Hunter Lab56.5959-4.137116.1866
CIE-Lab63.3685-1.328518.8359

#a49978 color RGB value is (164,153,120).

#a49978 hex color red value is 164, green value is 153 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a49978 hue: 0.13 , saturation: 0.19 and the lightness value of a49978 is 0.56.

The process color (four color CMYK) of #a49978 color hex is 0.00, 0.07, 0.27, 0.36. Web safe color of #a49978 is #999966. Color #a49978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011001 01111000
Octal 244 231 170
Decimal 164 153 120
Hex A4 99 78

RGB Percentages of Color #a49978

%37.53
%35.01
%27.46

CMYK Percentages of Color #a49978

%0
%7
%27
%36

Triadic Colors of #a49978

#a49978 #78a499 #9978a4

Analogous Colors of #a49978

#a49978 #99a478 #a48378

Monochromatic Colors of #a49978

#a49978

Complementary Color

#a49978 #7883a4

#a49978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49978 Color CSS Codes

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

#a49978 Text Font Color

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

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


#a49978 Background Color

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

This div background color is #a49978


#a49978 Border Color

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

This div border color is #a49978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49978


Comments

No comments written yet.

Please login to write comment.