Color Hex Logo

#ad955f Color Hex

#AD955F
(173,149,95)
0 Favorites   0 Comments

Color spaces of #ad955f

RGB 17314995
HSL0.120.320.53
HSV42°45°68°
CMYK 0.000.140.45   0.32
XYZ30.046631.205415.2661
Yxy31.20540.39270.4078
Hunter Lab55.8618-1.747722.9003
CIE-Lab62.68061.467931.7554

#ad955f color RGB value is (173,149,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 01011111
Octal 255 225 137
Decimal 173 149 95
Hex AD 95 5F

RGB Percentages of Color #ad955f

%41.49
%35.73
%22.78

CMYK Percentages of Color #ad955f

%0
%14
%45
%32

Triadic Colors of #ad955f

#ad955f #5fad95 #955fad

Analogous Colors of #ad955f

#ad955f #9ead5f #ad6e5f

Monochromatic Colors of #ad955f

#ad955f

Complementary Color

#ad955f #5f77ad

#ad955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad955f Color CSS Codes

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

#ad955f Text Font Color

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

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


#ad955f Background Color

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

This div background color is #ad955f


#ad955f Border Color

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

This div border color is #ad955f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad955f


Comments

No comments written yet.

Please login to write comment.