Color Hex Logo

#ad623a Color Hex

#AD623A
(173,98,58)
0 Favorites   0 Comments

Color spaces of #ad623a

RGB 1739858
HSL0.060.500.45
HSV21°66°68°
CMYK 0.000.430.66   0.32
XYZ22.365017.92516.2841
Yxy17.92510.48020.3849
Hunter Lab42.338020.200720.8364
CIE-Lab49.405126.764935.4773

#ad623a color RGB value is (173,98,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 00111010
Octal 255 142 72
Decimal 173 98 58
Hex AD 62 3A

RGB Percentages of Color #ad623a

%52.58
%29.79
%17.63

CMYK Percentages of Color #ad623a

%0
%43
%66
%32

Triadic Colors of #ad623a

#ad623a #3aad62 #623aad

Analogous Colors of #ad623a

#ad623a #ad9c3a #ad3a4c

Monochromatic Colors of #ad623a

#ad623a

Complementary Color

#ad623a #3a85ad

#ad623a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad623a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad623a Color CSS Codes

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

#ad623a Text Font Color

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

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


#ad623a Background Color

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

This div background color is #ad623a


#ad623a Border Color

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

This div border color is #ad623a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad623a


Comments

No comments written yet.

Please login to write comment.