Color Hex Logo

#a4443f Color Hex

#A4443F
(164,68,63)
0 Favorites   0 Comments

Color spaces of #a4443f

RGB 1646863
HSL0.010.440.45
HSV62°64°
CMYK 0.000.590.62   0.36
XYZ18.274212.38566.1301
Yxy12.38560.49670.3367
Hunter Lab35.193231.098814.3078
CIE-Lab41.822539.347523.0404

#a4443f color RGB value is (164,68,63).

#a4443f hex color red value is 164, green value is 68 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a4443f hue: 0.01 , saturation: 0.44 and the lightness value of a4443f is 0.45.

The process color (four color CMYK) of #a4443f color hex is 0.00, 0.59, 0.62, 0.36. Web safe color of #a4443f is #993333. Color #a4443f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 00111111
Octal 244 104 77
Decimal 164 68 63
Hex A4 44 3F

RGB Percentages of Color #a4443f

%55.59
%23.05
%21.36

CMYK Percentages of Color #a4443f

%0
%59
%62
%36

Triadic Colors of #a4443f

#a4443f #3fa444 #443fa4

Analogous Colors of #a4443f

#a4443f #a4773f #a43f6d

Monochromatic Colors of #a4443f

#a4443f

Complementary Color

#a4443f #3f9fa4

#a4443f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4443f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4443f Color CSS Codes

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

#a4443f Text Font Color

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

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


#a4443f Background Color

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

This div background color is #a4443f


#a4443f Border Color

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

This div border color is #a4443f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4443f


Comments

No comments written yet.

Please login to write comment.