Color Hex Logo

#a95566 Color Hex

#A95566
(169,85,102)
0 Favorites   0 Comments

Color spaces of #a95566

RGB 16985102
HSL0.970.330.50
HSV348°50°66°
CMYK 0.000.500.40   0.34
XYZ22.009015.891314.4777
Yxy15.89130.42020.3034
Hunter Lab39.863928.78876.3719
CIE-Lab46.831636.21136.2497

#a95566 color RGB value is (169,85,102).

#a95566 hex color red value is 169, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a95566 hue: 0.97 , saturation: 0.33 and the lightness value of a95566 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 01100110
Octal 251 125 146
Decimal 169 85 102
Hex A9 55 66

RGB Percentages of Color #a95566

%47.47
%23.88
%28.65

CMYK Percentages of Color #a95566

%0
%50
%40
%34

Triadic Colors of #a95566

#a95566 #66a955 #5566a9

Analogous Colors of #a95566

#a95566 #a96e55 #a95590

Monochromatic Colors of #a95566

#a95566

Complementary Color

#a95566 #55a998

#a95566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95566 Color CSS Codes

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

#a95566 Text Font Color

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

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


#a95566 Background Color

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

This div background color is #a95566


#a95566 Border Color

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

This div border color is #a95566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95566


Comments

No comments written yet.

Please login to write comment.