Color Hex Logo

#ad534f Color Hex

#AD534F
(173,83,79)
0 Favorites   0 Comments

Color spaces of #ad534f

RGB 1738379
HSL0.010.370.49
HSV54°68°
CMYK 0.000.520.54   0.32
XYZ21.738115.63539.2693
Yxy15.63530.46610.3352
Hunter Lab39.541528.933513.7803
CIE-Lab46.492336.408519.7637

#ad534f color RGB value is (173,83,79).

#ad534f hex color red value is 173, green value is 83 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ad534f hue: 0.01 , saturation: 0.37 and the lightness value of ad534f is 0.49.

The process color (four color CMYK) of #ad534f color hex is 0.00, 0.52, 0.54, 0.32. Web safe color of #ad534f is #996666. Color #ad534f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01001111
Octal 255 123 117
Decimal 173 83 79
Hex AD 53 4F

RGB Percentages of Color #ad534f

%51.64
%24.78
%23.58

CMYK Percentages of Color #ad534f

%0
%52
%54
%32

Triadic Colors of #ad534f

#ad534f #4fad53 #534fad

Analogous Colors of #ad534f

#ad534f #ad824f #ad4f7a

Monochromatic Colors of #ad534f

#ad534f

Complementary Color

#ad534f #4fa9ad

#ad534f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad534f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad534f Color CSS Codes

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

#ad534f Text Font Color

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

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


#ad534f Background Color

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

This div background color is #ad534f


#ad534f Border Color

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

This div border color is #ad534f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad534f


Comments

No comments written yet.

Please login to write comment.