color codes Logo

#ad823e color codes

#AD823E
(173,130,62)
0 Favorites   0 Comments

Color spaces of #ad823e

RGB 17313062
HSL0.100.470.46
HSV37°64°68°
CMYK 0.000.250.64   0.32
XYZ26.085725.19738.0461
Yxy25.19730.43970.4247
Hunter Lab50.19694.916025.6342
CIE-Lab57.26729.124542.3950

#ad823e color RGB value is (173,130,62).

#ad823e hex color red value is 173, green value is 130 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad823e hue: 0.10 , saturation: 0.47 and the lightness value of ad823e is 0.46.

The process color (four color CMYK) of #ad823e color code is 0.00, 0.25, 0.64, 0.32. Web safe color of #ad823e is #999933. Color #ad823e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 00111110
Octal 255 202 76
Decimal 173 130 62
Hex AD 82 3E

RGB Percentages of Color #ad823e

%47.40
%35.62
%16.99

CMYK Percentages of Color #ad823e

%0
%25
%64
%32

Triadic Colors of #ad823e

#ad823e #3ead82 #823ead

Analogous Colors of #ad823e

#ad823e #a1ad3e #ad4b3e

Monochromatic Colors of #ad823e

#ad823e

Complementary Color

#ad823e #3e69ad

#ad823e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad823e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad823e Color CSS Codes

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

#ad823e Text Font Color

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

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


#ad823e Background Color

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

This div background color is #ad823e


#ad823e Border Color

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

This div border color is #ad823e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad823e


Comments

No comments written yet.

Please login to write comment.