Color Hex Logo

#ad651f Color Hex

#AD651F
(173,101,31)
0 Favorites   0 Comments

Color spaces of #ad651f

RGB 17310131
HSL0.080.700.40
HSV30°82°68°
CMYK 0.000.420.82   0.32
XYZ22.134618.29053.6601
Yxy18.29050.50210.4149
Hunter Lab42.767417.541124.8630
CIE-Lab49.846623.798548.9818

#ad651f color RGB value is (173,101,31).

#ad651f hex color red value is 173, green value is 101 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ad651f hue: 0.08 , saturation: 0.70 and the lightness value of ad651f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 00011111
Octal 255 145 37
Decimal 173 101 31
Hex AD 65 1F

RGB Percentages of Color #ad651f

%56.72
%33.11
%10.16

CMYK Percentages of Color #ad651f

%0
%42
%82
%32

Triadic Colors of #ad651f

#ad651f #1fad65 #651fad

Analogous Colors of #ad651f

#ad651f #adac1f #ad1f20

Monochromatic Colors of #ad651f

#ad651f

Complementary Color

#ad651f #1f67ad

#ad651f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad651f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad651f Color CSS Codes

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

#ad651f Text Font Color

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

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


#ad651f Background Color

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

This div background color is #ad651f


#ad651f Border Color

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

This div border color is #ad651f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad651f


Comments

No comments written yet.

Please login to write comment.