Color Hex Logo

#a76066 Color Hex

#A76066
(167,96,102)
0 Favorites   0 Comments

Color spaces of #a76066

RGB 16796102
HSL0.990.290.52
HSV355°43°65°
CMYK 0.000.430.39   0.35
XYZ22.517517.540514.7692
Yxy17.54050.41070.3199
Hunter Lab41.881422.67808.4087
CIE-Lab48.934029.49589.1940

#a76066 color RGB value is (167,96,102).

#a76066 hex color red value is 167, green value is 96 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a76066 hue: 0.99 , saturation: 0.29 and the lightness value of a76066 is 0.52.

The process color (four color CMYK) of #a76066 color hex is 0.00, 0.43, 0.39, 0.35. Web safe color of #a76066 is #996666. Color #a76066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 01100110
Octal 247 140 146
Decimal 167 96 102
Hex A7 60 66

RGB Percentages of Color #a76066

%45.75
%26.30
%27.95

CMYK Percentages of Color #a76066

%0
%43
%39
%35

Triadic Colors of #a76066

#a76066 #66a760 #6066a7

Analogous Colors of #a76066

#a76066 #a77e60 #a7608a

Monochromatic Colors of #a76066

#a76066

Complementary Color

#a76066 #60a7a1

#a76066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76066 Color CSS Codes

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

#a76066 Text Font Color

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

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


#a76066 Background Color

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

This div background color is #a76066


#a76066 Border Color

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

This div border color is #a76066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,96,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a76066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a76066;
  -webkit-box-shadow: 1px 1px 3px 2px #a76066;
  box-shadow:         1px 1px 3px 2px #a76066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,96,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76066


Comments

No comments written yet.

Please login to write comment.