Color Hex Logo

#ad955a Color Hex

#AD955A
(173,149,90)
0 Favorites   0 Comments

Color spaces of #ad955a

RGB 17314990
HSL0.120.340.52
HSV43°48°68°
CMYK 0.000.140.48   0.32
XYZ29.826531.117314.1071
Yxy31.11730.39740.4146
Hunter Lab55.7829-2.178024.0540
CIE-Lab62.60650.953734.3265

#ad955a color RGB value is (173,149,90).

#ad955a hex color red value is 173, green value is 149 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ad955a hue: 0.12 , saturation: 0.34 and the lightness value of ad955a is 0.52.

The process color (four color CMYK) of #ad955a color hex is 0.00, 0.14, 0.48, 0.32. Web safe color of #ad955a is #999966. Color #ad955a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 01011010
Octal 255 225 132
Decimal 173 149 90
Hex AD 95 5A

RGB Percentages of Color #ad955a

%41.99
%36.17
%21.84

CMYK Percentages of Color #ad955a

%0
%14
%48
%32

Triadic Colors of #ad955a

#ad955a #5aad95 #955aad

Analogous Colors of #ad955a

#ad955a #9cad5a #ad6c5a

Monochromatic Colors of #ad955a

#ad955a

Complementary Color

#ad955a #5a72ad

#ad955a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad955a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad955a Color CSS Codes

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

#ad955a Text Font Color

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

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


#ad955a Background Color

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

This div background color is #ad955a


#ad955a Border Color

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

This div border color is #ad955a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad955a


Comments

No comments written yet.

Please login to write comment.