Color Hex Logo

#aaa592 Color Hex

#AAA592
(170,165,146)
0 Favorites   0 Comments

Color spaces of #aaa592

RGB 170165146
HSL0.130.120.62
HSV48°14°67°
CMYK 0.000.030.14   0.33
XYZ35.221037.531632.5821
Yxy37.53160.33440.3563
Hunter Lab61.2630-4.588111.3514
CIE-Lab67.6740-1.528610.4921

#aaa592 color RGB value is (170,165,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 10010010
Octal 252 245 222
Decimal 170 165 146
Hex AA A5 92

RGB Percentages of Color #aaa592

%35.34
%34.30
%30.35

CMYK Percentages of Color #aaa592

%0
%3
%14
%33

Triadic Colors of #aaa592

#aaa592 #92aaa5 #a592aa

Analogous Colors of #aaa592

#aaa592 #a3aa92 #aa9992

Monochromatic Colors of #aaa592

#aaa592

Complementary Color

#aaa592 #9297aa

#aaa592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa592 Color CSS Codes

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

#aaa592 Text Font Color

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

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


#aaa592 Background Color

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

This div background color is #aaa592


#aaa592 Border Color

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

This div border color is #aaa592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa592


Comments

No comments written yet.

Please login to write comment.