Color Hex Logo

#ad9726 Color Hex

#AD9726
(173,151,38)
0 Favorites   0 Comments

Color spaces of #ad9726

RGB 17315138
HSL0.140.640.41
HSV50°78°68°
CMYK 0.000.130.78   0.32
XYZ28.650031.15746.3377
Yxy31.15740.43310.4710
Hunter Lab55.8188-6.064632.3413
CIE-Lab62.6403-3.719358.0774

#ad9726 color RGB value is (173,151,38).

#ad9726 hex color red value is 173, green value is 151 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ad9726 hue: 0.14 , saturation: 0.64 and the lightness value of ad9726 is 0.41.

The process color (four color CMYK) of #ad9726 color hex is 0.00, 0.13, 0.78, 0.32. Web safe color of #ad9726 is #999933. Color #ad9726 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010111 00100110
Octal 255 227 46
Decimal 173 151 38
Hex AD 97 26

RGB Percentages of Color #ad9726

%47.79
%41.71
%10.50

CMYK Percentages of Color #ad9726

%0
%13
%78
%32

Triadic Colors of #ad9726

#ad9726 #26ad97 #9726ad

Analogous Colors of #ad9726

#ad9726 #80ad26 #ad5426

Monochromatic Colors of #ad9726

#ad9726

Complementary Color

#ad9726 #263cad

#ad9726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9726 Color CSS Codes

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

#ad9726 Text Font Color

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

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


#ad9726 Background Color

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

This div background color is #ad9726


#ad9726 Border Color

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

This div border color is #ad9726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9726


Comments

No comments written yet.

Please login to write comment.