Color Hex Logo

#ad831f Color Hex

#AD831F
(173,131,31)
0 Favorites   0 Comments

Color spaces of #ad831f

RGB 17313131
HSL0.120.700.40
HSV42°82°68°
CMYK 0.000.240.82   0.32
XYZ25.597225.21584.8143
Yxy25.21580.46020.4533
Hunter Lab50.21533.113329.4664
CIE-Lab57.28517.006155.6316

#ad831f color RGB value is (173,131,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000011 00011111
Octal 255 203 37
Decimal 173 131 31
Hex AD 83 1F

RGB Percentages of Color #ad831f

%51.64
%39.10
%9.25

CMYK Percentages of Color #ad831f

%0
%24
%82
%32

Triadic Colors of #ad831f

#ad831f #1fad83 #831fad

Analogous Colors of #ad831f

#ad831f #90ad1f #ad3c1f

Monochromatic Colors of #ad831f

#ad831f

Complementary Color

#ad831f #1f49ad

#ad831f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad831f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad831f Color CSS Codes

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

#ad831f Text Font Color

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

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


#ad831f Background Color

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

This div background color is #ad831f


#ad831f Border Color

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

This div border color is #ad831f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,131,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 #ad831f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad831f


Comments

No comments written yet.

Please login to write comment.