Color Hex Logo

#a49794 Color Hex

#A49794
(164,151,148)
0 Favorites   0 Comments

Color spaces of #a49794

RGB 164151148
HSL0.030.080.61
HSV11°10°64°
CMYK 0.000.080.10   0.36
XYZ31.721732.163832.5533
Yxy32.16380.32890.3335
Hunter Lab56.71310.59355.6668
CIE-Lab63.47804.24643.2971

#a49794 color RGB value is (164,151,148).

#a49794 hex color red value is 164, green value is 151 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a49794 hue: 0.03 , saturation: 0.08 and the lightness value of a49794 is 0.61.

The process color (four color CMYK) of #a49794 color hex is 0.00, 0.08, 0.10, 0.36. Web safe color of #a49794 is #999999. Color #a49794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 10010100
Octal 244 227 224
Decimal 164 151 148
Hex A4 97 94

RGB Percentages of Color #a49794

%35.42
%32.61
%31.97

CMYK Percentages of Color #a49794

%0
%8
%10
%36

Triadic Colors of #a49794

#a49794 #94a497 #9794a4

Analogous Colors of #a49794

#a49794 #a49f94 #a49499

Monochromatic Colors of #a49794

#a49794

Complementary Color

#a49794 #94a1a4

#a49794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49794 Color CSS Codes

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

#a49794 Text Font Color

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

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


#a49794 Background Color

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

This div background color is #a49794


#a49794 Border Color

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

This div border color is #a49794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49794


Comments

No comments written yet.

Please login to write comment.