Color Hex Logo

#a9686c Color Hex

#A9686C
(169,104,108)
0 Favorites   0 Comments

Color spaces of #a9686c

RGB 169104108
HSL0.990.270.54
HSV356°38°66°
CMYK 0.000.380.36   0.34
XYZ24.019319.418416.6695
Yxy19.41840.39960.3231
Hunter Lab44.066320.17928.4181
CIE-Lab51.173226.57478.8239

#a9686c color RGB value is (169,104,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 01101100
Octal 251 150 154
Decimal 169 104 108
Hex A9 68 6C

RGB Percentages of Color #a9686c

%44.36
%27.30
%28.35

CMYK Percentages of Color #a9686c

%0
%38
%36
%34

Triadic Colors of #a9686c

#a9686c #6ca968 #686ca9

Analogous Colors of #a9686c

#a9686c #a98568 #a9688d

Monochromatic Colors of #a9686c

#a9686c

Complementary Color

#a9686c #68a9a5

#a9686c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9686c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9686c Color CSS Codes

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

#a9686c Text Font Color

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

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


#a9686c Background Color

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

This div background color is #a9686c


#a9686c Border Color

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

This div border color is #a9686c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9686c

#a9686c Color Palettes


Comments

No comments written yet.

Please login to write comment.