Color Hex Logo

#ad972a Color Hex

#AD972A
(173,151,42)
0 Favorites   0 Comments

Color spaces of #ad972a

RGB 17315142
HSL0.140.610.42
HSV50°76°68°
CMYK 0.000.130.76   0.32
XYZ28.718131.18466.6961
Yxy31.18460.43120.4682
Hunter Lab55.8432-5.929531.9808
CIE-Lab62.6632-3.552556.6825

#ad972a color RGB value is (173,151,42).

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

The process color (four color CMYK) of #ad972a color hex is 0.00, 0.13, 0.76, 0.32. Web safe color of #ad972a is #999933. Color #ad972a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010111 00101010
Octal 255 227 52
Decimal 173 151 42
Hex AD 97 2A

RGB Percentages of Color #ad972a

%47.27
%41.26
%11.48

CMYK Percentages of Color #ad972a

%0
%13
%76
%32

Triadic Colors of #ad972a

#ad972a #2aad97 #972aad

Analogous Colors of #ad972a

#ad972a #82ad2a #ad562a

Monochromatic Colors of #ad972a

#ad972a

Complementary Color

#ad972a #2a40ad

#ad972a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad972a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad972a Color CSS Codes

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

#ad972a Text Font Color

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

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


#ad972a Background Color

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

This div background color is #ad972a


#ad972a Border Color

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

This div border color is #ad972a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad972a


Comments

No comments written yet.

Please login to write comment.