Color Hex Logo

#ad961e Color Hex

#AD961E
(173,150,30)
0 Favorites   0 Comments

Color spaces of #ad961e

RGB 17315030
HSL0.140.700.40
HSV50°83°68°
CMYK 0.000.130.83   0.32
XYZ28.374330.79075.6760
Yxy30.79070.43760.4749
Hunter Lab55.4894-5.831032.7778
CIE-Lab62.3306-3.463160.3406

#ad961e color RGB value is (173,150,30).

#ad961e hex color red value is 173, green value is 150 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ad961e hue: 0.14 , saturation: 0.70 and the lightness value of ad961e is 0.40.

The process color (four color CMYK) of #ad961e color hex is 0.00, 0.13, 0.83, 0.32. Web safe color of #ad961e is #999933. Color #ad961e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 00011110
Octal 255 226 36
Decimal 173 150 30
Hex AD 96 1E

RGB Percentages of Color #ad961e

%49.01
%42.49
%8.50

CMYK Percentages of Color #ad961e

%0
%13
%83
%32

Triadic Colors of #ad961e

#ad961e #1ead96 #961ead

Analogous Colors of #ad961e

#ad961e #7dad1e #ad4e1e

Monochromatic Colors of #ad961e

#ad961e

Complementary Color

#ad961e #1e35ad

#ad961e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad961e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad961e Color CSS Codes

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

#ad961e Text Font Color

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

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


#ad961e Background Color

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

This div background color is #ad961e


#ad961e Border Color

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

This div border color is #ad961e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad961e


Comments

No comments written yet.

Please login to write comment.