Color Hex Logo

#ad773f Color Hex

#AD773F
(173,119,63)
0 Favorites   0 Comments

Color spaces of #ad773f

RGB 17311963
HSL0.080.470.46
HSV31°64°68°
CMYK 0.000.310.64   0.32
XYZ24.727622.43687.7301
Yxy22.43680.45050.4087
Hunter Lab47.367510.290523.4815
CIE-Lab54.487415.366338.7158

#ad773f color RGB value is (173,119,63).

#ad773f hex color red value is 173, green value is 119 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ad773f hue: 0.08 , saturation: 0.47 and the lightness value of ad773f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 00111111
Octal 255 167 77
Decimal 173 119 63
Hex AD 77 3F

RGB Percentages of Color #ad773f

%48.73
%33.52
%17.75

CMYK Percentages of Color #ad773f

%0
%31
%64
%32

Triadic Colors of #ad773f

#ad773f #3fad77 #773fad

Analogous Colors of #ad773f

#ad773f #acad3f #ad403f

Monochromatic Colors of #ad773f

#ad773f

Complementary Color

#ad773f #3f75ad

#ad773f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad773f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad773f Color CSS Codes

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

#ad773f Text Font Color

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

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


#ad773f Background Color

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

This div background color is #ad773f


#ad773f Border Color

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

This div border color is #ad773f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad773f


Comments

No comments written yet.

Please login to write comment.