Color Hex Logo

#a49068 Color Hex

#A49068
(164,144,104)
0 Favorites   0 Comments

Color spaces of #a49068

RGB 164144104
HSL0.110.250.53
HSV40°37°64°
CMYK 0.000.120.37   0.36
XYZ27.781828.838517.1988
Yxy28.83850.37630.3907
Hunter Lab53.7015-1.632818.6024
CIE-Lab60.63881.486424.0234

#a49068 color RGB value is (164,144,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010000 01101000
Octal 244 220 150
Decimal 164 144 104
Hex A4 90 68

RGB Percentages of Color #a49068

%39.81
%34.95
%25.24

CMYK Percentages of Color #a49068

%0
%12
%37
%36

Triadic Colors of #a49068

#a49068 #68a490 #9068a4

Analogous Colors of #a49068

#a49068 #9aa468 #a47268

Monochromatic Colors of #a49068

#a49068

Complementary Color

#a49068 #687ca4

#a49068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49068 Color CSS Codes

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

#a49068 Text Font Color

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

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


#a49068 Background Color

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

This div background color is #a49068


#a49068 Border Color

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

This div border color is #a49068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49068


Comments

No comments written yet.

Please login to write comment.