Color Hex Logo

#a9165e Color Hex

#A9165E
(169,22,94)
0 Favorites   0 Comments

Color spaces of #a9165e

RGB 1692294
HSL0.920.770.37
HSV331°87°66°
CMYK 0.000.870.44   0.34
XYZ18.66959.817011.5006
Yxy9.81700.46690.2455
Hunter Lab31.332151.52960.1698
CIE-Lab37.512059.9935-2.2782

#a9165e color RGB value is (169,22,94).

#a9165e hex color red value is 169, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a9165e hue: 0.92 , saturation: 0.77 and the lightness value of a9165e is 0.37.

The process color (four color CMYK) of #a9165e color hex is 0.00, 0.87, 0.44, 0.34. Web safe color of #a9165e is #990066. Color #a9165e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010110 01011110
Octal 251 26 136
Decimal 169 22 94
Hex A9 16 5E

RGB Percentages of Color #a9165e

%59.30
%7.72
%32.98

CMYK Percentages of Color #a9165e

%0
%87
%44
%34

Triadic Colors of #a9165e

#a9165e #5ea916 #165ea9

Analogous Colors of #a9165e

#a9165e #a91816 #a916a8

Monochromatic Colors of #a9165e

#a9165e

Complementary Color

#a9165e #16a961

#a9165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9165e Color CSS Codes

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

#a9165e Text Font Color

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

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


#a9165e Background Color

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

This div background color is #a9165e


#a9165e Border Color

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

This div border color is #a9165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9165e


Comments

No comments written yet.

Please login to write comment.