Color Hex Logo

#ad997a Color Hex

#AD997A
(173,153,122)
0 Favorites   0 Comments

Color spaces of #ad997a

RGB 173153122
HSL0.100.240.58
HSV36°29°68°
CMYK 0.000.120.29   0.32
XYZ32.137733.071823.1020
Yxy33.07180.36390.3745
Hunter Lab57.5081-0.886616.4378
CIE-Lab64.21902.562119.0216

#ad997a color RGB value is (173,153,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 01111010
Octal 255 231 172
Decimal 173 153 122
Hex AD 99 7A

RGB Percentages of Color #ad997a

%38.62
%34.15
%27.23

CMYK Percentages of Color #ad997a

%0
%12
%29
%32

Triadic Colors of #ad997a

#ad997a #7aad99 #997aad

Analogous Colors of #ad997a

#ad997a #a8ad7a #ad807a

Monochromatic Colors of #ad997a

#ad997a

Complementary Color

#ad997a #7a8ead

#ad997a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad997a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad997a Color CSS Codes

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

#ad997a Text Font Color

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

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


#ad997a Background Color

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

This div background color is #ad997a


#ad997a Border Color

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

This div border color is #ad997a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,153,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 #ad997a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad997a


Comments

No comments written yet.

Please login to write comment.