Color Hex Logo

#ad603e Color Hex

#AD603E
(173,96,62)
0 Favorites   0 Comments

Color spaces of #ad603e

RGB 1739662
HSL0.050.470.46
HSV18°64°68°
CMYK 0.000.450.64   0.32
XYZ22.286017.59786.7795
Yxy17.59780.47760.3771
Hunter Lab41.949721.417019.7829
CIE-Lab49.004628.127432.8068

#ad603e color RGB value is (173,96,62).

#ad603e hex color red value is 173, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad603e hue: 0.05 , saturation: 0.47 and the lightness value of ad603e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 00111110
Octal 255 140 76
Decimal 173 96 62
Hex AD 60 3E

RGB Percentages of Color #ad603e

%52.27
%29.00
%18.73

CMYK Percentages of Color #ad603e

%0
%45
%64
%32

Triadic Colors of #ad603e

#ad603e #3ead60 #603ead

Analogous Colors of #ad603e

#ad603e #ad983e #ad3e54

Monochromatic Colors of #ad603e

#ad603e

Complementary Color

#ad603e #3e8bad

#ad603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad603e Color CSS Codes

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

#ad603e Text Font Color

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

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


#ad603e Background Color

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

This div background color is #ad603e


#ad603e Border Color

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

This div border color is #ad603e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad603e


Comments

No comments written yet.

Please login to write comment.