Color Hex Logo

#ad826f Color Hex

#AD826F
(173,130,111)
0 Favorites   0 Comments

Color spaces of #ad826f

RGB 173130111
HSL0.050.270.56
HSV18°36°68°
CMYK 0.000.250.36   0.32
XYZ28.085525.997218.5766
Yxy25.99720.38650.3578
Hunter Lab50.98749.095414.0897
CIE-Lab58.034413.917216.7198

#ad826f color RGB value is (173,130,111).

#ad826f hex color red value is 173, green value is 130 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad826f hue: 0.05 , saturation: 0.27 and the lightness value of ad826f is 0.56.

The process color (four color CMYK) of #ad826f color hex is 0.00, 0.25, 0.36, 0.32. Web safe color of #ad826f is #999966. Color #ad826f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 01101111
Octal 255 202 157
Decimal 173 130 111
Hex AD 82 6F

RGB Percentages of Color #ad826f

%41.79
%31.40
%26.81

CMYK Percentages of Color #ad826f

%0
%25
%36
%32

Triadic Colors of #ad826f

#ad826f #6fad82 #826fad

Analogous Colors of #ad826f

#ad826f #ada16f #ad6f7b

Monochromatic Colors of #ad826f

#ad826f

Complementary Color

#ad826f #6f9aad

#ad826f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad826f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad826f Color CSS Codes

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

#ad826f Text Font Color

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

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


#ad826f Background Color

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

This div background color is #ad826f


#ad826f Border Color

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

This div border color is #ad826f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad826f


Comments

No comments written yet.

Please login to write comment.