Color Hex Logo

#ad845a Color Hex

#AD845A
(173,132,90)
0 Favorites   0 Comments

Color spaces of #ad845a

RGB 17313290
HSL0.080.340.52
HSV30°48°68°
CMYK 0.000.240.48   0.32
XYZ27.330326.125013.2750
Yxy26.12500.40960.3915
Hunter Lab51.11265.998220.3800
CIE-Lab58.155510.383028.6825

#ad845a color RGB value is (173,132,90).

#ad845a hex color red value is 173, green value is 132 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ad845a hue: 0.08 , saturation: 0.34 and the lightness value of ad845a is 0.52.

The process color (four color CMYK) of #ad845a color hex is 0.00, 0.24, 0.48, 0.32. Web safe color of #ad845a is #999966. Color #ad845a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 01011010
Octal 255 204 132
Decimal 173 132 90
Hex AD 84 5A

RGB Percentages of Color #ad845a

%43.80
%33.42
%22.78

CMYK Percentages of Color #ad845a

%0
%24
%48
%32

Triadic Colors of #ad845a

#ad845a #5aad84 #845aad

Analogous Colors of #ad845a

#ad845a #adad5a #ad5b5a

Monochromatic Colors of #ad845a

#ad845a

Complementary Color

#ad845a #5a83ad

#ad845a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad845a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad845a Color CSS Codes

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

#ad845a Text Font Color

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

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


#ad845a Background Color

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

This div background color is #ad845a


#ad845a Border Color

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

This div border color is #ad845a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad845a


Comments

No comments written yet.

Please login to write comment.