Color Hex Logo

#ad976f Color Hex

#AD976F
(173,151,111)
0 Favorites   0 Comments

Color spaces of #ad976f

RGB 173151111
HSL0.110.270.56
HSV39°36°68°
CMYK 0.000.130.36   0.32
XYZ31.169432.165219.6046
Yxy32.16520.37580.3878
Hunter Lab56.7144-1.149119.2051
CIE-Lab63.47922.216824.0979

#ad976f color RGB value is (173,151,111).

#ad976f hex color red value is 173, green value is 151 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad976f hue: 0.11 , saturation: 0.27 and the lightness value of ad976f is 0.56.

The process color (four color CMYK) of #ad976f color hex is 0.00, 0.13, 0.36, 0.32. Web safe color of #ad976f is #999966. Color #ad976f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010111 01101111
Octal 255 227 157
Decimal 173 151 111
Hex AD 97 6F

RGB Percentages of Color #ad976f

%39.77
%34.71
%25.52

CMYK Percentages of Color #ad976f

%0
%13
%36
%32

Triadic Colors of #ad976f

#ad976f #6fad97 #976fad

Analogous Colors of #ad976f

#ad976f #a4ad6f #ad786f

Monochromatic Colors of #ad976f

#ad976f

Complementary Color

#ad976f #6f85ad

#ad976f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad976f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad976f Color CSS Codes

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

#ad976f Text Font Color

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

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


#ad976f Background Color

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

This div background color is #ad976f


#ad976f Border Color

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

This div border color is #ad976f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad976f


Comments

No comments written yet.

Please login to write comment.