Color Hex Logo

#ad8221 Color Hex

#AD8221
(173,130,33)
0 Favorites   0 Comments

Color spaces of #ad8221

RGB 17313033
HSL0.120.680.40
HSV42°81°68°
CMYK 0.000.250.81   0.32
XYZ25.490724.95934.9130
Yxy24.95930.46040.4508
Hunter Lab49.95933.647229.1409
CIE-Lab57.03577.632454.7217

#ad8221 color RGB value is (173,130,33).

#ad8221 hex color red value is 173, green value is 130 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ad8221 hue: 0.12 , saturation: 0.68 and the lightness value of ad8221 is 0.40.

The process color (four color CMYK) of #ad8221 color hex is 0.00, 0.25, 0.81, 0.32. Web safe color of #ad8221 is #999933. Color #ad8221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 00100001
Octal 255 202 41
Decimal 173 130 33
Hex AD 82 21

RGB Percentages of Color #ad8221

%51.49
%38.69
%9.82

CMYK Percentages of Color #ad8221

%0
%25
%81
%32

Triadic Colors of #ad8221

#ad8221 #21ad82 #8221ad

Analogous Colors of #ad8221

#ad8221 #92ad21 #ad3c21

Monochromatic Colors of #ad8221

#ad8221

Complementary Color

#ad8221 #214cad

#ad8221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8221 Color CSS Codes

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

#ad8221 Text Font Color

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

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


#ad8221 Background Color

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

This div background color is #ad8221


#ad8221 Border Color

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

This div border color is #ad8221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8221


Comments

No comments written yet.

Please login to write comment.