Color Hex Logo

#ad942a Color Hex

#AD942A
(173,148,42)
0 Favorites   0 Comments

Color spaces of #ad942a

RGB 17314842
HSL0.130.610.42
HSV49°76°68°
CMYK 0.000.140.76   0.32
XYZ28.241430.23126.5372
Yxy30.23120.43440.4650
Hunter Lab54.9829-4.535431.4387
CIE-Lab61.8532-1.928155.9154

#ad942a color RGB value is (173,148,42).

#ad942a hex color red value is 173, green value is 148 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ad942a hue: 0.13 , saturation: 0.61 and the lightness value of ad942a is 0.42.

The process color (four color CMYK) of #ad942a color hex is 0.00, 0.14, 0.76, 0.32. Web safe color of #ad942a is #999933. Color #ad942a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 00101010
Octal 255 224 52
Decimal 173 148 42
Hex AD 94 2A

RGB Percentages of Color #ad942a

%47.66
%40.77
%11.57

CMYK Percentages of Color #ad942a

%0
%14
%76
%32

Triadic Colors of #ad942a

#ad942a #2aad94 #942aad

Analogous Colors of #ad942a

#ad942a #85ad2a #ad532a

Monochromatic Colors of #ad942a

#ad942a

Complementary Color

#ad942a #2a43ad

#ad942a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad942a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad942a Color CSS Codes

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

#ad942a Text Font Color

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

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


#ad942a Background Color

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

This div background color is #ad942a


#ad942a Border Color

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

This div border color is #ad942a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad942a


Comments

No comments written yet.

Please login to write comment.