Color Hex Logo

#aaa594 Color Hex

#AAA594
(170,165,148)
0 Favorites   0 Comments

Color spaces of #aaa594

RGB 170165148
HSL0.130.110.62
HSV46°13°67°
CMYK 0.000.030.13   0.33
XYZ35.378037.594433.4088
Yxy37.59440.33260.3534
Hunter Lab61.3143-4.306510.6142
CIE-Lab67.7206-1.19689.4505

#aaa594 color RGB value is (170,165,148).

#aaa594 hex color red value is 170, green value is 165 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aaa594 hue: 0.13 , saturation: 0.11 and the lightness value of aaa594 is 0.62.

The process color (four color CMYK) of #aaa594 color hex is 0.00, 0.03, 0.13, 0.33. Web safe color of #aaa594 is #999999. Color #aaa594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 10010100
Octal 252 245 224
Decimal 170 165 148
Hex AA A5 94

RGB Percentages of Color #aaa594

%35.20
%34.16
%30.64

CMYK Percentages of Color #aaa594

%0
%3
%13
%33

Triadic Colors of #aaa594

#aaa594 #94aaa5 #a594aa

Analogous Colors of #aaa594

#aaa594 #a4aa94 #aa9a94

Monochromatic Colors of #aaa594

#aaa594

Complementary Color

#aaa594 #9499aa

#aaa594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa594 Color CSS Codes

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

#aaa594 Text Font Color

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

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


#aaa594 Background Color

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

This div background color is #aaa594


#aaa594 Border Color

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

This div border color is #aaa594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa594


Comments

No comments written yet.

Please login to write comment.