Color Hex Logo

#a69349 Color Hex

#A69349
(166,147,73)
0 Favorites   0 Comments

Color spaces of #a69349

RGB 16614773
HSL0.130.390.47
HSV48°56°65°
CMYK 0.000.110.56   0.35
XYZ27.362229.455510.5467
Yxy29.45550.40620.4373
Hunter Lab54.2729-4.985226.4694
CIE-Lab61.1815-2.531941.2210

#a69349 color RGB value is (166,147,73).

#a69349 hex color red value is 166, green value is 147 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a69349 hue: 0.13 , saturation: 0.39 and the lightness value of a69349 is 0.47.

The process color (four color CMYK) of #a69349 color hex is 0.00, 0.11, 0.56, 0.35. Web safe color of #a69349 is #999933. Color #a69349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010011 01001001
Octal 246 223 111
Decimal 166 147 73
Hex A6 93 49

RGB Percentages of Color #a69349

%43.01
%38.08
%18.91

CMYK Percentages of Color #a69349

%0
%11
%56
%35

Triadic Colors of #a69349

#a69349 #49a693 #9349a6

Analogous Colors of #a69349

#a69349 #8ba649 #a66549

Monochromatic Colors of #a69349

#a69349

Complementary Color

#a69349 #495ca6

#a69349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69349 Color CSS Codes

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

#a69349 Text Font Color

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

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


#a69349 Background Color

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

This div background color is #a69349


#a69349 Border Color

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

This div border color is #a69349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,147,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69349


Comments

No comments written yet.

Please login to write comment.