Color Hex Logo

#ad774d Color Hex

#AD774D
(173,119,77)
0 Favorites   0 Comments

Color spaces of #ad774d

RGB 17311977
HSL0.070.380.49
HSV26°55°68°
CMYK 0.000.310.55   0.32
XYZ25.170022.613710.0595
Yxy22.61370.43510.3909
Hunter Lab47.553911.259820.7456
CIE-Lab54.672216.462231.4347

#ad774d color RGB value is (173,119,77).

#ad774d hex color red value is 173, green value is 119 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad774d hue: 0.07 , saturation: 0.38 and the lightness value of ad774d is 0.49.

The process color (four color CMYK) of #ad774d color hex is 0.00, 0.31, 0.55, 0.32. Web safe color of #ad774d is #996666. Color #ad774d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 01001101
Octal 255 167 115
Decimal 173 119 77
Hex AD 77 4D

RGB Percentages of Color #ad774d

%46.88
%32.25
%20.87

CMYK Percentages of Color #ad774d

%0
%31
%55
%32

Triadic Colors of #ad774d

#ad774d #4dad77 #774dad

Analogous Colors of #ad774d

#ad774d #ada74d #ad4d53

Monochromatic Colors of #ad774d

#ad774d

Complementary Color

#ad774d #4d83ad

#ad774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad774d Color CSS Codes

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

#ad774d Text Font Color

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

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


#ad774d Background Color

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

This div background color is #ad774d


#ad774d Border Color

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

This div border color is #ad774d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad774d


Comments

No comments written yet.

Please login to write comment.