Color Hex Logo

#a6847c Color Hex

#A6847C
(166,132,124)
0 Favorites   0 Comments

Color spaces of #a6847c

RGB 166132124
HSL0.030.190.57
HSV11°25°65°
CMYK 0.000.200.25   0.35
XYZ27.615226.064822.6443
Yxy26.06480.36180.3415
Hunter Lab51.05377.20769.4402
CIE-Lab58.098511.77159.2621

#a6847c color RGB value is (166,132,124).

#a6847c hex color red value is 166, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a6847c hue: 0.03 , saturation: 0.19 and the lightness value of a6847c is 0.57.

The process color (four color CMYK) of #a6847c color hex is 0.00, 0.20, 0.25, 0.35. Web safe color of #a6847c is #999966. Color #a6847c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000100 01111100
Octal 246 204 174
Decimal 166 132 124
Hex A6 84 7C

RGB Percentages of Color #a6847c

%39.34
%31.28
%29.38

CMYK Percentages of Color #a6847c

%0
%20
%25
%35

Triadic Colors of #a6847c

#a6847c #7ca684 #847ca6

Analogous Colors of #a6847c

#a6847c #a6997c #a67c89

Monochromatic Colors of #a6847c

#a6847c

Complementary Color

#a6847c #7c9ea6

#a6847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6847c Color CSS Codes

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

#a6847c Text Font Color

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

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


#a6847c Background Color

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

This div background color is #a6847c


#a6847c Border Color

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

This div border color is #a6847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6847c


Comments

No comments written yet.

Please login to write comment.