Color Hex Logo

#ad523d Color Hex

#AD523D
(173,82,61)
0 Favorites   0 Comments

Color spaces of #ad523d

RGB 1738261
HSL0.030.480.46
HSV11°65°68°
CMYK 0.000.530.65   0.32
XYZ21.093215.25576.2478
Yxy15.25570.49520.3581
Hunter Lab39.058528.044817.8570
CIE-Lab45.982435.552129.7252

#ad523d color RGB value is (173,82,61).

#ad523d hex color red value is 173, green value is 82 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ad523d hue: 0.03 , saturation: 0.48 and the lightness value of ad523d is 0.46.

The process color (four color CMYK) of #ad523d color hex is 0.00, 0.53, 0.65, 0.32. Web safe color of #ad523d is #996633. Color #ad523d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010010 00111101
Octal 255 122 75
Decimal 173 82 61
Hex AD 52 3D

RGB Percentages of Color #ad523d

%54.75
%25.95
%19.30

CMYK Percentages of Color #ad523d

%0
%53
%65
%32

Triadic Colors of #ad523d

#ad523d #3dad52 #523dad

Analogous Colors of #ad523d

#ad523d #ad8a3d #ad3d60

Monochromatic Colors of #ad523d

#ad523d

Complementary Color

#ad523d #3d98ad

#ad523d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad523d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad523d Color CSS Codes

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

#ad523d Text Font Color

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

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


#ad523d Background Color

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

This div background color is #ad523d


#ad523d Border Color

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

This div border color is #ad523d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad523d


Comments

No comments written yet.

Please login to write comment.