Color Hex Logo

#a6061c Color Hex

#A6061C
(166,6,28)
1 Favorites   0 Comments

Color spaces of #a6061c

RGB 166628
HSL0.980.930.34
HSV352°96°65°
CMYK 0.000.960.83   0.35
XYZ16.00068.32111.8614
Yxy8.32110.61110.3178
Hunter Lab28.846348.530116.3665
CIE-Lab34.642957.792435.7936

#a6061c color RGB value is (166,6,28).

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

The process color (four color CMYK) of #a6061c color hex is 0.00, 0.96, 0.83, 0.35. Web safe color of #a6061c is #990033. Color #a6061c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000110 00011100
Octal 246 6 34
Decimal 166 6 28
Hex A6 6 1C

RGB Percentages of Color #a6061c

%83.00
%3.00
%14.00

CMYK Percentages of Color #a6061c

%0
%96
%83
%35

Triadic Colors of #a6061c

#a6061c #1ca606 #061ca6

Analogous Colors of #a6061c

#a6061c #a64006 #a6066c

Monochromatic Colors of #a6061c

#a6061c

Complementary Color

#a6061c #06a690

#a6061c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6061c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6061c Color CSS Codes

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

#a6061c Text Font Color

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

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


#a6061c Background Color

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

This div background color is #a6061c


#a6061c Border Color

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

This div border color is #a6061c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6061c

#a6061c Color Palettes


Comments

No comments written yet.

Please login to write comment.