Color Hex Logo

#a6073d Color Hex

#A6073D
(166,7,61)
0 Favorites   0 Comments

Color spaces of #a6073d

RGB 166761
HSL0.940.920.34
HSV340°96°65°
CMYK 0.000.960.63   0.35
XYZ16.64428.59595.1968
Yxy8.59590.54680.2824
Hunter Lab29.318850.026210.0139
CIE-Lab35.194359.068615.7186

#a6073d color RGB value is (166,7,61).

#a6073d hex color red value is 166, green value is 7 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a6073d hue: 0.94 , saturation: 0.92 and the lightness value of a6073d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 00111101
Octal 246 7 75
Decimal 166 7 61
Hex A6 7 3D

RGB Percentages of Color #a6073d

%70.94
%2.99
%26.07

CMYK Percentages of Color #a6073d

%0
%96
%63
%35

Triadic Colors of #a6073d

#a6073d #3da607 #073da6

Analogous Colors of #a6073d

#a6073d #a62107 #a6078d

Monochromatic Colors of #a6073d

#a6073d

Complementary Color

#a6073d #07a670

#a6073d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6073d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6073d Color CSS Codes

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

#a6073d Text Font Color

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

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


#a6073d Background Color

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

This div background color is #a6073d


#a6073d Border Color

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

This div border color is #a6073d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6073d


Comments

No comments written yet.

Please login to write comment.