Color Hex Logo

#ad991f Color Hex

#AD991F
(173,153,31)
0 Favorites   0 Comments

Color spaces of #ad991f

RGB 17315331
HSL0.140.700.40
HSV52°82°68°
CMYK 0.000.120.82   0.32
XYZ28.872131.76565.9060
Yxy31.76560.43390.4774
Hunter Lab56.3610-7.191333.2398
CIE-Lab63.1487-5.046660.7554

#ad991f color RGB value is (173,153,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 00011111
Octal 255 231 37
Decimal 173 153 31
Hex AD 99 1F

RGB Percentages of Color #ad991f

%48.46
%42.86
%8.68

CMYK Percentages of Color #ad991f

%0
%12
%82
%32

Triadic Colors of #ad991f

#ad991f #1fad99 #991fad

Analogous Colors of #ad991f

#ad991f #7aad1f #ad521f

Monochromatic Colors of #ad991f

#ad991f

Complementary Color

#ad991f #1f33ad

#ad991f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad991f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad991f Color CSS Codes

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

#ad991f Text Font Color

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

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


#ad991f Background Color

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

This div background color is #ad991f


#ad991f Border Color

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

This div border color is #ad991f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad991f


Comments

No comments written yet.

Please login to write comment.