Color Hex Logo

#aaa775 Color Hex

#AAA775
(170,167,117)
0 Favorites   0 Comments

Color spaces of #aaa775

RGB 170167117
HSL0.160.240.56
HSV57°31°67°
CMYK 0.000.020.31   0.33
XYZ33.607237.467822.2903
Yxy37.46780.36000.4013
Hunter Lab61.2109-9.115721.2569
CIE-Lab67.6265-6.895226.3104

#aaa775 color RGB value is (170,167,117).

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

The process color (four color CMYK) of #aaa775 color hex is 0.00, 0.02, 0.31, 0.33. Web safe color of #aaa775 is #999966. Color #aaa775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01110101
Octal 252 247 165
Decimal 170 167 117
Hex AA A7 75

RGB Percentages of Color #aaa775

%37.44
%36.78
%25.77

CMYK Percentages of Color #aaa775

%0
%2
%31
%33

Triadic Colors of #aaa775

#aaa775 #75aaa7 #a775aa

Analogous Colors of #aaa775

#aaa775 #93aa75 #aa8d75

Monochromatic Colors of #aaa775

#aaa775

Complementary Color

#aaa775 #7578aa

#aaa775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa775 Color CSS Codes

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

#aaa775 Text Font Color

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

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


#aaa775 Background Color

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

This div background color is #aaa775


#aaa775 Border Color

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

This div border color is #aaa775


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,167,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa775


Comments

No comments written yet.

Please login to write comment.