Color Hex Logo

#a66876 Color Hex

#A66876
(166,104,118)
0 Favorites   0 Comments

Color spaces of #a66876

RGB 166104118
HSL0.960.260.53
HSV346°37°65°
CMYK 0.000.370.29   0.35
XYZ23.946219.315619.6057
Yxy19.31560.38090.3072
Hunter Lab43.949520.34534.3156
CIE-Lab51.054426.76552.6738

#a66876 color RGB value is (166,104,118).

#a66876 hex color red value is 166, green value is 104 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a66876 hue: 0.96 , saturation: 0.26 and the lightness value of a66876 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 01110110
Octal 246 150 166
Decimal 166 104 118
Hex A6 68 76

RGB Percentages of Color #a66876

%42.78
%26.80
%30.41

CMYK Percentages of Color #a66876

%0
%37
%29
%35

Triadic Colors of #a66876

#a66876 #76a668 #6876a6

Analogous Colors of #a66876

#a66876 #a67968 #a66895

Monochromatic Colors of #a66876

#a66876

Complementary Color

#a66876 #68a698

#a66876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66876 Color CSS Codes

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

#a66876 Text Font Color

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

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


#a66876 Background Color

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

This div background color is #a66876


#a66876 Border Color

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

This div border color is #a66876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66876


Comments

No comments written yet.

Please login to write comment.