Color Hex Logo

#a49454 Color Hex

#A49454
(164,148,84)
0 Favorites   0 Comments

Color spaces of #a49454

RGB 16414884
HSL0.130.320.49
HSV48°49°64°
CMYK 0.000.100.49   0.36
XYZ27.500029.712412.6732
Yxy29.71240.39350.4252
Hunter Lab54.5091-5.337124.3716
CIE-Lab61.4053-2.943035.8074

#a49454 color RGB value is (164,148,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010100 01010100
Octal 244 224 124
Decimal 164 148 84
Hex A4 94 54

RGB Percentages of Color #a49454

%41.41
%37.37
%21.21

CMYK Percentages of Color #a49454

%0
%10
%49
%36

Triadic Colors of #a49454

#a49454 #54a494 #9454a4

Analogous Colors of #a49454

#a49454 #8ca454 #a46c54

Monochromatic Colors of #a49454

#a49454

Complementary Color

#a49454 #5464a4

#a49454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49454 Color CSS Codes

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

#a49454 Text Font Color

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

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


#a49454 Background Color

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

This div background color is #a49454


#a49454 Border Color

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

This div border color is #a49454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49454


Comments

No comments written yet.

Please login to write comment.