Color Hex Logo

#a6153f Color Hex

#A6153F
(166,21,63)
0 Favorites   0 Comments

Color spaces of #a6153f

RGB 1662163
HSL0.950.780.37
HSV343°87°65°
CMYK 0.000.870.62   0.35
XYZ16.89139.00225.5500
Yxy9.00220.53720.2863
Hunter Lab30.003747.984510.0353
CIE-Lab35.988557.022815.4803

#a6153f color RGB value is (166,21,63).

#a6153f hex color red value is 166, green value is 21 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a6153f hue: 0.95 , saturation: 0.78 and the lightness value of a6153f is 0.37.

The process color (four color CMYK) of #a6153f color hex is 0.00, 0.87, 0.62, 0.35. Web safe color of #a6153f is #990033. Color #a6153f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010101 00111111
Octal 246 25 77
Decimal 166 21 63
Hex A6 15 3F

RGB Percentages of Color #a6153f

%66.40
%8.40
%25.20

CMYK Percentages of Color #a6153f

%0
%87
%62
%35

Triadic Colors of #a6153f

#a6153f #3fa615 #153fa6

Analogous Colors of #a6153f

#a6153f #a63415 #a61588

Monochromatic Colors of #a6153f

#a6153f

Complementary Color

#a6153f #15a67c

#a6153f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6153f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6153f Color CSS Codes

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

#a6153f Text Font Color

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

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


#a6153f Background Color

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

This div background color is #a6153f


#a6153f Border Color

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

This div border color is #a6153f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6153f


Comments

No comments written yet.

Please login to write comment.