Color Hex Logo

#a6636a Color Hex

#A6636A
(166,99,106)
0 Favorites   0 Comments

Color spaces of #a6636a

RGB 16699106
HSL0.980.270.52
HSV354°40°65°
CMYK 0.000.400.36   0.35
XYZ22.789218.071315.9227
Yxy18.07130.40130.3183
Hunter Lab42.510421.29827.5496
CIE-Lab49.582527.93997.7036

#a6636a color RGB value is (166,99,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 01101010
Octal 246 143 152
Decimal 166 99 106
Hex A6 63 6A

RGB Percentages of Color #a6636a

%44.74
%26.68
%28.57

CMYK Percentages of Color #a6636a

%0
%40
%36
%35

Triadic Colors of #a6636a

#a6636a #6aa663 #636aa6

Analogous Colors of #a6636a

#a6636a #a67e63 #a6638c

Monochromatic Colors of #a6636a

#a6636a

Complementary Color

#a6636a #63a69f

#a6636a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6636a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6636a Color CSS Codes

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

#a6636a Text Font Color

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

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


#a6636a Background Color

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

This div background color is #a6636a


#a6636a Border Color

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

This div border color is #a6636a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6636a


Comments

No comments written yet.

Please login to write comment.