Color Hex Logo

#ad3820 Color Hex

#AD3820
(173,56,32)
0 Favorites   0 Comments

Color spaces of #ad3820

RGB 1735632
HSL0.030.690.40
HSV10°82°68°
CMYK 0.000.680.82   0.32
XYZ18.908511.81692.6508
Yxy11.81690.56650.3541
Hunter Lab34.375738.027119.4910
CIE-Lab40.923646.523140.1788

#ad3820 color RGB value is (173,56,32).

#ad3820 hex color red value is 173, green value is 56 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ad3820 hue: 0.03 , saturation: 0.69 and the lightness value of ad3820 is 0.40.

The process color (four color CMYK) of #ad3820 color hex is 0.00, 0.68, 0.82, 0.32. Web safe color of #ad3820 is #993333. Color #ad3820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 00100000
Octal 255 70 40
Decimal 173 56 32
Hex AD 38 20

RGB Percentages of Color #ad3820

%66.28
%21.46
%12.26

CMYK Percentages of Color #ad3820

%0
%68
%82
%32

Triadic Colors of #ad3820

#ad3820 #20ad38 #3820ad

Analogous Colors of #ad3820

#ad3820 #ad7f20 #ad204f

Monochromatic Colors of #ad3820

#ad3820

Complementary Color

#ad3820 #2095ad

#ad3820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3820 Color CSS Codes

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

#ad3820 Text Font Color

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

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


#ad3820 Background Color

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

This div background color is #ad3820


#ad3820 Border Color

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

This div border color is #ad3820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3820


Comments

No comments written yet.

Please login to write comment.