Color Hex Logo

#ad784a Color Hex

#AD784A
(173,120,74)
0 Favorites   0 Comments

Color spaces of #ad784a

RGB 17312074
HSL0.080.400.48
HSV28°57°68°
CMYK 0.000.310.57   0.32
XYZ25.186122.81169.5542
Yxy22.81160.43760.3964
Hunter Lab47.761510.545921.5727
CIE-Lab54.877715.644633.3290

#ad784a color RGB value is (173,120,74).

#ad784a hex color red value is 173, green value is 120 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ad784a hue: 0.08 , saturation: 0.40 and the lightness value of ad784a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111000 01001010
Octal 255 170 112
Decimal 173 120 74
Hex AD 78 4A

RGB Percentages of Color #ad784a

%47.14
%32.70
%20.16

CMYK Percentages of Color #ad784a

%0
%31
%57
%32

Triadic Colors of #ad784a

#ad784a #4aad78 #784aad

Analogous Colors of #ad784a

#ad784a #adaa4a #ad4a4e

Monochromatic Colors of #ad784a

#ad784a

Complementary Color

#ad784a #4a7fad

#ad784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad784a Color CSS Codes

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

#ad784a Text Font Color

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

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


#ad784a Background Color

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

This div background color is #ad784a


#ad784a Border Color

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

This div border color is #ad784a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad784a


Comments

No comments written yet.

Please login to write comment.