Color Hex Logo

#ad817a Color Hex

#AD817A
(173,129,122)
0 Favorites   0 Comments

Color spaces of #ad817a

RGB 173129122
HSL0.020.240.58
HSV29°68°
CMYK 0.000.250.29   0.32
XYZ28.596725.989921.9217
Yxy25.98990.37380.3397
Hunter Lab50.980310.911610.1913
CIE-Lab58.027515.955510.4136

#ad817a color RGB value is (173,129,122).

#ad817a hex color red value is 173, green value is 129 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ad817a hue: 0.02 , saturation: 0.24 and the lightness value of ad817a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 01111010
Octal 255 201 172
Decimal 173 129 122
Hex AD 81 7A

RGB Percentages of Color #ad817a

%40.80
%30.42
%28.77

CMYK Percentages of Color #ad817a

%0
%25
%29
%32

Triadic Colors of #ad817a

#ad817a #7aad81 #817aad

Analogous Colors of #ad817a

#ad817a #ad9b7a #ad7a8d

Monochromatic Colors of #ad817a

#ad817a

Complementary Color

#ad817a #7aa6ad

#ad817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad817a Color CSS Codes

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

#ad817a Text Font Color

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

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


#ad817a Background Color

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

This div background color is #ad817a


#ad817a Border Color

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

This div border color is #ad817a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad817a


Comments

No comments written yet.

Please login to write comment.