Color Hex Logo

#ad7020 Color Hex

#AD7020
(173,112,32)
0 Favorites   0 Comments

Color spaces of #ad7020

RGB 17311232
HSL0.090.690.40
HSV34°82°68°
CMYK 0.000.350.82   0.32
XYZ23.288520.57694.1108
Yxy20.57690.48540.4289
Hunter Lab45.361812.257926.3802
CIE-Lab52.483317.688550.9804

#ad7020 color RGB value is (173,112,32).

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

The process color (four color CMYK) of #ad7020 color hex is 0.00, 0.35, 0.82, 0.32. Web safe color of #ad7020 is #996633. Color #ad7020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 00100000
Octal 255 160 40
Decimal 173 112 32
Hex AD 70 20

RGB Percentages of Color #ad7020

%54.57
%35.33
%10.09

CMYK Percentages of Color #ad7020

%0
%35
%82
%32

Triadic Colors of #ad7020

#ad7020 #20ad70 #7020ad

Analogous Colors of #ad7020

#ad7020 #a4ad20 #ad2920

Monochromatic Colors of #ad7020

#ad7020

Complementary Color

#ad7020 #205dad

#ad7020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7020 Color CSS Codes

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

#ad7020 Text Font Color

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

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


#ad7020 Background Color

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

This div background color is #ad7020


#ad7020 Border Color

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

This div border color is #ad7020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,112,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 #ad7020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7020


Comments

No comments written yet.

Please login to write comment.