Color Hex Logo

#a44635 Color Hex

#A44635
(164,70,53)
0 Favorites   0 Comments

Color spaces of #a44635

RGB 1647053
HSL0.030.510.43
HSV68°64°
CMYK 0.000.570.68   0.36
XYZ18.142612.52994.8304
Yxy12.52990.51100.3529
Hunter Lab35.397629.542216.6875
CIE-Lab42.046237.688929.2790

#a44635 color RGB value is (164,70,53).

#a44635 hex color red value is 164, green value is 70 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a44635 hue: 0.03 , saturation: 0.51 and the lightness value of a44635 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000110 00110101
Octal 244 106 65
Decimal 164 70 53
Hex A4 46 35

RGB Percentages of Color #a44635

%57.14
%24.39
%18.47

CMYK Percentages of Color #a44635

%0
%57
%68
%36

Triadic Colors of #a44635

#a44635 #35a446 #4635a4

Analogous Colors of #a44635

#a44635 #a47e35 #a4355b

Monochromatic Colors of #a44635

#a44635

Complementary Color

#a44635 #3593a4

#a44635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44635 Color CSS Codes

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

#a44635 Text Font Color

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

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


#a44635 Background Color

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

This div background color is #a44635


#a44635 Border Color

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

This div border color is #a44635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44635


Comments

No comments written yet.

Please login to write comment.