Color Hex Logo

#a60949 Color Hex

#A60949
(166,9,73)
0 Favorites   0 Comments

Color spaces of #a60949

RGB 166973
HSL0.930.900.34
HSV336°95°65°
CMYK 0.000.950.56   0.35
XYZ17.02628.78347.1013
Yxy8.78340.51730.2669
Hunter Lab29.636850.68306.5392
CIE-Lab35.563959.59958.3983

#a60949 color RGB value is (166,9,73).

#a60949 hex color red value is 166, green value is 9 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a60949 hue: 0.93 , saturation: 0.90 and the lightness value of a60949 is 0.34.

The process color (four color CMYK) of #a60949 color hex is 0.00, 0.95, 0.56, 0.35. Web safe color of #a60949 is #990033. Color #a60949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001001 01001001
Octal 246 11 111
Decimal 166 9 73
Hex A6 9 49

RGB Percentages of Color #a60949

%66.94
%3.63
%29.44

CMYK Percentages of Color #a60949

%0
%95
%56
%35

Triadic Colors of #a60949

#a60949 #49a609 #0949a6

Analogous Colors of #a60949

#a60949 #a61709 #a60998

Monochromatic Colors of #a60949

#a60949

Complementary Color

#a60949 #09a666

#a60949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60949 Color CSS Codes

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

#a60949 Text Font Color

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

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


#a60949 Background Color

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

This div background color is #a60949


#a60949 Border Color

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

This div border color is #a60949


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,9,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a60949; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a60949;
  -webkit-box-shadow: 1px 1px 3px 2px #a60949;
  box-shadow:         1px 1px 3px 2px #a60949; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,9,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60949


Comments

No comments written yet.

Please login to write comment.