Color Hex Logo

#ad835b Color Hex

#AD835B
(173,131,91)
0 Favorites   0 Comments

Color spaces of #ad835b

RGB 17313191
HSL0.080.330.52
HSV29°47°68°
CMYK 0.000.240.47   0.32
XYZ27.238225.872213.4557
Yxy25.87220.40920.3887
Hunter Lab50.86476.574019.9208
CIE-Lab57.915511.046227.8209

#ad835b color RGB value is (173,131,91).

#ad835b hex color red value is 173, green value is 131 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ad835b hue: 0.08 , saturation: 0.33 and the lightness value of ad835b is 0.52.

The process color (four color CMYK) of #ad835b color hex is 0.00, 0.24, 0.47, 0.32. Web safe color of #ad835b is #999966. Color #ad835b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000011 01011011
Octal 255 203 133
Decimal 173 131 91
Hex AD 83 5B

RGB Percentages of Color #ad835b

%43.80
%33.16
%23.04

CMYK Percentages of Color #ad835b

%0
%24
%47
%32

Triadic Colors of #ad835b

#ad835b #5bad83 #835bad

Analogous Colors of #ad835b

#ad835b #adac5b #ad5b5c

Monochromatic Colors of #ad835b

#ad835b

Complementary Color

#ad835b #5b85ad

#ad835b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad835b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad835b Color CSS Codes

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

#ad835b Text Font Color

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

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


#ad835b Background Color

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

This div background color is #ad835b


#ad835b Border Color

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

This div border color is #ad835b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad835b


Comments

No comments written yet.

Please login to write comment.