Color Hex Logo

#a68487 Color Hex

#A68487
(166,132,135)
0 Favorites   0 Comments

Color spaces of #a68487

RGB 166132135
HSL0.990.160.58
HSV355°20°65°
CMYK 0.000.200.19   0.35
XYZ28.350326.358826.5152
Yxy26.35880.34900.3245
Hunter Lab51.34088.72095.3180
CIE-Lab58.376113.48783.3406

#a68487 color RGB value is (166,132,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 10000111
Octal 246 204 207
Decimal 166 132 135
Hex A6 84 87

RGB Percentages of Color #a68487

%38.34
%30.48
%31.18

CMYK Percentages of Color #a68487

%0
%20
%19
%35

Triadic Colors of #a68487

#a68487 #87a684 #8487a6

Analogous Colors of #a68487

#a68487 #a69284 #a68498

Monochromatic Colors of #a68487

#a68487

Complementary Color

#a68487 #84a6a3

#a68487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68487 Color CSS Codes

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

#a68487 Text Font Color

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

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


#a68487 Background Color

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

This div background color is #a68487


#a68487 Border Color

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

This div border color is #a68487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68487


Comments

No comments written yet.

Please login to write comment.