Color Hex Logo

#ad6509 Color Hex

#AD6509
(173,101,9)
0 Favorites   0 Comments

Color spaces of #ad6509

RGB 1731019
HSL0.090.900.36
HSV34°95°68°
CMYK 0.000.420.95   0.32
XYZ21.936618.21132.6174
Yxy18.21130.51300.4258
Hunter Lab42.674717.075826.2358
CIE-Lab49.751423.288755.6435

#ad6509 color RGB value is (173,101,9).

#ad6509 hex color red value is 173, green value is 101 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ad6509 hue: 0.09 , saturation: 0.90 and the lightness value of ad6509 is 0.36.

The process color (four color CMYK) of #ad6509 color hex is 0.00, 0.42, 0.95, 0.32. Web safe color of #ad6509 is #996600. Color #ad6509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 00001001
Octal 255 145 11
Decimal 173 101 9
Hex AD 65 9

RGB Percentages of Color #ad6509

%61.13
%35.69
%3.18

CMYK Percentages of Color #ad6509

%0
%42
%95
%32

Triadic Colors of #ad6509

#ad6509 #09ad65 #6509ad

Analogous Colors of #ad6509

#ad6509 #a3ad09 #ad1309

Monochromatic Colors of #ad6509

#ad6509

Complementary Color

#ad6509 #0951ad

#ad6509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6509 Color CSS Codes

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

#ad6509 Text Font Color

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

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


#ad6509 Background Color

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

This div background color is #ad6509


#ad6509 Border Color

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

This div border color is #ad6509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6509


Comments

No comments written yet.

Please login to write comment.