Color Hex Logo

#aaa155 Color Hex

#AAA155
(170,161,85)
0 Favorites   0 Comments

Color spaces of #aaa155

RGB 17016185
HSL0.150.330.50
HSV54°50°67°
CMYK 0.000.050.50   0.33
XYZ30.962134.691713.6586
Yxy34.69170.39040.4374
Hunter Lab58.8997-9.241427.4806
CIE-Lab65.5079-7.293840.4129

#aaa155 color RGB value is (170,161,85).

#aaa155 hex color red value is 170, green value is 161 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aaa155 hue: 0.15 , saturation: 0.33 and the lightness value of aaa155 is 0.50.

The process color (four color CMYK) of #aaa155 color hex is 0.00, 0.05, 0.50, 0.33. Web safe color of #aaa155 is #999966. Color #aaa155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01010101
Octal 252 241 125
Decimal 170 161 85
Hex AA A1 55

RGB Percentages of Color #aaa155

%40.87
%38.70
%20.43

CMYK Percentages of Color #aaa155

%0
%5
%50
%33

Triadic Colors of #aaa155

#aaa155 #55aaa1 #a155aa

Analogous Colors of #aaa155

#aaa155 #89aa55 #aa7755

Monochromatic Colors of #aaa155

#aaa155

Complementary Color

#aaa155 #555eaa

#aaa155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa155 Color CSS Codes

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

#aaa155 Text Font Color

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

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


#aaa155 Background Color

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

This div background color is #aaa155


#aaa155 Border Color

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

This div border color is #aaa155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa155


Comments

No comments written yet.

Please login to write comment.