Color Hex Logo

#a5665e Color Hex

#A5665E
(165,102,94)
0 Favorites   0 Comments

Color spaces of #a5665e

RGB 16510294
HSL0.020.280.51
HSV43°65°
CMYK 0.000.380.43   0.35
XYZ22.288818.310212.9492
Yxy18.31020.41620.3419
Hunter Lab42.790418.094412.0110
CIE-Lab49.870224.409315.2156

#a5665e color RGB value is (165,102,94).

#a5665e hex color red value is 165, green value is 102 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a5665e hue: 0.02 , saturation: 0.28 and the lightness value of a5665e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 01011110
Octal 245 146 136
Decimal 165 102 94
Hex A5 66 5E

RGB Percentages of Color #a5665e

%45.71
%28.25
%26.04

CMYK Percentages of Color #a5665e

%0
%38
%43
%35

Triadic Colors of #a5665e

#a5665e #5ea566 #665ea5

Analogous Colors of #a5665e

#a5665e #a58a5e #a55e7a

Monochromatic Colors of #a5665e

#a5665e

Complementary Color

#a5665e #5e9da5

#a5665e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5665e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5665e Color CSS Codes

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

#a5665e Text Font Color

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

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


#a5665e Background Color

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

This div background color is #a5665e


#a5665e Border Color

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

This div border color is #a5665e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5665e


Comments

No comments written yet.

Please login to write comment.