Color Hex Logo

#a46562 Color Hex

#A46562
(164,101,98)
0 Favorites   0 Comments

Color spaces of #a46562

RGB 16410198
HSL0.010.270.51
HSV40°64°
CMYK 0.000.380.40   0.36
XYZ22.168118.081713.8770
Yxy18.08170.40960.3341
Hunter Lab42.522618.642110.4169
CIE-Lab49.595125.037712.4461

#a46562 color RGB value is (164,101,98).

#a46562 hex color red value is 164, green value is 101 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a46562 hue: 0.01 , saturation: 0.27 and the lightness value of a46562 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100101 01100010
Octal 244 145 142
Decimal 164 101 98
Hex A4 65 62

RGB Percentages of Color #a46562

%45.18
%27.82
%27.00

CMYK Percentages of Color #a46562

%0
%38
%40
%36

Triadic Colors of #a46562

#a46562 #62a465 #6562a4

Analogous Colors of #a46562

#a46562 #a48662 #a46280

Monochromatic Colors of #a46562

#a46562

Complementary Color

#a46562 #62a1a4

#a46562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46562 Color CSS Codes

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

#a46562 Text Font Color

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

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


#a46562 Background Color

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

This div background color is #a46562


#a46562 Border Color

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

This div border color is #a46562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46562


Comments

No comments written yet.

Please login to write comment.