Color Hex Logo

#ad915a Color Hex

#AD915A
(173,145,90)
0 Favorites   0 Comments

Color spaces of #ad915a

RGB 17314590
HSL0.110.340.52
HSV40°48°68°
CMYK 0.000.160.48   0.32
XYZ29.204429.873213.8997
Yxy29.87320.40020.4093
Hunter Lab54.6564-0.271223.1814
CIE-Lab61.54473.151832.9941

#ad915a color RGB value is (173,145,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010001 01011010
Octal 255 221 132
Decimal 173 145 90
Hex AD 91 5A

RGB Percentages of Color #ad915a

%42.40
%35.54
%22.06

CMYK Percentages of Color #ad915a

%0
%16
%48
%32

Triadic Colors of #ad915a

#ad915a #5aad91 #915aad

Analogous Colors of #ad915a

#ad915a #a0ad5a #ad685a

Monochromatic Colors of #ad915a

#ad915a

Complementary Color

#ad915a #5a76ad

#ad915a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad915a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad915a Color CSS Codes

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

#ad915a Text Font Color

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

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


#ad915a Background Color

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

This div background color is #ad915a


#ad915a Border Color

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

This div border color is #ad915a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,145,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 #ad915a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad915a


Comments

No comments written yet.

Please login to write comment.