Color Hex Logo

#a44649 Color Hex

#A44649
(164,70,73)
0 Favorites   0 Comments

Color spaces of #a44649

RGB 1647073
HSL0.990.400.46
HSV358°57°64°
CMYK 0.000.570.55   0.36
XYZ18.702612.75397.7793
Yxy12.75390.47670.3251
Hunter Lab35.712630.982912.0836
CIE-Lab42.390139.138817.6830

#a44649 color RGB value is (164,70,73).

#a44649 hex color red value is 164, green value is 70 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a44649 hue: 0.99 , saturation: 0.40 and the lightness value of a44649 is 0.46.

The process color (four color CMYK) of #a44649 color hex is 0.00, 0.57, 0.55, 0.36. Web safe color of #a44649 is #993333. Color #a44649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 01001001
Octal 244 106 111
Decimal 164 70 73
Hex A4 46 49

RGB Percentages of Color #a44649

%53.42
%22.80
%23.78

CMYK Percentages of Color #a44649

%0
%57
%55
%36

Triadic Colors of #a44649

#a44649 #49a446 #4649a4

Analogous Colors of #a44649

#a44649 #a47246 #a44678

Monochromatic Colors of #a44649

#a44649

Complementary Color

#a44649 #46a4a1

#a44649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44649 Color CSS Codes

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

#a44649 Text Font Color

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

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


#a44649 Background Color

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

This div background color is #a44649


#a44649 Border Color

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

This div border color is #a44649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44649


Comments

No comments written yet.

Please login to write comment.