Color Hex Logo

#a96679 Color Hex

#A96679
(169,102,121)
0 Favorites   0 Comments

Color spaces of #a96679

RGB 169102121
HSL0.950.280.53
HSV343°40°66°
CMYK 0.000.400.28   0.34
XYZ24.564719.318220.5232
Yxy19.31820.38140.2999
Hunter Lab43.952522.84543.0818
CIE-Lab51.057429.44830.9440

#a96679 color RGB value is (169,102,121).

#a96679 hex color red value is 169, green value is 102 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a96679 hue: 0.95 , saturation: 0.28 and the lightness value of a96679 is 0.53.

The process color (four color CMYK) of #a96679 color hex is 0.00, 0.40, 0.28, 0.34. Web safe color of #a96679 is #996666. Color #a96679 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 01111001
Octal 251 146 171
Decimal 169 102 121
Hex A9 66 79

RGB Percentages of Color #a96679

%43.11
%26.02
%30.87

CMYK Percentages of Color #a96679

%0
%40
%28
%34

Triadic Colors of #a96679

#a96679 #79a966 #6679a9

Analogous Colors of #a96679

#a96679 #a97566 #a9669b

Monochromatic Colors of #a96679

#a96679

Complementary Color

#a96679 #66a996

#a96679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96679 Color CSS Codes

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

#a96679 Text Font Color

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

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


#a96679 Background Color

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

This div background color is #a96679


#a96679 Border Color

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

This div border color is #a96679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96679


Comments

No comments written yet.

Please login to write comment.