Color Hex Logo

#a49568 Color Hex

#A49568
(164,149,104)
0 Favorites   0 Comments

Color spaces of #a49568

RGB 164149104
HSL0.130.250.53
HSV45°37°64°
CMYK 0.000.090.37   0.36
XYZ28.556030.386917.4569
Yxy30.38690.37380.3977
Hunter Lab55.1243-3.999419.8109
CIE-Lab61.9866-1.268925.8090

#a49568 color RGB value is (164,149,104).

#a49568 hex color red value is 164, green value is 149 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a49568 hue: 0.13 , saturation: 0.25 and the lightness value of a49568 is 0.53.

The process color (four color CMYK) of #a49568 color hex is 0.00, 0.09, 0.37, 0.36. Web safe color of #a49568 is #999966. Color #a49568 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010101 01101000
Octal 244 225 150
Decimal 164 149 104
Hex A4 95 68

RGB Percentages of Color #a49568

%39.33
%35.73
%24.94

CMYK Percentages of Color #a49568

%0
%9
%37
%36

Triadic Colors of #a49568

#a49568 #68a495 #9568a4

Analogous Colors of #a49568

#a49568 #95a468 #a47768

Monochromatic Colors of #a49568

#a49568

Complementary Color

#a49568 #6877a4

#a49568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49568 Color CSS Codes

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

#a49568 Text Font Color

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

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


#a49568 Background Color

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

This div background color is #a49568


#a49568 Border Color

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

This div border color is #a49568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49568


Comments

No comments written yet.

Please login to write comment.