Color Hex Logo

#a66244 Color Hex

#A66244
(166,98,68)
0 Favorites   0 Comments

Color spaces of #a66244

RGB 1669868
HSL0.050.420.46
HSV18°59°65°
CMYK 0.000.410.59   0.35
XYZ21.137017.25977.6863
Yxy17.25970.45870.3745
Hunter Lab41.544818.113118.1120
CIE-Lab48.585624.541028.6970

#a66244 color RGB value is (166,98,68).

#a66244 hex color red value is 166, green value is 98 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #a66244 hue: 0.05 , saturation: 0.42 and the lightness value of a66244 is 0.46.

The process color (four color CMYK) of #a66244 color hex is 0.00, 0.41, 0.59, 0.35. Web safe color of #a66244 is #996633. Color #a66244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 01000100
Octal 246 142 104
Decimal 166 98 68
Hex A6 62 44

RGB Percentages of Color #a66244

%50.00
%29.52
%20.48

CMYK Percentages of Color #a66244

%0
%41
%59
%35

Triadic Colors of #a66244

#a66244 #44a662 #6244a6

Analogous Colors of #a66244

#a66244 #a69344 #a64457

Monochromatic Colors of #a66244

#a66244

Complementary Color

#a66244 #4488a6

#a66244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66244 Color CSS Codes

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

#a66244 Text Font Color

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

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


#a66244 Background Color

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

This div background color is #a66244


#a66244 Border Color

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

This div border color is #a66244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66244


Comments

No comments written yet.

Please login to write comment.