Color Hex Logo

#a9376e Color Hex

#A9376E
(169,55,110)
0 Favorites   0 Comments

Color spaces of #a9376e

RGB 16955110
HSL0.920.510.44
HSV331°67°66°
CMYK 0.000.670.35   0.34
XYZ20.542812.293216.0419
Yxy12.29320.42030.2515
Hunter Lab35.061743.2261-2.5840
CIE-Lab41.678451.4479-6.1865

#a9376e color RGB value is (169,55,110).

#a9376e hex color red value is 169, green value is 55 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a9376e hue: 0.92 , saturation: 0.51 and the lightness value of a9376e is 0.44.

The process color (four color CMYK) of #a9376e color hex is 0.00, 0.67, 0.35, 0.34. Web safe color of #a9376e is #993366. Color #a9376e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110111 01101110
Octal 251 67 156
Decimal 169 55 110
Hex A9 37 6E

RGB Percentages of Color #a9376e

%50.60
%16.47
%32.93

CMYK Percentages of Color #a9376e

%0
%67
%35
%34

Triadic Colors of #a9376e

#a9376e #6ea937 #376ea9

Analogous Colors of #a9376e

#a9376e #a93937 #a937a7

Monochromatic Colors of #a9376e

#a9376e

Complementary Color

#a9376e #37a972

#a9376e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9376e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9376e Color CSS Codes

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

#a9376e Text Font Color

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

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


#a9376e Background Color

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

This div background color is #a9376e


#a9376e Border Color

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

This div border color is #a9376e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9376e


Comments

No comments written yet.

Please login to write comment.