Color Hex Logo

#ad532a Color Hex

#AD532A
(173,83,42)
0 Favorites   0 Comments

Color spaces of #ad532a

RGB 1738342
HSL0.050.610.42
HSV19°76°68°
CMYK 0.000.520.76   0.32
XYZ20.744815.23794.0383
Yxy15.23790.51830.3807
Hunter Lab39.035826.547821.1914
CIE-Lab45.958333.980140.1272

#ad532a color RGB value is (173,83,42).

#ad532a hex color red value is 173, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ad532a hue: 0.05 , saturation: 0.61 and the lightness value of ad532a is 0.42.

The process color (four color CMYK) of #ad532a color hex is 0.00, 0.52, 0.76, 0.32. Web safe color of #ad532a is #996633. Color #ad532a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 00101010
Octal 255 123 52
Decimal 173 83 42
Hex AD 53 2A

RGB Percentages of Color #ad532a

%58.05
%27.85
%14.09

CMYK Percentages of Color #ad532a

%0
%52
%76
%32

Triadic Colors of #ad532a

#ad532a #2aad53 #532aad

Analogous Colors of #ad532a

#ad532a #ad952a #ad2a42

Monochromatic Colors of #ad532a

#ad532a

Complementary Color

#ad532a #2a84ad

#ad532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad532a Color CSS Codes

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

#ad532a Text Font Color

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

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


#ad532a Background Color

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

This div background color is #ad532a


#ad532a Border Color

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

This div border color is #ad532a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad532a


Comments

No comments written yet.

Please login to write comment.