Color Hex Logo

#a87668 Color Hex

#A87668
(168,118,104)
0 Favorites   0 Comments

Color spaces of #a87668

RGB 168118104
HSL0.040.270.53
HSV13°38°66°
CMYK 0.000.300.38   0.34
XYZ25.125622.281216.0731
Yxy22.28120.39580.3510
Hunter Lab47.203012.408312.8532
CIE-Lab54.324117.773715.5481

#a87668 color RGB value is (168,118,104).

#a87668 hex color red value is 168, green value is 118 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a87668 hue: 0.04 , saturation: 0.27 and the lightness value of a87668 is 0.53.

The process color (four color CMYK) of #a87668 color hex is 0.00, 0.30, 0.38, 0.34. Web safe color of #a87668 is #996666. Color #a87668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 01101000
Octal 250 166 150
Decimal 168 118 104
Hex A8 76 68

RGB Percentages of Color #a87668

%43.08
%30.26
%26.67

CMYK Percentages of Color #a87668

%0
%30
%38
%34

Triadic Colors of #a87668

#a87668 #68a876 #7668a8

Analogous Colors of #a87668

#a87668 #a89668 #a8687a

Monochromatic Colors of #a87668

#a87668

Complementary Color

#a87668 #689aa8

#a87668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87668 Color CSS Codes

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

#a87668 Text Font Color

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

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


#a87668 Background Color

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

This div background color is #a87668


#a87668 Border Color

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

This div border color is #a87668


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,118,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a87668; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a87668;
  -webkit-box-shadow: 1px 1px 3px 2px #a87668;
  box-shadow:         1px 1px 3px 2px #a87668; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,118,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87668


Comments

No comments written yet.

Please login to write comment.