color codes Logo

#ad543a color codes

#AD543A
(173,84,58)
0 Favorites   0 Comments

Color spaces of #ad543a

RGB 1738458
HSL0.040.500.45
HSV14°66°68°
CMYK 0.000.510.66   0.32
XYZ21.167615.53045.8850
Yxy15.53040.49710.3647
Hunter Lab39.408626.912818.7321
CIE-Lab46.352334.313631.8859

#ad543a color RGB value is (173,84,58).

#ad543a hex color red value is 173, green value is 84 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ad543a hue: 0.04 , saturation: 0.50 and the lightness value of ad543a is 0.45.

The process color (four color CMYK) of #ad543a color code is 0.00, 0.51, 0.66, 0.32. Web safe color of #ad543a is #996633. Color #ad543a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 00111010
Octal 255 124 72
Decimal 173 84 58
Hex AD 54 3A

RGB Percentages of Color #ad543a

%54.92
%26.67
%18.41

CMYK Percentages of Color #ad543a

%0
%51
%66
%32

Triadic Colors of #ad543a

#ad543a #3aad54 #543aad

Analogous Colors of #ad543a

#ad543a #ad8e3a #ad3a5a

Monochromatic Colors of #ad543a

#ad543a

Complementary Color

#ad543a #3a93ad

#ad543a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad543a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad543a Color CSS Codes

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

#ad543a Text Font Color

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

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


#ad543a Background Color

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

This div background color is #ad543a


#ad543a Border Color

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

This div border color is #ad543a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad543a


Comments

No comments written yet.

Please login to write comment.