Color Hex Logo

#a95960 Color Hex

#A95960
(169,89,96)
0 Favorites   0 Comments

Color spaces of #a95960

RGB 1698996
HSL0.990.320.51
HSV355°47°66°
CMYK 0.000.470.43   0.34
XYZ22.045916.424313.0746
Yxy16.42430.42770.3186
Hunter Lab40.526926.17879.2410
CIE-Lab47.526333.388210.8579

#a95960 color RGB value is (169,89,96).

#a95960 hex color red value is 169, green value is 89 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a95960 hue: 0.99 , saturation: 0.32 and the lightness value of a95960 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 01100000
Octal 251 131 140
Decimal 169 89 96
Hex A9 59 60

RGB Percentages of Color #a95960

%47.74
%25.14
%27.12

CMYK Percentages of Color #a95960

%0
%47
%43
%34

Triadic Colors of #a95960

#a95960 #60a959 #5960a9

Analogous Colors of #a95960

#a95960 #a97a59 #a95988

Monochromatic Colors of #a95960

#a95960

Complementary Color

#a95960 #59a9a2

#a95960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95960 Color CSS Codes

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

#a95960 Text Font Color

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

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


#a95960 Background Color

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

This div background color is #a95960


#a95960 Border Color

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

This div border color is #a95960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95960


Comments

No comments written yet.

Please login to write comment.