Color Hex Logo

#a6626a Color Hex

#A6626A
(166,98,106)
0 Favorites   0 Comments

Color spaces of #a6626a

RGB 16698106
HSL0.980.280.52
HSV353°41°65°
CMYK 0.000.410.36   0.35
XYZ22.695117.883015.8913
Yxy17.88300.40190.3167
Hunter Lab42.288321.79217.3215
CIE-Lab49.353928.49707.3788

#a6626a color RGB value is (166,98,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 01101010
Octal 246 142 152
Decimal 166 98 106
Hex A6 62 6A

RGB Percentages of Color #a6626a

%44.86
%26.49
%28.65

CMYK Percentages of Color #a6626a

%0
%41
%36
%35

Triadic Colors of #a6626a

#a6626a #6aa662 #626aa6

Analogous Colors of #a6626a

#a6626a #a67c62 #a6628c

Monochromatic Colors of #a6626a

#a6626a

Complementary Color

#a6626a #62a69e

#a6626a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6626a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6626a Color CSS Codes

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

#a6626a Text Font Color

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

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


#a6626a Background Color

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

This div background color is #a6626a


#a6626a Border Color

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

This div border color is #a6626a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6626a


Comments

No comments written yet.

Please login to write comment.