Color Hex Logo

#ad974c Color Hex

#AD974C
(173,151,76)
0 Favorites   0 Comments

Color spaces of #ad974c

RGB 17315176
HSL0.130.390.49
HSV46°56°68°
CMYK 0.000.130.56   0.32
XYZ29.604731.539311.3648
Yxy31.53930.40830.4350
Hunter Lab56.1599-4.183427.3137
CIE-Lab62.9603-1.415441.9717

#ad974c color RGB value is (173,151,76).

#ad974c hex color red value is 173, green value is 151 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ad974c hue: 0.13 , saturation: 0.39 and the lightness value of ad974c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010111 01001100
Octal 255 227 114
Decimal 173 151 76
Hex AD 97 4C

RGB Percentages of Color #ad974c

%43.25
%37.75
%19.00

CMYK Percentages of Color #ad974c

%0
%13
%56
%32

Triadic Colors of #ad974c

#ad974c #4cad97 #974cad

Analogous Colors of #ad974c

#ad974c #93ad4c #ad674c

Monochromatic Colors of #ad974c

#ad974c

Complementary Color

#ad974c #4c62ad

#ad974c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad974c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad974c Color CSS Codes

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

#ad974c Text Font Color

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

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


#ad974c Background Color

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

This div background color is #ad974c


#ad974c Border Color

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

This div border color is #ad974c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad974c


Comments

No comments written yet.

Please login to write comment.