Color Hex Logo

#ad653d Color Hex

#AD653D
(173,101,61)
0 Favorites   0 Comments

Color spaces of #ad653d

RGB 17310161
HSL0.060.480.46
HSV21°65°68°
CMYK 0.000.420.65   0.32
XYZ22.729618.52856.7933
Yxy18.52850.47300.3856
Hunter Lab43.044718.927920.7742
CIE-Lab50.130925.304834.6951

#ad653d color RGB value is (173,101,61).

#ad653d hex color red value is 173, green value is 101 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ad653d hue: 0.06 , saturation: 0.48 and the lightness value of ad653d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 00111101
Octal 255 145 75
Decimal 173 101 61
Hex AD 65 3D

RGB Percentages of Color #ad653d

%51.64
%30.15
%18.21

CMYK Percentages of Color #ad653d

%0
%42
%65
%32

Triadic Colors of #ad653d

#ad653d #3dad65 #653dad

Analogous Colors of #ad653d

#ad653d #ad9d3d #ad3d4d

Monochromatic Colors of #ad653d

#ad653d

Complementary Color

#ad653d #3d85ad

#ad653d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad653d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad653d Color CSS Codes

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

#ad653d Text Font Color

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

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


#ad653d Background Color

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

This div background color is #ad653d


#ad653d Border Color

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

This div border color is #ad653d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad653d


Comments

No comments written yet.

Please login to write comment.