Color Hex Logo

#ad885d Color Hex

#AD885D
(173,136,93)
0 Favorites   0 Comments

Color spaces of #ad885d

RGB 17313693
HSL0.090.330.52
HSV32°46°68°
CMYK 0.000.210.46   0.32
XYZ28.013527.282914.1456
Yxy27.28290.40340.3929
Hunter Lab52.23304.324920.5064
CIE-Lab59.23538.456128.4220

#ad885d color RGB value is (173,136,93).

#ad885d hex color red value is 173, green value is 136 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad885d hue: 0.09 , saturation: 0.33 and the lightness value of ad885d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 01011101
Octal 255 210 135
Decimal 173 136 93
Hex AD 88 5D

RGB Percentages of Color #ad885d

%43.03
%33.83
%23.13

CMYK Percentages of Color #ad885d

%0
%21
%46
%32

Triadic Colors of #ad885d

#ad885d #5dad88 #885dad

Analogous Colors of #ad885d

#ad885d #aaad5d #ad605d

Monochromatic Colors of #ad885d

#ad885d

Complementary Color

#ad885d #5d82ad

#ad885d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad885d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad885d Color CSS Codes

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

#ad885d Text Font Color

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

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


#ad885d Background Color

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

This div background color is #ad885d


#ad885d Border Color

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

This div border color is #ad885d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad885d


Comments

No comments written yet.

Please login to write comment.