Color Hex Logo

#a49368 Color Hex

#A49368
(164,147,104)
0 Favorites   0 Comments

Color spaces of #a49368

RGB 164147104
HSL0.120.250.53
HSV43°37°64°
CMYK 0.000.100.37   0.36
XYZ28.242329.759417.3523
Yxy29.75940.37480.3949
Hunter Lab54.5522-3.054819.3272
CIE-Lab61.4461-0.169725.0945

#a49368 color RGB value is (164,147,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 01101000
Octal 244 223 150
Decimal 164 147 104
Hex A4 93 68

RGB Percentages of Color #a49368

%39.52
%35.42
%25.06

CMYK Percentages of Color #a49368

%0
%10
%37
%36

Triadic Colors of #a49368

#a49368 #68a493 #9368a4

Analogous Colors of #a49368

#a49368 #97a468 #a47568

Monochromatic Colors of #a49368

#a49368

Complementary Color

#a49368 #6879a4

#a49368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49368 Color CSS Codes

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

#a49368 Text Font Color

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

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


#a49368 Background Color

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

This div background color is #a49368


#a49368 Border Color

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

This div border color is #a49368


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,147,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 #a49368">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49368


Comments

No comments written yet.

Please login to write comment.