Color Hex Logo

#a9505e Color Hex

#A9505E
(169,80,94)
0 Favorites   0 Comments

Color spaces of #a9505e

RGB 1698094
HSL0.970.360.49
HSV351°53°66°
CMYK 0.000.530.44   0.34
XYZ21.251214.980512.3611
Yxy14.98050.43730.3083
Hunter Lab38.704730.27428.1578
CIE-Lab45.607537.92239.3781

#a9505e color RGB value is (169,80,94).

#a9505e hex color red value is 169, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a9505e hue: 0.97 , saturation: 0.36 and the lightness value of a9505e is 0.49.

The process color (four color CMYK) of #a9505e color hex is 0.00, 0.53, 0.44, 0.34. Web safe color of #a9505e is #996666. Color #a9505e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010000 01011110
Octal 251 120 136
Decimal 169 80 94
Hex A9 50 5E

RGB Percentages of Color #a9505e

%49.27
%23.32
%27.41

CMYK Percentages of Color #a9505e

%0
%53
%44
%34

Triadic Colors of #a9505e

#a9505e #5ea950 #505ea9

Analogous Colors of #a9505e

#a9505e #a96f50 #a9508b

Monochromatic Colors of #a9505e

#a9505e

Complementary Color

#a9505e #50a99b

#a9505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9505e Color CSS Codes

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

#a9505e Text Font Color

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

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


#a9505e Background Color

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

This div background color is #a9505e


#a9505e Border Color

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

This div border color is #a9505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9505e


Comments

No comments written yet.

Please login to write comment.