Color Hex Logo

#ad886c Color Hex

#AD886C
(173,136,108)
0 Favorites   0 Comments

Color spaces of #ad886c

RGB 173136108
HSL0.070.280.55
HSV26°38°68°
CMYK 0.000.210.38   0.32
XYZ28.744527.575317.9949
Yxy27.57530.38680.3711
Hunter Lab52.51225.812316.4410
CIE-Lab59.503110.171220.4222

#ad886c color RGB value is (173,136,108).

#ad886c hex color red value is 173, green value is 136 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ad886c hue: 0.07 , saturation: 0.28 and the lightness value of ad886c is 0.55.

The process color (four color CMYK) of #ad886c color hex is 0.00, 0.21, 0.38, 0.32. Web safe color of #ad886c is #999966. Color #ad886c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 01101100
Octal 255 210 154
Decimal 173 136 108
Hex AD 88 6C

RGB Percentages of Color #ad886c

%41.49
%32.61
%25.90

CMYK Percentages of Color #ad886c

%0
%21
%38
%32

Triadic Colors of #ad886c

#ad886c #6cad88 #886cad

Analogous Colors of #ad886c

#ad886c #ada96c #ad6c71

Monochromatic Colors of #ad886c

#ad886c

Complementary Color

#ad886c #6c91ad

#ad886c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad886c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad886c Color CSS Codes

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

#ad886c Text Font Color

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

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


#ad886c Background Color

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

This div background color is #ad886c


#ad886c Border Color

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

This div border color is #ad886c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad886c


Comments

No comments written yet.

Please login to write comment.