Color Hex Logo

#ad771e Color Hex

#AD771E
(173,119,30)
0 Favorites   0 Comments

Color spaces of #ad771e

RGB 17311930
HSL0.100.700.40
HSV37°83°68°
CMYK 0.000.310.83   0.32
XYZ24.064722.17164.2395
Yxy22.17160.47680.4393
Hunter Lab47.08678.824527.6225
CIE-Lab54.208613.689953.2620

#ad771e color RGB value is (173,119,30).

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

The process color (four color CMYK) of #ad771e color hex is 0.00, 0.31, 0.83, 0.32. Web safe color of #ad771e is #996633. Color #ad771e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 00011110
Octal 255 167 36
Decimal 173 119 30
Hex AD 77 1E

RGB Percentages of Color #ad771e

%53.73
%36.96
%9.32

CMYK Percentages of Color #ad771e

%0
%31
%83
%32

Triadic Colors of #ad771e

#ad771e #1ead77 #771ead

Analogous Colors of #ad771e

#ad771e #9cad1e #ad301e

Monochromatic Colors of #ad771e

#ad771e

Complementary Color

#ad771e #1e54ad

#ad771e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad771e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad771e Color CSS Codes

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

#ad771e Text Font Color

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

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


#ad771e Background Color

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

This div background color is #ad771e


#ad771e Border Color

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

This div border color is #ad771e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad771e


Comments

No comments written yet.

Please login to write comment.