Color Hex Logo

#a87669 Color Hex

#A87669
(168,118,105)
0 Favorites   0 Comments

Color spaces of #a87669

RGB 168118105
HSL0.030.270.54
HSV12°38°66°
CMYK 0.000.300.38   0.34
XYZ25.176722.301616.3423
Yxy22.30160.39450.3494
Hunter Lab47.224612.520212.5396
CIE-Lab54.345617.898614.9982

#a87669 color RGB value is (168,118,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 01101001
Octal 250 166 151
Decimal 168 118 105
Hex A8 76 69

RGB Percentages of Color #a87669

%42.97
%30.18
%26.85

CMYK Percentages of Color #a87669

%0
%30
%38
%34

Triadic Colors of #a87669

#a87669 #69a876 #7669a8

Analogous Colors of #a87669

#a87669 #a89669 #a8697c

Monochromatic Colors of #a87669

#a87669

Complementary Color

#a87669 #699ba8

#a87669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87669 Color CSS Codes

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

#a87669 Text Font Color

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

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


#a87669 Background Color

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

This div background color is #a87669


#a87669 Border Color

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

This div border color is #a87669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87669


Comments

No comments written yet.

Please login to write comment.