Color Hex Logo

#ad884a Color Hex

#AD884A
(173,136,74)
0 Favorites   0 Comments

Color spaces of #ad884a

RGB 17313674
HSL0.100.400.48
HSV38°57°68°
CMYK 0.000.210.57   0.32
XYZ27.273826.987010.2501
Yxy26.98700.42280.4183
Hunter Lab51.94902.803724.6658
CIE-Lab58.96236.677938.2639

#ad884a color RGB value is (173,136,74).

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

The process color (four color CMYK) of #ad884a color hex is 0.00, 0.21, 0.57, 0.32. Web safe color of #ad884a is #999933. Color #ad884a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 01001010
Octal 255 210 112
Decimal 173 136 74
Hex AD 88 4A

RGB Percentages of Color #ad884a

%45.17
%35.51
%19.32

CMYK Percentages of Color #ad884a

%0
%21
%57
%32

Triadic Colors of #ad884a

#ad884a #4aad88 #884aad

Analogous Colors of #ad884a

#ad884a #a1ad4a #ad574a

Monochromatic Colors of #ad884a

#ad884a

Complementary Color

#ad884a #4a6fad

#ad884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad884a Color CSS Codes

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

#ad884a Text Font Color

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

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


#ad884a Background Color

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

This div background color is #ad884a


#ad884a Border Color

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

This div border color is #ad884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad884a


Comments

No comments written yet.

Please login to write comment.