Color Hex Logo

#a66859 Color Hex

#A66859
(166,104,89)
0 Favorites   0 Comments

Color spaces of #a66859

RGB 16610489
HSL0.030.300.50
HSV12°46°65°
CMYK 0.000.370.46   0.35
XYZ22.479418.728911.8814
Yxy18.72890.42340.3528
Hunter Lab43.276916.984014.0161
CIE-Lab50.368523.137818.8561

#a66859 color RGB value is (166,104,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 01011001
Octal 246 150 131
Decimal 166 104 89
Hex A6 68 59

RGB Percentages of Color #a66859

%46.24
%28.97
%24.79

CMYK Percentages of Color #a66859

%0
%37
%46
%35

Triadic Colors of #a66859

#a66859 #59a668 #6859a6

Analogous Colors of #a66859

#a66859 #a68f59 #a65971

Monochromatic Colors of #a66859

#a66859

Complementary Color

#a66859 #5997a6

#a66859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66859 Color CSS Codes

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

#a66859 Text Font Color

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

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


#a66859 Background Color

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

This div background color is #a66859


#a66859 Border Color

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

This div border color is #a66859


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,104,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 #a66859">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66859


Comments

No comments written yet.

Please login to write comment.