Color Hex Logo

#a6787d Color Hex

#A6787D
(166,120,125)
0 Favorites   0 Comments

Color spaces of #a6787d

RGB 166120125
HSL0.980.210.56
HSV353°28°65°
CMYK 0.000.280.25   0.35
XYZ26.144023.020622.4675
Yxy23.02060.36500.3214
Hunter Lab47.979813.29935.8221
CIE-Lab55.093618.73534.3903

#a6787d color RGB value is (166,120,125).

#a6787d hex color red value is 166, green value is 120 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a6787d hue: 0.98 , saturation: 0.21 and the lightness value of a6787d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 01111101
Octal 246 170 175
Decimal 166 120 125
Hex A6 78 7D

RGB Percentages of Color #a6787d

%40.39
%29.20
%30.41

CMYK Percentages of Color #a6787d

%0
%28
%25
%35

Triadic Colors of #a6787d

#a6787d #7da678 #787da6

Analogous Colors of #a6787d

#a6787d #a68a78 #a67894

Monochromatic Colors of #a6787d

#a6787d

Complementary Color

#a6787d #78a6a1

#a6787d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6787d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6787d Color CSS Codes

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

#a6787d Text Font Color

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

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


#a6787d Background Color

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

This div background color is #a6787d


#a6787d Border Color

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

This div border color is #a6787d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6787d


Comments

No comments written yet.

Please login to write comment.