Color Hex Logo

#a06566 Color Hex

#A06566
(160,101,102)
0 Favorites   0 Comments

Color spaces of #a06566

RGB 160101102
HSL1.000.240.51
HSV359°37°63°
CMYK 0.000.370.36   0.37
XYZ21.549217.740314.8588
Yxy17.74030.39800.3276
Hunter Lab42.119217.61628.5672
CIE-Lab49.179623.93729.4101

#a06566 color RGB value is (160,101,102).

#a06566 hex color red value is 160, green value is 101 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #a06566 hue: 1.00 , saturation: 0.24 and the lightness value of a06566 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100101 01100110
Octal 240 145 146
Decimal 160 101 102
Hex A0 65 66

RGB Percentages of Color #a06566

%44.08
%27.82
%28.10

CMYK Percentages of Color #a06566

%0
%37
%36
%37

Triadic Colors of #a06566

#a06566 #66a065 #6566a0

Analogous Colors of #a06566

#a06566 #a08265 #a06584

Monochromatic Colors of #a06566

#a06566

Complementary Color

#a06566 #65a09f

#a06566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06566 Color CSS Codes

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

#a06566 Text Font Color

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

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


#a06566 Background Color

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

This div background color is #a06566


#a06566 Border Color

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

This div border color is #a06566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06566


Comments

No comments written yet.

Please login to write comment.