Color Hex Logo

#a68687 Color Hex

#A68687
(166,134,135)
0 Favorites   0 Comments

Color spaces of #a68687

RGB 166134135
HSL0.990.150.59
HSV358°19°65°
CMYK 0.000.190.19   0.35
XYZ28.624226.906526.6065
Yxy26.90650.34850.3276
Hunter Lab51.87157.72645.8983
CIE-Lab58.887712.35504.0795

#a68687 color RGB value is (166,134,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000110 10000111
Octal 246 206 207
Decimal 166 134 135
Hex A6 86 87

RGB Percentages of Color #a68687

%38.16
%30.80
%31.03

CMYK Percentages of Color #a68687

%0
%19
%19
%35

Triadic Colors of #a68687

#a68687 #87a686 #8687a6

Analogous Colors of #a68687

#a68687 #a69586 #a68697

Monochromatic Colors of #a68687

#a68687

Complementary Color

#a68687 #86a6a5

#a68687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68687 Color CSS Codes

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

#a68687 Text Font Color

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

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


#a68687 Background Color

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

This div background color is #a68687


#a68687 Border Color

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

This div border color is #a68687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68687


Comments

No comments written yet.

Please login to write comment.