Color Hex Logo

#a61703 Color Hex

#A61703
(166,23,3)
0 Favorites   0 Comments

Color spaces of #a61703

RGB 166233
HSL0.020.960.33
HSV98°65°
CMYK 0.000.860.98   0.35
XYZ16.04878.72640.9246
Yxy8.72640.62450.3396
Hunter Lab29.540545.279318.8226
CIE-Lab35.452154.580847.8993

#a61703 color RGB value is (166,23,3).

#a61703 hex color red value is 166, green value is 23 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #a61703 hue: 0.02 , saturation: 0.96 and the lightness value of a61703 is 0.33.

The process color (four color CMYK) of #a61703 color hex is 0.00, 0.86, 0.98, 0.35. Web safe color of #a61703 is #990000. Color #a61703 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010111 00000011
Octal 246 27 3
Decimal 166 23 3
Hex A6 17 3

RGB Percentages of Color #a61703

%86.46
%11.98
%1.56

CMYK Percentages of Color #a61703

%0
%86
%98
%35

Triadic Colors of #a61703

#a61703 #03a617 #1703a6

Analogous Colors of #a61703

#a61703 #a66903 #a60340

Monochromatic Colors of #a61703

#a61703

Complementary Color

#a61703 #0392a6

#a61703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61703 Color CSS Codes

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

#a61703 Text Font Color

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

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


#a61703 Background Color

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

This div background color is #a61703


#a61703 Border Color

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

This div border color is #a61703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61703


Comments

No comments written yet.

Please login to write comment.