Color Hex Logo

#ad966d Color Hex

#AD966D
(173,150,109)
0 Favorites   0 Comments

Color spaces of #ad966d

RGB 173150109
HSL0.110.280.55
HSV38°37°68°
CMYK 0.000.130.37   0.32
XYZ30.900231.801118.9776
Yxy31.80110.37830.3893
Hunter Lab56.3925-0.877919.5220
CIE-Lab63.17822.518924.7959

#ad966d color RGB value is (173,150,109).

#ad966d hex color red value is 173, green value is 150 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad966d hue: 0.11 , saturation: 0.28 and the lightness value of ad966d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 01101101
Octal 255 226 155
Decimal 173 150 109
Hex AD 96 6D

RGB Percentages of Color #ad966d

%40.05
%34.72
%25.23

CMYK Percentages of Color #ad966d

%0
%13
%37
%32

Triadic Colors of #ad966d

#ad966d #6dad96 #966dad

Analogous Colors of #ad966d

#ad966d #a4ad6d #ad766d

Monochromatic Colors of #ad966d

#ad966d

Complementary Color

#ad966d #6d84ad

#ad966d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad966d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad966d Color CSS Codes

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

#ad966d Text Font Color

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

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


#ad966d Background Color

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

This div background color is #ad966d


#ad966d Border Color

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

This div border color is #ad966d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad966d


Comments

No comments written yet.

Please login to write comment.