Color Hex Logo

#a69487 Color Hex

#A69487
(166,148,135)
0 Favorites   0 Comments

Color spaces of #a69487

RGB 166148135
HSL0.070.150.59
HSV25°19°65°
CMYK 0.000.110.19   0.35
XYZ30.689031.036127.2947
Yxy31.03610.34470.3486
Hunter Lab55.71010.83779.9484
CIE-Lab62.53814.49279.3044

#a69487 color RGB value is (166,148,135).

#a69487 hex color red value is 166, green value is 148 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a69487 hue: 0.07 , saturation: 0.15 and the lightness value of a69487 is 0.59.

The process color (four color CMYK) of #a69487 color hex is 0.00, 0.11, 0.19, 0.35. Web safe color of #a69487 is #999999. Color #a69487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 10000111
Octal 246 224 207
Decimal 166 148 135
Hex A6 94 87

RGB Percentages of Color #a69487

%36.97
%32.96
%30.07

CMYK Percentages of Color #a69487

%0
%11
%19
%35

Triadic Colors of #a69487

#a69487 #87a694 #9487a6

Analogous Colors of #a69487

#a69487 #a6a487 #a6878a

Monochromatic Colors of #a69487

#a69487

Complementary Color

#a69487 #8799a6

#a69487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69487 Color CSS Codes

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

#a69487 Text Font Color

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

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


#a69487 Background Color

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

This div background color is #a69487


#a69487 Border Color

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

This div border color is #a69487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69487


Comments

No comments written yet.

Please login to write comment.