Color Hex Logo

#a66163 Color Hex

#A66163
(166,97,99)
0 Favorites   0 Comments

Color spaces of #a66163

RGB 1669799
HSL1.000.280.52
HSV358°42°65°
CMYK 0.000.420.40   0.35
XYZ22.252717.557214.0204
Yxy17.55720.41340.3262
Hunter Lab41.901321.46949.4922
CIE-Lab48.954628.189410.9964

#a66163 color RGB value is (166,97,99).

#a66163 hex color red value is 166, green value is 97 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a66163 hue: 1.00 , saturation: 0.28 and the lightness value of a66163 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100001 01100011
Octal 246 141 143
Decimal 166 97 99
Hex A6 61 63

RGB Percentages of Color #a66163

%45.86
%26.80
%27.35

CMYK Percentages of Color #a66163

%0
%42
%40
%35

Triadic Colors of #a66163

#a66163 #63a661 #6163a6

Analogous Colors of #a66163

#a66163 #a68261 #a66186

Monochromatic Colors of #a66163

#a66163

Complementary Color

#a66163 #61a6a4

#a66163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66163 Color CSS Codes

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

#a66163 Text Font Color

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

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


#a66163 Background Color

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

This div background color is #a66163


#a66163 Border Color

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

This div border color is #a66163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66163


Comments

No comments written yet.

Please login to write comment.