Color Hex Logo

#ad846f Color Hex

#AD846F
(173,132,111)
0 Favorites   0 Comments

Color spaces of #ad846f

RGB 173132111
HSL0.060.270.56
HSV20°36°68°
CMYK 0.000.240.36   0.32
XYZ28.354126.534518.6662
Yxy26.53450.38550.3607
Hunter Lab51.51168.108314.5733
CIE-Lab58.541012.792017.4152

#ad846f color RGB value is (173,132,111).

#ad846f hex color red value is 173, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad846f hue: 0.06 , saturation: 0.27 and the lightness value of ad846f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 01101111
Octal 255 204 157
Decimal 173 132 111
Hex AD 84 6F

RGB Percentages of Color #ad846f

%41.59
%31.73
%26.68

CMYK Percentages of Color #ad846f

%0
%24
%36
%32

Triadic Colors of #ad846f

#ad846f #6fad84 #846fad

Analogous Colors of #ad846f

#ad846f #ada36f #ad6f79

Monochromatic Colors of #ad846f

#ad846f

Complementary Color

#ad846f #6f98ad

#ad846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad846f Color CSS Codes

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

#ad846f Text Font Color

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

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


#ad846f Background Color

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

This div background color is #ad846f


#ad846f Border Color

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

This div border color is #ad846f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad846f


Comments

No comments written yet.

Please login to write comment.