Color Hex Logo

#a97668 Color Hex

#A97668
(169,118,104)
0 Favorites   0 Comments

Color spaces of #a97668

RGB 169118104
HSL0.040.270.54
HSV13°38°66°
CMYK 0.000.300.38   0.34
XYZ25.339322.391416.0831
Yxy22.39140.39710.3509
Hunter Lab47.319612.776312.9720
CIE-Lab54.439818.182015.7257

#a97668 color RGB value is (169,118,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110110 01101000
Octal 251 166 150
Decimal 169 118 104
Hex A9 76 68

RGB Percentages of Color #a97668

%43.22
%30.18
%26.60

CMYK Percentages of Color #a97668

%0
%30
%38
%34

Triadic Colors of #a97668

#a97668 #68a976 #7668a9

Analogous Colors of #a97668

#a97668 #a99768 #a9687b

Monochromatic Colors of #a97668

#a97668

Complementary Color

#a97668 #689ba9

#a97668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97668 Color CSS Codes

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

#a97668 Text Font Color

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

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


#a97668 Background Color

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

This div background color is #a97668


#a97668 Border Color

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

This div border color is #a97668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97668


Comments

No comments written yet.

Please login to write comment.