Color Hex Logo

#a05565 Color Hex

#A05565
(160,85,101)
0 Favorites   0 Comments

Color spaces of #a05565

RGB 16085101
HSL0.960.310.48
HSV347°47°63°
CMYK 0.000.470.37   0.37
XYZ20.094714.910214.1308
Yxy14.91020.40900.3034
Hunter Lab38.613725.31795.3323
CIE-Lab45.511032.73044.7947

#a05565 color RGB value is (160,85,101).

#a05565 hex color red value is 160, green value is 85 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #a05565 hue: 0.96 , saturation: 0.31 and the lightness value of a05565 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 01100101
Octal 240 125 145
Decimal 160 85 101
Hex A0 55 65

RGB Percentages of Color #a05565

%46.24
%24.57
%29.19

CMYK Percentages of Color #a05565

%0
%47
%37
%37

Triadic Colors of #a05565

#a05565 #65a055 #5565a0

Analogous Colors of #a05565

#a05565 #a06b55 #a0558b

Monochromatic Colors of #a05565

#a05565

Complementary Color

#a05565 #55a090

#a05565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05565 Color CSS Codes

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

#a05565 Text Font Color

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

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


#a05565 Background Color

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

This div background color is #a05565


#a05565 Border Color

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

This div border color is #a05565


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,85,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05565


Comments

No comments written yet.

Please login to write comment.