Color Hex Logo

#ad603a Color Hex

#AD603A
(173,96,58)
0 Favorites   0 Comments

Color spaces of #ad603a

RGB 1739658
HSL0.060.500.45
HSV20°66°68°
CMYK 0.000.450.66   0.32
XYZ22.180217.55556.2225
Yxy17.55550.48260.3820
Hunter Lab41.899321.168720.5243
CIE-Lab48.952527.863434.9502

#ad603a color RGB value is (173,96,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 00111010
Octal 255 140 72
Decimal 173 96 58
Hex AD 60 3A

RGB Percentages of Color #ad603a

%52.91
%29.36
%17.74

CMYK Percentages of Color #ad603a

%0
%45
%66
%32

Triadic Colors of #ad603a

#ad603a #3aad60 #603aad

Analogous Colors of #ad603a

#ad603a #ad9a3a #ad3a4d

Monochromatic Colors of #ad603a

#ad603a

Complementary Color

#ad603a #3a87ad

#ad603a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad603a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad603a Color CSS Codes

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

#ad603a Text Font Color

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

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


#ad603a Background Color

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

This div background color is #ad603a


#ad603a Border Color

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

This div border color is #ad603a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad603a


Comments

No comments written yet.

Please login to write comment.