Color Hex Logo

#ad932e Color Hex

#AD932E
(173,147,46)
0 Favorites   0 Comments

Color spaces of #ad932e

RGB 17314746
HSL0.130.580.43
HSV48°73°68°
CMYK 0.000.150.73   0.32
XYZ28.160429.94896.8813
Yxy29.94890.43330.4608
Hunter Lab54.7256-3.918230.8527
CIE-Lab61.6101-1.199654.1457

#ad932e color RGB value is (173,147,46).

#ad932e hex color red value is 173, green value is 147 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ad932e hue: 0.13 , saturation: 0.58 and the lightness value of ad932e is 0.43.

The process color (four color CMYK) of #ad932e color hex is 0.00, 0.15, 0.73, 0.32. Web safe color of #ad932e is #999933. Color #ad932e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 00101110
Octal 255 223 56
Decimal 173 147 46
Hex AD 93 2E

RGB Percentages of Color #ad932e

%47.27
%40.16
%12.57

CMYK Percentages of Color #ad932e

%0
%15
%73
%32

Triadic Colors of #ad932e

#ad932e #2ead93 #932ead

Analogous Colors of #ad932e

#ad932e #88ad2e #ad542e

Monochromatic Colors of #ad932e

#ad932e

Complementary Color

#ad932e #2e48ad

#ad932e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad932e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad932e Color CSS Codes

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

#ad932e Text Font Color

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

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


#ad932e Background Color

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

This div background color is #ad932e


#ad932e Border Color

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

This div border color is #ad932e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad932e


Comments

No comments written yet.

Please login to write comment.