Color Hex Logo

#aaa144 Color Hex

#AAA144
(170,161,68)
0 Favorites   0 Comments

Color spaces of #aaa144

RGB 17016168
HSL0.150.430.47
HSV55°60°67°
CMYK 0.000.050.60   0.33
XYZ30.365834.453110.5185
Yxy34.45310.40310.4573
Hunter Lab58.6968-10.375330.4629
CIE-Lab65.3206-8.709448.4393

#aaa144 color RGB value is (170,161,68).

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

The process color (four color CMYK) of #aaa144 color hex is 0.00, 0.05, 0.60, 0.33. Web safe color of #aaa144 is #999933. Color #aaa144 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01000100
Octal 252 241 104
Decimal 170 161 68
Hex AA A1 44

RGB Percentages of Color #aaa144

%42.61
%40.35
%17.04

CMYK Percentages of Color #aaa144

%0
%5
%60
%33

Triadic Colors of #aaa144

#aaa144 #44aaa1 #a144aa

Analogous Colors of #aaa144

#aaa144 #80aa44 #aa6e44

Monochromatic Colors of #aaa144

#aaa144

Complementary Color

#aaa144 #444daa

#aaa144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa144 Color CSS Codes

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

#aaa144 Text Font Color

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

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


#aaa144 Background Color

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

This div background color is #aaa144


#aaa144 Border Color

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

This div border color is #aaa144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa144


Comments

No comments written yet.

Please login to write comment.