Color Hex Logo

#ad6610 Color Hex

#AD6610
(173,102,16)
0 Favorites   0 Comments

Color spaces of #ad6610

RGB 17310216
HSL0.090.830.37
HSV33°91°68°
CMYK 0.000.410.91   0.32
XYZ22.078518.42442.8828
Yxy18.42440.50890.4247
Hunter Lab42.923716.698126.0646
CIE-Lab50.006922.847454.1955

#ad6610 color RGB value is (173,102,16).

#ad6610 hex color red value is 173, green value is 102 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ad6610 hue: 0.09 , saturation: 0.83 and the lightness value of ad6610 is 0.37.

The process color (four color CMYK) of #ad6610 color hex is 0.00, 0.41, 0.91, 0.32. Web safe color of #ad6610 is #996600. Color #ad6610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 00010000
Octal 255 146 20
Decimal 173 102 16
Hex AD 66 10

RGB Percentages of Color #ad6610

%59.45
%35.05
%5.50

CMYK Percentages of Color #ad6610

%0
%41
%91
%32

Triadic Colors of #ad6610

#ad6610 #10ad66 #6610ad

Analogous Colors of #ad6610

#ad6610 #a6ad10 #ad1810

Monochromatic Colors of #ad6610

#ad6610

Complementary Color

#ad6610 #1057ad

#ad6610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6610 Color CSS Codes

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

#ad6610 Text Font Color

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

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


#ad6610 Background Color

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

This div background color is #ad6610


#ad6610 Border Color

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

This div border color is #ad6610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6610


Comments

No comments written yet.

Please login to write comment.