Color Hex Logo

#ad8969 Color Hex

#AD8969
(173,137,105)
0 Favorites   0 Comments

Color spaces of #ad8969

RGB 173137105
HSL0.080.290.55
HSV28°39°68°
CMYK 0.000.210.39   0.32
XYZ28.729027.795517.2155
Yxy27.79550.38960.3769
Hunter Lab52.72145.005817.5446
CIE-Lab59.70359.246922.3758

#ad8969 color RGB value is (173,137,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 01101001
Octal 255 211 151
Decimal 173 137 105
Hex AD 89 69

RGB Percentages of Color #ad8969

%41.69
%33.01
%25.30

CMYK Percentages of Color #ad8969

%0
%21
%39
%32

Triadic Colors of #ad8969

#ad8969 #69ad89 #8969ad

Analogous Colors of #ad8969

#ad8969 #adab69 #ad696b

Monochromatic Colors of #ad8969

#ad8969

Complementary Color

#ad8969 #698dad

#ad8969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8969 Color CSS Codes

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

#ad8969 Text Font Color

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

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


#ad8969 Background Color

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

This div background color is #ad8969


#ad8969 Border Color

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

This div border color is #ad8969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8969


Comments

No comments written yet.

Please login to write comment.