Color Hex Logo

#ad471e Color Hex

#AD471E
(173,71,30)
0 Favorites   0 Comments

Color spaces of #ad471e

RGB 1737130
HSL0.050.700.40
HSV17°83°68°
CMYK 0.000.590.83   0.32
XYZ19.721213.48452.7916
Yxy13.48450.54790.3746
Hunter Lab36.721231.601521.1976
CIE-Lab43.484439.608643.5852

#ad471e color RGB value is (173,71,30).

#ad471e hex color red value is 173, green value is 71 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad471e hue: 0.05 , saturation: 0.70 and the lightness value of ad471e is 0.40.

The process color (four color CMYK) of #ad471e color hex is 0.00, 0.59, 0.83, 0.32. Web safe color of #ad471e is #993333. Color #ad471e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000111 00011110
Octal 255 107 36
Decimal 173 71 30
Hex AD 47 1E

RGB Percentages of Color #ad471e

%63.14
%25.91
%10.95

CMYK Percentages of Color #ad471e

%0
%59
%83
%32

Triadic Colors of #ad471e

#ad471e #1ead47 #471ead

Analogous Colors of #ad471e

#ad471e #ad8f1e #ad1e3c

Monochromatic Colors of #ad471e

#ad471e

Complementary Color

#ad471e #1e84ad

#ad471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad471e Color CSS Codes

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

#ad471e Text Font Color

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

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


#ad471e Background Color

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

This div background color is #ad471e


#ad471e Border Color

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

This div border color is #ad471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad471e


Comments

No comments written yet.

Please login to write comment.