Color Hex Logo

#aaa244 Color Hex

#AAA244
(170,162,68)
0 Favorites   0 Comments

Color spaces of #aaa244

RGB 17016268
HSL0.150.430.47
HSV55°60°67°
CMYK 0.000.050.60   0.33
XYZ30.541334.804110.5770
Yxy34.80410.40230.4584
Hunter Lab58.9950-10.833030.6666
CIE-Lab65.5959-9.238548.7440

#aaa244 color RGB value is (170,162,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 01000100
Octal 252 242 104
Decimal 170 162 68
Hex AA A2 44

RGB Percentages of Color #aaa244

%42.50
%40.50
%17.00

CMYK Percentages of Color #aaa244

%0
%5
%60
%33

Triadic Colors of #aaa244

#aaa244 #44aaa2 #a244aa

Analogous Colors of #aaa244

#aaa244 #7faa44 #aa6f44

Monochromatic Colors of #aaa244

#aaa244

Complementary Color

#aaa244 #444caa

#aaa244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa244 Color CSS Codes

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

#aaa244 Text Font Color

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

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


#aaa244 Background Color

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

This div background color is #aaa244


#aaa244 Border Color

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

This div border color is #aaa244


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,162,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 #aaa244">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa244


Comments

No comments written yet.

Please login to write comment.