Color Hex Logo

#a62909 Color Hex

#A62909
(166,41,9)
0 Favorites   0 Comments

Color spaces of #a62909

RGB 166419
HSL0.030.900.34
HSV12°95°65°
CMYK 0.000.750.95   0.35
XYZ16.56819.71261.2599
Yxy9.71260.60160.3527
Hunter Lab31.165040.356119.4186
CIE-Lab37.321649.472346.6973

#a62909 color RGB value is (166,41,9).

#a62909 hex color red value is 166, green value is 41 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a62909 hue: 0.03 , saturation: 0.90 and the lightness value of a62909 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 00001001
Octal 246 51 11
Decimal 166 41 9
Hex A6 29 9

RGB Percentages of Color #a62909

%76.85
%18.98
%4.17

CMYK Percentages of Color #a62909

%0
%75
%95
%35

Triadic Colors of #a62909

#a62909 #09a629 #2909a6

Analogous Colors of #a62909

#a62909 #a67809 #a60937

Monochromatic Colors of #a62909

#a62909

Complementary Color

#a62909 #0986a6

#a62909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62909 Color CSS Codes

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

#a62909 Text Font Color

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

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


#a62909 Background Color

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

This div background color is #a62909


#a62909 Border Color

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

This div border color is #a62909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62909


Comments

No comments written yet.

Please login to write comment.