Color Hex Logo

#ad826a Color Hex

#AD826A
(173,130,106)
0 Favorites   0 Comments

Color spaces of #ad826a

RGB 173130106
HSL0.060.290.55
HSV21°39°68°
CMYK 0.000.250.39   0.32
XYZ27.817725.890117.1668
Yxy25.89010.39250.3653
Hunter Lab50.88238.543115.6142
CIE-Lab57.932613.294119.4245

#ad826a color RGB value is (173,130,106).

#ad826a hex color red value is 173, green value is 130 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ad826a hue: 0.06 , saturation: 0.29 and the lightness value of ad826a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 01101010
Octal 255 202 152
Decimal 173 130 106
Hex AD 82 6A

RGB Percentages of Color #ad826a

%42.30
%31.78
%25.92

CMYK Percentages of Color #ad826a

%0
%25
%39
%32

Triadic Colors of #ad826a

#ad826a #6aad82 #826aad

Analogous Colors of #ad826a

#ad826a #ada46a #ad6a74

Monochromatic Colors of #ad826a

#ad826a

Complementary Color

#ad826a #6a95ad

#ad826a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad826a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad826a Color CSS Codes

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

#ad826a Text Font Color

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

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


#ad826a Background Color

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

This div background color is #ad826a


#ad826a Border Color

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

This div border color is #ad826a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad826a


Comments

No comments written yet.

Please login to write comment.