Color Hex Logo

#a6061d Color Hex

#A6061D
(166,6,29)
0 Favorites   0 Comments

Color spaces of #a6061d

RGB 166629
HSL0.980.930.34
HSV351°96°65°
CMYK 0.000.960.83   0.35
XYZ16.01288.32591.9255
Yxy8.32590.60970.3170
Hunter Lab28.854648.562516.2418
CIE-Lab34.652657.820635.2257

#a6061d color RGB value is (166,6,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000110 00011101
Octal 246 6 35
Decimal 166 6 29
Hex A6 6 1D

RGB Percentages of Color #a6061d

%82.59
%2.99
%14.43

CMYK Percentages of Color #a6061d

%0
%96
%83
%35

Triadic Colors of #a6061d

#a6061d #1da606 #061da6

Analogous Colors of #a6061d

#a6061d #a63f06 #a6066d

Monochromatic Colors of #a6061d

#a6061d

Complementary Color

#a6061d #06a68f

#a6061d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6061d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6061d Color CSS Codes

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

#a6061d Text Font Color

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

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


#a6061d Background Color

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

This div background color is #a6061d


#a6061d Border Color

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

This div border color is #a6061d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6061d


Comments

No comments written yet.

Please login to write comment.