Color Hex Logo

#adaa7a Color Hex

#ADAA7A
(173,170,122)
0 Favorites   0 Comments

Color spaces of #adaa7a

RGB 173170122
HSL0.160.240.58
HSV56°29°68°
CMYK 0.000.020.29   0.32
XYZ35.121239.038824.0965
Yxy39.03880.35740.3973
Hunter Lab62.4810-9.005220.8709
CIE-Lab68.7794-6.632825.1966

#adaa7a color RGB value is (173,170,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101010 01111010
Octal 255 252 172
Decimal 173 170 122
Hex AD AA 7A

RGB Percentages of Color #adaa7a

%37.20
%36.56
%26.24

CMYK Percentages of Color #adaa7a

%0
%2
%29
%32

Triadic Colors of #adaa7a

#adaa7a #7aadaa #aa7aad

Analogous Colors of #adaa7a

#adaa7a #97ad7a #ad917a

Monochromatic Colors of #adaa7a

#adaa7a

Complementary Color

#adaa7a #7a7dad

#adaa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaa7a Color CSS Codes

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

#adaa7a Text Font Color

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

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


#adaa7a Background Color

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

This div background color is #adaa7a


#adaa7a Border Color

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

This div border color is #adaa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaa7a


Comments

No comments written yet.

Please login to write comment.