Color Hex Logo

#a96775 Color Hex

#A96775
(169,103,117)
0 Favorites   0 Comments

Color spaces of #a96775

RGB 169103117
HSL0.960.280.53
HSV347°39°66°
CMYK 0.000.390.31   0.34
XYZ24.423319.419919.2908
Yxy19.41990.38680.3076
Hunter Lab44.068021.80894.8934
CIE-Lab51.174928.32973.4894

#a96775 color RGB value is (169,103,117).

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

The process color (four color CMYK) of #a96775 color hex is 0.00, 0.39, 0.31, 0.34. Web safe color of #a96775 is #996666. Color #a96775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100111 01110101
Octal 251 147 165
Decimal 169 103 117
Hex A9 67 75

RGB Percentages of Color #a96775

%43.44
%26.48
%30.08

CMYK Percentages of Color #a96775

%0
%39
%31
%34

Triadic Colors of #a96775

#a96775 #75a967 #6775a9

Analogous Colors of #a96775

#a96775 #a97a67 #a96796

Monochromatic Colors of #a96775

#a96775

Complementary Color

#a96775 #67a99b

#a96775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96775 Color CSS Codes

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

#a96775 Text Font Color

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

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


#a96775 Background Color

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

This div background color is #a96775


#a96775 Border Color

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

This div border color is #a96775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96775


Comments

No comments written yet.

Please login to write comment.