Color Hex Logo

#a96168 Color Hex

#A96168
(169,97,104)
0 Favorites   0 Comments

Color spaces of #a96168

RGB 16997104
HSL0.980.300.52
HSV354°43°66°
CMYK 0.000.430.38   0.34
XYZ23.135617.983915.3486
Yxy17.98390.40970.3185
Hunter Lab42.407423.16868.2263
CIE-Lab49.476629.96238.8029

#a96168 color RGB value is (169,97,104).

#a96168 hex color red value is 169, green value is 97 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #a96168 hue: 0.98 , saturation: 0.30 and the lightness value of a96168 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 01101000
Octal 251 141 150
Decimal 169 97 104
Hex A9 61 68

RGB Percentages of Color #a96168

%45.68
%26.22
%28.11

CMYK Percentages of Color #a96168

%0
%43
%38
%34

Triadic Colors of #a96168

#a96168 #68a961 #6168a9

Analogous Colors of #a96168

#a96168 #a97e61 #a9618c

Monochromatic Colors of #a96168

#a96168

Complementary Color

#a96168 #61a9a2

#a96168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96168 Color CSS Codes

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

#a96168 Text Font Color

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

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


#a96168 Background Color

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

This div background color is #a96168


#a96168 Border Color

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

This div border color is #a96168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96168


Comments

No comments written yet.

Please login to write comment.