Color Hex Logo

#ad867a Color Hex

#AD867A
(173,134,122)
0 Favorites   0 Comments

Color spaces of #ad867a

RGB 173134122
HSL0.040.240.58
HSV14°29°68°
CMYK 0.000.230.29   0.32
XYZ29.271527.339622.1466
Yxy27.33960.37170.3471
Hunter Lab52.28738.425211.4885
CIE-Lab59.287413.139812.1864

#ad867a color RGB value is (173,134,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 01111010
Octal 255 206 172
Decimal 173 134 122
Hex AD 86 7A

RGB Percentages of Color #ad867a

%40.33
%31.24
%28.44

CMYK Percentages of Color #ad867a

%0
%23
%29
%32

Triadic Colors of #ad867a

#ad867a #7aad86 #867aad

Analogous Colors of #ad867a

#ad867a #ada07a #ad7a88

Monochromatic Colors of #ad867a

#ad867a

Complementary Color

#ad867a #7aa1ad

#ad867a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad867a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad867a Color CSS Codes

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

#ad867a Text Font Color

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

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


#ad867a Background Color

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

This div background color is #ad867a


#ad867a Border Color

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

This div border color is #ad867a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad867a


Comments

No comments written yet.

Please login to write comment.