Color Hex Logo

#ad843b Color Hex

#AD843B
(173,132,59)
0 Favorites   0 Comments

Color spaces of #ad843b

RGB 17313259
HSL0.110.490.45
HSV38°66°68°
CMYK 0.000.240.66   0.32
XYZ26.274325.70257.7140
Yxy25.70250.44020.4306
Hunter Lab50.69763.787726.4670
CIE-Lab57.75367.809044.4046

#ad843b color RGB value is (173,132,59).

#ad843b hex color red value is 173, green value is 132 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ad843b hue: 0.11 , saturation: 0.49 and the lightness value of ad843b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 00111011
Octal 255 204 73
Decimal 173 132 59
Hex AD 84 3B

RGB Percentages of Color #ad843b

%47.53
%36.26
%16.21

CMYK Percentages of Color #ad843b

%0
%24
%66
%32

Triadic Colors of #ad843b

#ad843b #3bad84 #843bad

Analogous Colors of #ad843b

#ad843b #9dad3b #ad4b3b

Monochromatic Colors of #ad843b

#ad843b

Complementary Color

#ad843b #3b64ad

#ad843b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad843b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad843b Color CSS Codes

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

#ad843b Text Font Color

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

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


#ad843b Background Color

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

This div background color is #ad843b


#ad843b Border Color

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

This div border color is #ad843b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad843b


Comments

No comments written yet.

Please login to write comment.