Color Hex Logo

#ad966b Color Hex

#AD966B
(173,150,107)
0 Favorites   0 Comments

Color spaces of #ad966b

RGB 173150107
HSL0.110.290.55
HSV39°38°68°
CMYK 0.000.130.38   0.32
XYZ30.793831.758518.4169
Yxy31.75850.38030.3922
Hunter Lab56.3547-1.083220.0721
CIE-Lab63.14282.276325.8462

#ad966b color RGB value is (173,150,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 01101011
Octal 255 226 153
Decimal 173 150 107
Hex AD 96 6B

RGB Percentages of Color #ad966b

%40.23
%34.88
%24.88

CMYK Percentages of Color #ad966b

%0
%13
%38
%32

Triadic Colors of #ad966b

#ad966b #6bad96 #966bad

Analogous Colors of #ad966b

#ad966b #a3ad6b #ad756b

Monochromatic Colors of #ad966b

#ad966b

Complementary Color

#ad966b #6b82ad

#ad966b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad966b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad966b Color CSS Codes

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

#ad966b Text Font Color

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

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


#ad966b Background Color

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

This div background color is #ad966b


#ad966b Border Color

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

This div border color is #ad966b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad966b


Comments

No comments written yet.

Please login to write comment.