Color Hex Logo

#a69584 Color Hex

#A69584
(166,149,132)
0 Favorites   0 Comments

Color spaces of #a69584

RGB 166149132
HSL0.080.160.58
HSV30°20°65°
CMYK 0.000.100.20   0.35
XYZ30.638231.267826.2503
Yxy31.26780.34750.3547
Hunter Lab55.9176-0.052711.3089
CIE-Lab62.73313.463011.2699

#a69584 color RGB value is (166,149,132).

#a69584 hex color red value is 166, green value is 149 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a69584 hue: 0.08 , saturation: 0.16 and the lightness value of a69584 is 0.58.

The process color (four color CMYK) of #a69584 color hex is 0.00, 0.10, 0.20, 0.35. Web safe color of #a69584 is #999999. Color #a69584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010101 10000100
Octal 246 225 204
Decimal 166 149 132
Hex A6 95 84

RGB Percentages of Color #a69584

%37.14
%33.33
%29.53

CMYK Percentages of Color #a69584

%0
%10
%20
%35

Triadic Colors of #a69584

#a69584 #84a695 #9584a6

Analogous Colors of #a69584

#a69584 #a6a684 #a68484

Monochromatic Colors of #a69584

#a69584

Complementary Color

#a69584 #8495a6

#a69584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69584 Color CSS Codes

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

#a69584 Text Font Color

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

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


#a69584 Background Color

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

This div background color is #a69584


#a69584 Border Color

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

This div border color is #a69584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69584


Comments

No comments written yet.

Please login to write comment.