Color Hex Logo

#a66750 Color Hex

#A66750
(166,103,80)
0 Favorites   0 Comments

Color spaces of #a66750

RGB 16610380
HSL0.040.350.48
HSV16°52°65°
CMYK 0.000.380.52   0.35
XYZ22.024118.38679.9776
Yxy18.38670.43710.3649
Hunter Lab42.879716.642616.2197
CIE-Lab49.961822.789023.5594

#a66750 color RGB value is (166,103,80).

#a66750 hex color red value is 166, green value is 103 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a66750 hue: 0.04 , saturation: 0.35 and the lightness value of a66750 is 0.48.

The process color (four color CMYK) of #a66750 color hex is 0.00, 0.38, 0.52, 0.35. Web safe color of #a66750 is #996666. Color #a66750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100111 01010000
Octal 246 147 120
Decimal 166 103 80
Hex A6 67 50

RGB Percentages of Color #a66750

%47.56
%29.51
%22.92

CMYK Percentages of Color #a66750

%0
%38
%52
%35

Triadic Colors of #a66750

#a66750 #50a667 #6750a6

Analogous Colors of #a66750

#a66750 #a69250 #a65064

Monochromatic Colors of #a66750

#a66750

Complementary Color

#a66750 #508fa6

#a66750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66750 Color CSS Codes

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

#a66750 Text Font Color

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

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


#a66750 Background Color

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

This div background color is #a66750


#a66750 Border Color

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

This div border color is #a66750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66750


Comments

No comments written yet.

Please login to write comment.