Color Hex Logo

#a44838 Color Hex

#A44838
(164,72,56)
0 Favorites   0 Comments

Color spaces of #a44838

RGB 1647256
HSL0.020.490.43
HSV66°64°
CMYK 0.000.560.66   0.36
XYZ18.341012.81285.2478
Yxy12.81280.50390.3520
Hunter Lab35.795028.820516.3641
CIE-Lab42.479836.865528.0433

#a44838 color RGB value is (164,72,56).

#a44838 hex color red value is 164, green value is 72 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a44838 hue: 0.02 , saturation: 0.49 and the lightness value of a44838 is 0.43.

The process color (four color CMYK) of #a44838 color hex is 0.00, 0.56, 0.66, 0.36. Web safe color of #a44838 is #993333. Color #a44838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001000 00111000
Octal 244 110 70
Decimal 164 72 56
Hex A4 48 38

RGB Percentages of Color #a44838

%56.16
%24.66
%19.18

CMYK Percentages of Color #a44838

%0
%56
%66
%36

Triadic Colors of #a44838

#a44838 #38a448 #4838a4

Analogous Colors of #a44838

#a44838 #a47e38 #a4385e

Monochromatic Colors of #a44838

#a44838

Complementary Color

#a44838 #3894a4

#a44838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44838 Color CSS Codes

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

#a44838 Text Font Color

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

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


#a44838 Background Color

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

This div background color is #a44838


#a44838 Border Color

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

This div border color is #a44838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44838


Comments

No comments written yet.

Please login to write comment.