Color Hex Logo

#a4442b Color Hex

#A4442B
(164,68,43)
0 Favorites   0 Comments

Color spaces of #a4442b

RGB 1646843
HSL0.030.580.41
HSV12°74°64°
CMYK 0.000.590.74   0.36
XYZ17.813012.20123.7017
Yxy12.20120.52830.3619
Hunter Lab34.930229.899918.1679
CIE-Lab41.534138.142134.4064

#a4442b color RGB value is (164,68,43).

#a4442b hex color red value is 164, green value is 68 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a4442b hue: 0.03 , saturation: 0.58 and the lightness value of a4442b is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000100 00101011
Octal 244 104 53
Decimal 164 68 43
Hex A4 44 2B

RGB Percentages of Color #a4442b

%59.64
%24.73
%15.64

CMYK Percentages of Color #a4442b

%0
%59
%74
%36

Triadic Colors of #a4442b

#a4442b #2ba444 #442ba4

Analogous Colors of #a4442b

#a4442b #a4812b #a42b4f

Monochromatic Colors of #a4442b

#a4442b

Complementary Color

#a4442b #2b8ba4

#a4442b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4442b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4442b Color CSS Codes

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

#a4442b Text Font Color

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

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


#a4442b Background Color

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

This div background color is #a4442b


#a4442b Border Color

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

This div border color is #a4442b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4442b


Comments

No comments written yet.

Please login to write comment.