Color Hex Logo

#ad943a Color Hex

#AD943A
(173,148,58)
0 Favorites   0 Comments

Color spaces of #ad943a

RGB 17314858
HSL0.130.500.45
HSV47°66°68°
CMYK 0.000.140.66   0.32
XYZ28.587230.36958.3582
Yxy30.36950.42470.4512
Hunter Lab55.1085-3.844229.5836
CIE-Lab61.9717-1.082849.4349

#ad943a color RGB value is (173,148,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 00111010
Octal 255 224 72
Decimal 173 148 58
Hex AD 94 3A

RGB Percentages of Color #ad943a

%45.65
%39.05
%15.30

CMYK Percentages of Color #ad943a

%0
%14
%66
%32

Triadic Colors of #ad943a

#ad943a #3aad94 #943aad

Analogous Colors of #ad943a

#ad943a #8dad3a #ad5b3a

Monochromatic Colors of #ad943a

#ad943a

Complementary Color

#ad943a #3a53ad

#ad943a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad943a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad943a Color CSS Codes

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

#ad943a Text Font Color

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

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


#ad943a Background Color

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

This div background color is #ad943a


#ad943a Border Color

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

This div border color is #ad943a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad943a


Comments

No comments written yet.

Please login to write comment.