Color Hex Logo

#ad602a Color Hex

#AD602A
(173,96,42)
0 Favorites   0 Comments

Color spaces of #ad602a

RGB 1739642
HSL0.070.610.42
HSV25°76°68°
CMYK 0.000.450.76   0.32
XYZ21.834417.41714.4015
Yxy17.41710.50020.3990
Hunter Lab41.733820.354022.9606
CIE-Lab48.781326.992943.0520

#ad602a color RGB value is (173,96,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 00101010
Octal 255 140 52
Decimal 173 96 42
Hex AD 60 2A

RGB Percentages of Color #ad602a

%55.63
%30.87
%13.50

CMYK Percentages of Color #ad602a

%0
%45
%76
%32

Triadic Colors of #ad602a

#ad602a #2aad60 #602aad

Analogous Colors of #ad602a

#ad602a #ada22a #ad2a35

Monochromatic Colors of #ad602a

#ad602a

Complementary Color

#ad602a #2a77ad

#ad602a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad602a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad602a Color CSS Codes

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

#ad602a Text Font Color

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

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


#ad602a Background Color

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

This div background color is #ad602a


#ad602a Border Color

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

This div border color is #ad602a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad602a


Comments

No comments written yet.

Please login to write comment.