Color Hex Logo

#a4351a Color Hex

#A4351A
(164,53,26)
0 Favorites   0 Comments

Color spaces of #a4351a

RGB 1645326
HSL0.030.730.37
HSV12°84°64°
CMYK 0.000.680.84   0.36
XYZ16.769410.51332.1227
Yxy10.51330.57030.3575
Hunter Lab32.424235.575618.8154
CIE-Lab38.748344.449140.5660

#a4351a color RGB value is (164,53,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 00011010
Octal 244 65 32
Decimal 164 53 26
Hex A4 35 1A

RGB Percentages of Color #a4351a

%67.49
%21.81
%10.70

CMYK Percentages of Color #a4351a

%0
%68
%84
%36

Triadic Colors of #a4351a

#a4351a #1aa435 #351aa4

Analogous Colors of #a4351a

#a4351a #a47a1a #a41a44

Monochromatic Colors of #a4351a

#a4351a

Complementary Color

#a4351a #1a89a4

#a4351a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4351a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4351a Color CSS Codes

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

#a4351a Text Font Color

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

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


#a4351a Background Color

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

This div background color is #a4351a


#a4351a Border Color

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

This div border color is #a4351a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4351a


Comments

No comments written yet.

Please login to write comment.