Color Hex Logo

#a6642c Color Hex

#A6642C
(166,100,44)
0 Favorites   0 Comments

Color spaces of #a6642c

RGB 16610044
HSL0.080.580.41
HSV28°73°65°
CMYK 0.000.400.73   0.35
XYZ20.737717.40324.6490
Yxy17.40320.48460.4067
Hunter Lab41.717115.727822.5947
CIE-Lab48.764121.851941.7591

#a6642c color RGB value is (166,100,44).

#a6642c hex color red value is 166, green value is 100 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #a6642c hue: 0.08 , saturation: 0.58 and the lightness value of a6642c is 0.41.

The process color (four color CMYK) of #a6642c color hex is 0.00, 0.40, 0.73, 0.35. Web safe color of #a6642c is #996633. Color #a6642c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 00101100
Octal 246 144 54
Decimal 166 100 44
Hex A6 64 2C

RGB Percentages of Color #a6642c

%53.55
%32.26
%14.19

CMYK Percentages of Color #a6642c

%0
%40
%73
%35

Triadic Colors of #a6642c

#a6642c #2ca664 #642ca6

Analogous Colors of #a6642c

#a6642c #a6a12c #a62c31

Monochromatic Colors of #a6642c

#a6642c

Complementary Color

#a6642c #2c6ea6

#a6642c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6642c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6642c Color CSS Codes

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

#a6642c Text Font Color

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

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


#a6642c Background Color

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

This div background color is #a6642c


#a6642c Border Color

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

This div border color is #a6642c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6642c


Comments

No comments written yet.

Please login to write comment.