Color Hex Logo

#ad896a Color Hex

#AD896A
(173,137,106)
1 Favorites   0 Comments

Color spaces of #ad896a

RGB 173137106
HSL0.080.290.55
HSV28°39°68°
CMYK 0.000.210.39   0.32
XYZ28.780827.816217.4878
Yxy27.81620.38850.3755
Hunter Lab52.74115.110617.2595
CIE-Lab59.72239.367521.8410

#ad896a color RGB value is (173,137,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 01101010
Octal 255 211 152
Decimal 173 137 106
Hex AD 89 6A

RGB Percentages of Color #ad896a

%41.59
%32.93
%25.48

CMYK Percentages of Color #ad896a

%0
%21
%39
%32

Triadic Colors of #ad896a

#ad896a #6aad89 #896aad

Analogous Colors of #ad896a

#ad896a #adab6a #ad6a6d

Monochromatic Colors of #ad896a

#ad896a

Complementary Color

#ad896a #6a8ead

#ad896a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad896a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad896a Color CSS Codes

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

#ad896a Text Font Color

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

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


#ad896a Background Color

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

This div background color is #ad896a


#ad896a Border Color

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

This div border color is #ad896a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad896a


Comments

No comments written yet.

Please login to write comment.