Color Hex Logo

#ad997f Color Hex

#AD997F
(173,153,127)
0 Favorites   0 Comments

Color spaces of #ad997f

RGB 173153127
HSL0.090.220.59
HSV34°27°68°
CMYK 0.000.120.27   0.32
XYZ32.455633.199024.7761
Yxy33.19900.35890.3671
Hunter Lab57.6186-0.286414.8382
CIE-Lab64.32173.264216.3842

#ad997f color RGB value is (173,153,127).

#ad997f hex color red value is 173, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad997f hue: 0.09 , saturation: 0.22 and the lightness value of ad997f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 01111111
Octal 255 231 177
Decimal 173 153 127
Hex AD 99 7F

RGB Percentages of Color #ad997f

%38.19
%33.77
%28.04

CMYK Percentages of Color #ad997f

%0
%12
%27
%32

Triadic Colors of #ad997f

#ad997f #7fad99 #997fad

Analogous Colors of #ad997f

#ad997f #aaad7f #ad827f

Monochromatic Colors of #ad997f

#ad997f

Complementary Color

#ad997f #7f93ad

#ad997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad997f Color CSS Codes

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

#ad997f Text Font Color

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

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


#ad997f Background Color

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

This div background color is #ad997f


#ad997f Border Color

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

This div border color is #ad997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad997f

#ad997f Color Palettes


Comments

No comments written yet.

Please login to write comment.