Color Hex Logo

#a66059 Color Hex

#A66059
(166,96,89)
0 Favorites   0 Comments

Color spaces of #a66059

RGB 1669689
HSL0.020.300.50
HSV46°65°
CMYK 0.000.420.46   0.35
XYZ21.711917.194011.6256
Yxy17.19400.42970.3403
Hunter Lab41.465620.899812.4030
CIE-Lab48.503627.616616.3315

#a66059 color RGB value is (166,96,89).

#a66059 hex color red value is 166, green value is 96 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a66059 hue: 0.02 , saturation: 0.30 and the lightness value of a66059 is 0.50.

The process color (four color CMYK) of #a66059 color hex is 0.00, 0.42, 0.46, 0.35. Web safe color of #a66059 is #996666. Color #a66059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100000 01011001
Octal 246 140 131
Decimal 166 96 89
Hex A6 60 59

RGB Percentages of Color #a66059

%47.29
%27.35
%25.36

CMYK Percentages of Color #a66059

%0
%42
%46
%35

Triadic Colors of #a66059

#a66059 #59a660 #6059a6

Analogous Colors of #a66059

#a66059 #a68759 #a65979

Monochromatic Colors of #a66059

#a66059

Complementary Color

#a66059 #599fa6

#a66059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66059 Color CSS Codes

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

#a66059 Text Font Color

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

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


#a66059 Background Color

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

This div background color is #a66059


#a66059 Border Color

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

This div border color is #a66059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66059


Comments

No comments written yet.

Please login to write comment.