Color Hex Logo

#ad992c Color Hex

#AD992C
(173,153,44)
0 Favorites   0 Comments

Color spaces of #ad992c

RGB 17315344
HSL0.140.590.43
HSV51°75°68°
CMYK 0.000.120.75   0.32
XYZ29.079431.84866.9976
Yxy31.84860.42810.4689
Hunter Lab56.4346-6.783632.1525
CIE-Lab63.2176-4.541056.4708

#ad992c color RGB value is (173,153,44).

#ad992c hex color red value is 173, green value is 153 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ad992c hue: 0.14 , saturation: 0.59 and the lightness value of ad992c is 0.43.

The process color (four color CMYK) of #ad992c color hex is 0.00, 0.12, 0.75, 0.32. Web safe color of #ad992c is #999933. Color #ad992c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 00101100
Octal 255 231 54
Decimal 173 153 44
Hex AD 99 2C

RGB Percentages of Color #ad992c

%46.76
%41.35
%11.89

CMYK Percentages of Color #ad992c

%0
%12
%75
%32

Triadic Colors of #ad992c

#ad992c #2cad99 #992cad

Analogous Colors of #ad992c

#ad992c #81ad2c #ad592c

Monochromatic Colors of #ad992c

#ad992c

Complementary Color

#ad992c #2c40ad

#ad992c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad992c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad992c Color CSS Codes

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

#ad992c Text Font Color

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

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


#ad992c Background Color

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

This div background color is #ad992c


#ad992c Border Color

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

This div border color is #ad992c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad992c


Comments

No comments written yet.

Please login to write comment.