Color Hex Logo

#a62902 Color Hex

#A62902
(166,41,2)
0 Favorites   0 Comments

Color spaces of #a62902

RGB 166412
HSL0.040.980.33
HSV14°99°65°
CMYK 0.000.750.99   0.35
XYZ16.52989.69731.0580
Yxy9.69730.60580.3554
Hunter Lab31.140540.254419.7840
CIE-Lab37.293649.377649.2074

#a62902 color RGB value is (166,41,2).

#a62902 hex color red value is 166, green value is 41 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a62902 hue: 0.04 , saturation: 0.98 and the lightness value of a62902 is 0.33.

The process color (four color CMYK) of #a62902 color hex is 0.00, 0.75, 0.99, 0.35. Web safe color of #a62902 is #993300. Color #a62902 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 00000010
Octal 246 51 2
Decimal 166 41 2
Hex A6 29 2

RGB Percentages of Color #a62902

%79.43
%19.62
%0.96

CMYK Percentages of Color #a62902

%0
%75
%99
%35

Triadic Colors of #a62902

#a62902 #02a629 #2902a6

Analogous Colors of #a62902

#a62902 #a67b02 #a6022d

Monochromatic Colors of #a62902

#a62902

Complementary Color

#a62902 #027fa6

#a62902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62902 Color CSS Codes

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

#a62902 Text Font Color

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

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


#a62902 Background Color

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

This div background color is #a62902


#a62902 Border Color

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

This div border color is #a62902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62902


Comments

No comments written yet.

Please login to write comment.