Color Hex Logo

#a64029 Color Hex

#A64029
(166,64,41)
0 Favorites   0 Comments

Color spaces of #a64029

RGB 1666441
HSL0.030.600.41
HSV11°75°65°
CMYK 0.000.610.75   0.35
XYZ17.959511.93393.4547
Yxy11.93390.53850.3579
Hunter Lab34.545532.344018.2526
CIE-Lab41.110940.748835.1510

#a64029 color RGB value is (166,64,41).

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

The process color (four color CMYK) of #a64029 color hex is 0.00, 0.61, 0.75, 0.35. Web safe color of #a64029 is #993333. Color #a64029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 00101001
Octal 246 100 51
Decimal 166 64 41
Hex A6 40 29

RGB Percentages of Color #a64029

%61.25
%23.62
%15.13

CMYK Percentages of Color #a64029

%0
%61
%75
%35

Triadic Colors of #a64029

#a64029 #29a640 #4029a6

Analogous Colors of #a64029

#a64029 #a67f29 #a62951

Monochromatic Colors of #a64029

#a64029

Complementary Color

#a64029 #298fa6

#a64029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64029 Color CSS Codes

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

#a64029 Text Font Color

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

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


#a64029 Background Color

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

This div background color is #a64029


#a64029 Border Color

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

This div border color is #a64029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64029


Comments

No comments written yet.

Please login to write comment.