Color Hex Logo

#a06776 Color Hex

#A06776
(160,103,118)
0 Favorites   0 Comments

Color spaces of #a06776

RGB 160103118
HSL0.960.230.52
HSV344°36°63°
CMYK 0.000.360.26   0.37
XYZ22.617518.482119.5149
Yxy18.48210.37310.3049
Hunter Lab42.990818.67513.1799
CIE-Lab50.075725.03181.1609

#a06776 color RGB value is (160,103,118).

#a06776 hex color red value is 160, green value is 103 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a06776 hue: 0.96 , saturation: 0.23 and the lightness value of a06776 is 0.52.

The process color (four color CMYK) of #a06776 color hex is 0.00, 0.36, 0.26, 0.37. Web safe color of #a06776 is #996666. Color #a06776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 01110110
Octal 240 147 166
Decimal 160 103 118
Hex A0 67 76

RGB Percentages of Color #a06776

%41.99
%27.03
%30.97

CMYK Percentages of Color #a06776

%0
%36
%26
%37

Triadic Colors of #a06776

#a06776 #76a067 #6776a0

Analogous Colors of #a06776

#a06776 #a07567 #a06793

Monochromatic Colors of #a06776

#a06776

Complementary Color

#a06776 #67a091

#a06776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06776 Color CSS Codes

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

#a06776 Text Font Color

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

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


#a06776 Background Color

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

This div background color is #a06776


#a06776 Border Color

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

This div border color is #a06776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06776


Comments

No comments written yet.

Please login to write comment.