Color Hex Logo

#ad722b Color Hex

#AD722B
(173,114,43)
0 Favorites   0 Comments

Color spaces of #ad722b

RGB 17311443
HSL0.090.600.42
HSV33°75°68°
CMYK 0.000.340.75   0.32
XYZ23.686921.09335.1085
Yxy21.09330.47480.4228
Hunter Lab45.927411.687725.5544
CIE-Lab53.051517.013646.9201

#ad722b color RGB value is (173,114,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 00101011
Octal 255 162 53
Decimal 173 114 43
Hex AD 72 2B

RGB Percentages of Color #ad722b

%52.42
%34.55
%13.03

CMYK Percentages of Color #ad722b

%0
%34
%75
%32

Triadic Colors of #ad722b

#ad722b #2bad72 #722bad

Analogous Colors of #ad722b

#ad722b #a7ad2b #ad312b

Monochromatic Colors of #ad722b

#ad722b

Complementary Color

#ad722b #2b66ad

#ad722b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad722b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad722b Color CSS Codes

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

#ad722b Text Font Color

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

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


#ad722b Background Color

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

This div background color is #ad722b


#ad722b Border Color

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

This div border color is #ad722b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad722b


Comments

No comments written yet.

Please login to write comment.