Color Hex Logo

#a4665e Color Hex

#A4665E
(164,102,94)
0 Favorites   0 Comments

Color spaces of #a4665e

RGB 16410294
HSL0.020.280.51
HSV43°64°
CMYK 0.000.380.43   0.36
XYZ22.081618.203412.9395
Yxy18.20340.41490.3420
Hunter Lab42.665417.718611.8844
CIE-Lab49.741924.004015.0189

#a4665e color RGB value is (164,102,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100110 01011110
Octal 244 146 136
Decimal 164 102 94
Hex A4 66 5E

RGB Percentages of Color #a4665e

%45.56
%28.33
%26.11

CMYK Percentages of Color #a4665e

%0
%38
%43
%36

Triadic Colors of #a4665e

#a4665e #5ea466 #665ea4

Analogous Colors of #a4665e

#a4665e #a4895e #a45e79

Monochromatic Colors of #a4665e

#a4665e

Complementary Color

#a4665e #5e9ca4

#a4665e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4665e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4665e Color CSS Codes

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

#a4665e Text Font Color

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

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


#a4665e Background Color

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

This div background color is #a4665e


#a4665e Border Color

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

This div border color is #a4665e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4665e


Comments

No comments written yet.

Please login to write comment.