Color Hex Logo

#a6636c Color Hex

#A6636C
(166,99,108)
0 Favorites   0 Comments

Color spaces of #a6636c

RGB 16699108
HSL0.980.270.52
HSV352°40°65°
CMYK 0.000.400.35   0.35
XYZ22.894518.113416.4769
Yxy18.11340.39830.3151
Hunter Lab42.559821.54206.8380
CIE-Lab49.633428.19826.5827

#a6636c color RGB value is (166,99,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 01101100
Octal 246 143 154
Decimal 166 99 108
Hex A6 63 6C

RGB Percentages of Color #a6636c

%44.50
%26.54
%28.95

CMYK Percentages of Color #a6636c

%0
%40
%35
%35

Triadic Colors of #a6636c

#a6636c #6ca663 #636ca6

Analogous Colors of #a6636c

#a6636c #a67c63 #a6638e

Monochromatic Colors of #a6636c

#a6636c

Complementary Color

#a6636c #63a69d

#a6636c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6636c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6636c Color CSS Codes

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

#a6636c Text Font Color

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

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


#a6636c Background Color

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

This div background color is #a6636c


#a6636c Border Color

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

This div border color is #a6636c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6636c


Comments

No comments written yet.

Please login to write comment.