Color Hex Logo

#a4766e Color Hex

#A4766E
(164,118,110)
0 Favorites   0 Comments

Color spaces of #a4766e

RGB 164118110
HSL0.020.230.54
HSV33°64°
CMYK 0.000.280.33   0.36
XYZ24.602721.975217.6968
Yxy21.97520.38280.3419
Hunter Lab46.877711.645710.4318
CIE-Lab54.000716.926011.5447

#a4766e color RGB value is (164,118,110).

#a4766e hex color red value is 164, green value is 118 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a4766e hue: 0.02 , saturation: 0.23 and the lightness value of a4766e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 01101110
Octal 244 166 156
Decimal 164 118 110
Hex A4 76 6E

RGB Percentages of Color #a4766e

%41.84
%30.10
%28.06

CMYK Percentages of Color #a4766e

%0
%28
%33
%36

Triadic Colors of #a4766e

#a4766e #6ea476 #766ea4

Analogous Colors of #a4766e

#a4766e #a4916e #a46e81

Monochromatic Colors of #a4766e

#a4766e

Complementary Color

#a4766e #6e9ca4

#a4766e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4766e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4766e Color CSS Codes

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

#a4766e Text Font Color

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

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


#a4766e Background Color

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

This div background color is #a4766e


#a4766e Border Color

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

This div border color is #a4766e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,118,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4766e


Comments

No comments written yet.

Please login to write comment.