Color Hex Logo

#ad722a Color Hex

#AD722A
(173,114,42)
0 Favorites   0 Comments

Color spaces of #ad722a

RGB 17311442
HSL0.090.610.42
HSV33°76°68°
CMYK 0.000.340.76   0.32
XYZ23.668821.08605.0130
Yxy21.08600.47560.4237
Hunter Lab45.919511.647125.6710
CIE-Lab53.043516.967847.3586

#ad722a color RGB value is (173,114,42).

#ad722a hex color red value is 173, green value is 114 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ad722a hue: 0.09 , saturation: 0.61 and the lightness value of ad722a is 0.42.

The process color (four color CMYK) of #ad722a color hex is 0.00, 0.34, 0.76, 0.32. Web safe color of #ad722a is #996633. Color #ad722a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 00101010
Octal 255 162 52
Decimal 173 114 42
Hex AD 72 2A

RGB Percentages of Color #ad722a

%52.58
%34.65
%12.77

CMYK Percentages of Color #ad722a

%0
%34
%76
%32

Triadic Colors of #ad722a

#ad722a #2aad72 #722aad

Analogous Colors of #ad722a

#ad722a #a7ad2a #ad312a

Monochromatic Colors of #ad722a

#ad722a

Complementary Color

#ad722a #2a65ad

#ad722a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad722a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad722a Color CSS Codes

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

#ad722a Text Font Color

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

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


#ad722a Background Color

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

This div background color is #ad722a


#ad722a Border Color

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

This div border color is #ad722a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad722a


Comments

No comments written yet.

Please login to write comment.