Color Hex Logo

#ad776b Color Hex

#AD776B
(173,119,107)
0 Favorites   0 Comments

Color spaces of #ad776b

RGB 173119107
HSL0.030.290.55
HSV11°38°68°
CMYK 0.000.310.38   0.32
XYZ26.484223.139416.9804
Yxy23.13940.39760.3474
Hunter Lab48.103414.095412.7432
CIE-Lab55.215619.613515.1326

#ad776b color RGB value is (173,119,107).

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

The process color (four color CMYK) of #ad776b color hex is 0.00, 0.31, 0.38, 0.32. Web safe color of #ad776b is #996666. Color #ad776b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110111 01101011
Octal 255 167 153
Decimal 173 119 107
Hex AD 77 6B

RGB Percentages of Color #ad776b

%43.36
%29.82
%26.82

CMYK Percentages of Color #ad776b

%0
%31
%38
%32

Triadic Colors of #ad776b

#ad776b #6bad77 #776bad

Analogous Colors of #ad776b

#ad776b #ad986b #ad6b80

Monochromatic Colors of #ad776b

#ad776b

Complementary Color

#ad776b #6ba1ad

#ad776b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad776b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad776b Color CSS Codes

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

#ad776b Text Font Color

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

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


#ad776b Background Color

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

This div background color is #ad776b


#ad776b Border Color

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

This div border color is #ad776b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad776b

#ad776b Color Palettes


Comments

No comments written yet.

Please login to write comment.