Color Hex Logo

#ad752a Color Hex

#AD752A
(173,117,42)
1 Favorites   0 Comments

Color spaces of #ad752a

RGB 17311742
HSL0.100.610.42
HSV34°76°68°
CMYK 0.000.320.76   0.32
XYZ24.012821.77405.1277
Yxy21.77400.47160.4277
Hunter Lab46.662610.197326.1485
CIE-Lab53.786415.282348.0969

#ad752a color RGB value is (173,117,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 00101010
Octal 255 165 52
Decimal 173 117 42
Hex AD 75 2A

RGB Percentages of Color #ad752a

%52.11
%35.24
%12.65

CMYK Percentages of Color #ad752a

%0
%32
%76
%32

Triadic Colors of #ad752a

#ad752a #2aad75 #752aad

Analogous Colors of #ad752a

#ad752a #a4ad2a #ad342a

Monochromatic Colors of #ad752a

#ad752a

Complementary Color

#ad752a #2a62ad

#ad752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad752a Color CSS Codes

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

#ad752a Text Font Color

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

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


#ad752a Background Color

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

This div background color is #ad752a


#ad752a Border Color

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

This div border color is #ad752a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,117,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 #ad752a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad752a


Comments

No comments written yet.

Please login to write comment.